summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>1998-12-09 09:44:18 +0000
committerJames Henstridge <jamesh@src.gnome.org>1998-12-09 09:44:18 +0000
commit29d026b6ccc30f58ff966fe657e3bb1348a4d363 (patch)
tree9af51cb8c1ff172079a8c996b9a54b60b8cb4ac6 /NEWS
parent716a6297fb3ffdfdf84bb0468a25efa1498f21dc (diff)
downloadpygtk-29d026b6ccc30f58ff966fe657e3bb1348a4d363.tar.gz
Some small changes for the 0.5.7 release of pygtk.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 49d85510..01c9c05e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+pygtk-0.5.7: 9-December-1998
+ - Updated for gtk+-1.1.6. Probably not much will change between now
+ and 1.2.
+ - Added GtkCTree, GtkLayout, GtkPlug and GtkSocket widgets.
+ - There has been a renaming of a number of commonly used functions.
+ if you use gtk.py, the old names still work, but give a warning.
+ To get a list of the name changes, see the file
+ $(prefix)/include/gtk/gtkcompat.h
+ - signal connection now uses the gtk_signal_connect_full function,
+ rather than relying on the default marshaller.
+ - The append, prepend and insert methods of the toolbar now return
+ the widget that was added, like the C equivalents do.
+
pygtk-0.5.6: 27-November-1998
- Updated for gtk+-1.1.5.
- Renamed Gtkinter.py to gtk.py. This follows the naming scheme of