Switch to use new pygtk versioning system (requires pygtk 1.99.13).
[rox-lib.git] / Help / Changes
blob3cdf0965db03771053efaca6251c60fec4a99b40
1                         ROX-Lib2
2                         Shared code for ROX applications
3                         by Thomas Leonard
4                         http://rox.sourceforge.net
6 25-Aug-2002
7 ~~~~~~~~~~~
8 Switch to use new pygtk versioning system (requires pygtk 1.99.13).
10 19-Aug-2002
11 ~~~~~~~~~~~
12 Added 'processes' module, based on code in Archive, which makes controlling
13 subprocesses easier.
15 14-Aug-2002
16 ~~~~~~~~~~~
17 Bugfix: Changing the keys lost any builtin shortcuts (Gtk behaviour has
18         changed since 1.2).
20 08-Aug-2002
21 ~~~~~~~~~~~
22 Trap exceptions when activating menu items and report nicely.
24 07-Aug-2002
25 ~~~~~~~~~~~
26 Bugfix: Remember to call drop_finish() after a drag-and-drop operation.
28 05-Aug-2002 (Release 1.9.2)
29 ~~~~~~~~~~~
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!
35 31-Jul-2002
36 ~~~~~~~~~~~
37 Show local variables in report_exception, and allow expressions to be
38 evaluated in the context of any frame.
39 Added StringSaver class.
41 25-Jul-2002
42 ~~~~~~~~~~~
43 Added applet module for creating ROX panel applets.
45 24-Jul-2002
46 ~~~~~~~~~~~
47 Bugfix: saving code didn't cope with missing images (reported by Musus Umbra).
49 21-Jul-2002
50 ~~~~~~~~~~~
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)
60 ~~~~~~~~~~~
61 Added support for translations.
63 18-Jul-2002
64 ~~~~~~~~~~~
65 License change to the LGPL (allows commercial programs to use this library).
66 Added AbortSave exception.
68 14-Jul-2002
69 ~~~~~~~~~~~
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
74 handler.
76 12-Jul-2002 (Release 1.9.0)
77 ~~~~~~~~~~~
78 First release for Gtk+-2.0.