2 Shared code for ROX applications
4 http://rox.sourceforge.net
8 Switch to use new pygtk versioning system (requires pygtk 1.99.13).
12 Added 'processes' module, based on code in Archive, which makes controlling
17 Bugfix: Changing the keys lost any builtin shortcuts (Gtk behaviour has
22 Trap exceptions when activating menu items and report nicely.
26 Bugfix: Remember to call drop_finish() after a drag-and-drop operation.
28 05-Aug-2002 (Release 1.9.2)
30 Renamed XDSLoader module to 'loading' (like 'saving').
31 Added 'mime' module for installing extra MIME information.
32 Bugfix: XDSLoader didn't handle the drag-drop signal, and so only worked for
33 widgets with their own implementation!
37 Show local variables in report_exception, and allow expressions to be
38 evaluated in the context of any frame.
39 Added StringSaver class.
43 Added applet module for creating ROX panel applets.
47 Bugfix: saving code didn't cope with missing images (reported by Musus Umbra).
51 If 'gtk2' isn't available, see if 'gtk' is actually the 2.0 version.
52 Added save_set_permissions to Saveable interface, allowing the default
53 save_to_file to preserve file permissions.
54 Changes to XDSLoader: xds_load_from_stream(name, type, stream)
55 replaces the old xds_load_data(data).
56 Loading files from remote filers works now.
57 Added much improved exception reporting system.
59 19-Jul-2002 (Release 1.9.1)
61 Added support for translations.
65 License change to the LGPL (allows commercial programs to use this library).
66 Added AbortSave exception.
70 Saveable.save_to_file() should raise an exception when saving fails, rather
71 than returning 0. The return value is now ignored (note that raising an
72 exception will still work with 1.9.0).
73 toplevel_unref() ignores any arguments, so it is easier to use as a signal
76 12-Jul-2002 (Release 1.9.0)
78 First release for Gtk+-2.0.