2 Shared code for ROX applications
4 http://rox.sourceforge.net
8 If 'gtk2' isn't available, see if 'gtk' is actually the 2.0 version.
9 Added save_set_permissions to Saveable interface, allowing the default
10 save_to_file to preserve file permissions.
12 19-Jul-2002 (Release 1.9.1)
14 Added support for translations.
18 License change to the LGPL (allows commercial programs to use this library).
19 Added AbortSave exception.
23 Saveable.save_to_file() should raise an exception when saving fails, rather
24 than returning 0. The return value is now ignored (note that raising an
25 exception will still work with 1.9.0).
26 toplevel_unref() ignores any arguments, so it is easier to use as a signal
29 12-Jul-2002 (Release 1.9.0)
31 First release for Gtk+-2.0.