summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-05-09 21:21:41 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-05-09 21:21:41 +0000
commitb4d6b001b7c298c93fd46502f880ea6cbb26c0e8 (patch)
tree35c1665dc0fb3da76d11bcc128740aa5c87924d4
parent42d579ce474d7612a25f11af1273c001e0149a76 (diff)
downloadpygtk-b4d6b001b7c298c93fd46502f880ea6cbb26c0e8.tar.gz
-rw-r--r--ChangeLog4
-rw-r--r--NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbf239ab..a124cc39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+=== PyGTK 2.6.2 ===
2005-05-09 Johan Dahlin <jdahlin@async.com.br>
* gobject/pygenum.c (pyg_enum_new): Complain if ret is NULL,
Fixes #303524.
+ * gobject/pygflags.c (pyg_flags_new): Change exception format to
+ be consistent with the one in enum
+
* gtk/gtk.override: Allow None to be passed in to:
set_group for RadioAction.set_group(), RadioToolButton.set_group()
and RadioMenuItem.set_group(). Fixes #170514
diff --git a/NEWS b/NEWS
index 3eaa7503..bb4545ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+pygtk-2.6.2 9-may-2005
+ - Allow None to be sent in to set_group radio widgets (Johan, Lorenzo)
+ - guint/gsize as longs (Gustavo)
+ - Check for exceptions in child_watch (Mark McLoughlin)
+ - Bug fixes (Johan, Manish Singh, John Finaly)
+
pygtk-2.6.1 15-march-2005
- GtkListStore.insert optimization (Johan)
- GtkTreeStore/GtkListStore.reorder leak fix (Johan, Richard Hult)