Updated for new version. Make 1.99.12 warning less annoying.
[rox-lib.git] / Help / Changes
blob4b8fd755a1ec1c8383c5e4a95afa0aba3bb4ac12
1                         ROX-Lib2
2                         Shared code for ROX applications
3                         by Thomas Leonard
4                         http://rox.sourceforge.net
6 20-Oct-2002 (Release 1.9.4)
7 ~~~~~~~~~~~
8 More warnings about old pygtk versions.
9 Added Dialog class (does ref-counting, like Window).
11 15-Oct-2002
12 ~~~~~~~~~~~
13 Trying to use ROX-Lib2 with earlier versions of python now gives a sensible
14 error message.
16 10-Oct-2002
17 ~~~~~~~~~~~
18 Make clicking on ROX-Lib itself work again (Christopher Arndt).
20 25-Aug-2002
21 ~~~~~~~~~~~
22 Updated findrox.py to use pygtk 1.99.13 -- update your programs!
24 25-Aug-2002 (Release 1.9.3)
25 ~~~~~~~~~~~
26 Switch to use new pygtk versioning system (requires pygtk 1.99.13).
28 19-Aug-2002
29 ~~~~~~~~~~~
30 Added 'processes' module, based on code in Archive, which makes controlling
31 subprocesses easier.
33 14-Aug-2002
34 ~~~~~~~~~~~
35 Bugfix: Changing the keys lost any builtin shortcuts (Gtk behaviour has
36         changed since 1.2).
38 08-Aug-2002
39 ~~~~~~~~~~~
40 Trap exceptions when activating menu items and report nicely.
42 07-Aug-2002
43 ~~~~~~~~~~~
44 Bugfix: Remember to call drop_finish() after a drag-and-drop operation.
46 05-Aug-2002 (Release 1.9.2)
47 ~~~~~~~~~~~
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!
53 31-Jul-2002
54 ~~~~~~~~~~~
55 Show local variables in report_exception, and allow expressions to be
56 evaluated in the context of any frame.
57 Added StringSaver class.
59 25-Jul-2002
60 ~~~~~~~~~~~
61 Added applet module for creating ROX panel applets.
63 24-Jul-2002
64 ~~~~~~~~~~~
65 Bugfix: saving code didn't cope with missing images (reported by Musus Umbra).
67 21-Jul-2002
68 ~~~~~~~~~~~
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)
78 ~~~~~~~~~~~
79 Added support for translations.
81 18-Jul-2002
82 ~~~~~~~~~~~
83 License change to the LGPL (allows commercial programs to use this library).
84 Added AbortSave exception.
86 14-Jul-2002
87 ~~~~~~~~~~~
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
92 handler.
94 12-Jul-2002 (Release 1.9.0)
95 ~~~~~~~~~~~
96 First release for Gtk+-2.0.