2 Shared code for ROX applications
4 http://rox.sourceforge.net
6 20-Oct-2002 (Release 1.9.4)
8 More warnings about old pygtk versions.
9 Added Dialog class (does ref-counting, like Window).
13 Trying to use ROX-Lib2 with earlier versions of python now gives a sensible
18 Make clicking on ROX-Lib itself work again (Christopher Arndt).
22 Updated findrox.py to use pygtk 1.99.13 -- update your programs!
24 25-Aug-2002 (Release 1.9.3)
26 Switch to use new pygtk versioning system (requires pygtk 1.99.13).
30 Added 'processes' module, based on code in Archive, which makes controlling
35 Bugfix: Changing the keys lost any builtin shortcuts (Gtk behaviour has
40 Trap exceptions when activating menu items and report nicely.
44 Bugfix: Remember to call drop_finish() after a drag-and-drop operation.
46 05-Aug-2002 (Release 1.9.2)
48 Renamed XDSLoader module to 'loading' (like 'saving').
49 Added 'mime' module for installing extra MIME information.
50 Bugfix: XDSLoader didn't handle the drag-drop signal, and so only worked for
51 widgets with their own implementation!
55 Show local variables in report_exception, and allow expressions to be
56 evaluated in the context of any frame.
57 Added StringSaver class.
61 Added applet module for creating ROX panel applets.
65 Bugfix: saving code didn't cope with missing images (reported by Musus Umbra).
69 If 'gtk2' isn't available, see if 'gtk' is actually the 2.0 version.
70 Added save_set_permissions to Saveable interface, allowing the default
71 save_to_file to preserve file permissions.
72 Changes to XDSLoader: xds_load_from_stream(name, type, stream)
73 replaces the old xds_load_data(data).
74 Loading files from remote filers works now.
75 Added much improved exception reporting system.
77 19-Jul-2002 (Release 1.9.1)
79 Added support for translations.
83 License change to the LGPL (allows commercial programs to use this library).
84 Added AbortSave exception.
88 Saveable.save_to_file() should raise an exception when saving fails, rather
89 than returning 0. The return value is now ignored (note that raising an
90 exception will still work with 1.9.0).
91 toplevel_unref() ignores any arguments, so it is easier to use as a signal
94 12-Jul-2002 (Release 1.9.0)
96 First release for Gtk+-2.0.