summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <zilch@src.gnome.org>2004-03-11 10:49:49 +0000
committerJohan Dahlin <zilch@src.gnome.org>2004-03-11 10:49:49 +0000
commit347b01f9e2aad2a58acccae8598f0f2e22b3b80d (patch)
tree0c0680a328a98d559b7038faf48fba5738ad4699 /NEWS
parent40570eaede679a0329718db78424500bb5a51ca5 (diff)
downloadpygtk-347b01f9e2aad2a58acccae8598f0f2e22b3b80d.tar.gz
Bump versionPYGTK_2_2_0
* configure.in: Bump version * setup.py (MINOR_VERSION): Bump version * NEWS: Update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67a47841..4f46b54a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+pygtk-2.2.0: 11-march-2004
+ - Added support for GTK+ 2.2 APIs, GdkDisplay, GdkScreen,
+ GdkClipboard and GtkWindow (James)
+ - Better and more flexible support for TreeModel and TreeView API
+ (Don Allingham, Benjamin Cama, John Ehresman, Johan,
+ jkluebs@luebsphoto.com)
+ - Better support for gtk.gdk.Pixbuf integration with
+ Numerical arrays (Tim Evans)
+ - Better support for Pygtk generation tools (codegen, m4 macros,
+ h2def, Makefile.am ...) (James, Jon Willeke, Xavier, Johan)
+ - Removed gtkgl bindings (James)
+ - Added gtk.gdk.Eventkey.hardware_code (Johan)
+ - Added gtk.binding_entry_remove and gtk.accel_group_connect (Gustavo)
+ - Don't allow reading non readable properties (James)
+ - And lots of bug fixes: gdk.event_get_axis (Seth Nickell),
+ distutils (Alif Wahid), mem leaks, gtk.Menu.popup (Gustavo)
+
pygtk-2.0.0: 1-September-2003
- Roll version number over to 2.0.
- Small fix to gtk.TextView.set_border_window_size() method.