Copyright 2009 Kevin Ryde

This file is part of Gtk2-Ex-ErrorTextDialog.

Gtk2-Ex-ErrorTextDialog is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3, or (at
your option) any later version.

Gtk2-Ex-ErrorTextDialog is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License along
with Gtk2-Ex-ErrorTextDialog.  If not, see <http://www.gnu.org/licenses/>.



Version 5, December 2009
    - new max-chars property limiting textbuf size
    - new action signals for clear and popup-save-dialog
    - protect against repeated errors from idle handler itself

Version 4, October 2009
    - support messages during perl "compile error" by using a Glib
      idle to defer dialog loading

Version 3, March 2009
    - during "global destruction" only print to STDERR

Version 2, March 2009
    - try to cope with warnings during compilation errors where
      further module loading is not possible
    - join up a second warn call with parenthetical remark

Version 1, March 2009
    - the first version