If 'gtk2' isn't available, see if 'gtk' is actually the 2.0 version.
[rox-lib.git] / Help / Changes
blob556e22c72ac48726631f6a552ae80367bb611357
1                         ROX-Lib2
2                         Shared code for ROX applications
3                         by Thomas Leonard
4                         http://rox.sourceforge.net
6 21-Jul-2002
7 ~~~~~~~~~~~
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)
13 ~~~~~~~~~~~
14 Added support for translations.
16 18-Jul-2002
17 ~~~~~~~~~~~
18 License change to the LGPL (allows commercial programs to use this library).
19 Added AbortSave exception.
21 14-Jul-2002
22 ~~~~~~~~~~~
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
27 handler.
29 12-Jul-2002 (Release 1.9.0)
30 ~~~~~~~~~~~
31 First release for Gtk+-2.0.