summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24a8c9a0..4adf6142 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ pygtk-2.24.0
- Many windows build fixes (Dieter Verfaillie, #371317)
- Fix mainloop hangs with signalfd (Philippe, Juha, Dieter, #638780, #640738)
- Fix TypeError when running tests (Pacho, Gilles, Tomeu, Martin, Dieter, #636589)
+ - gtk.gdk.GC.set_clip_mask() should accept None (Dieter, #638994)
+ - gtk.AboutDialog.set_program_name() should accept None (Dieter)
+ - Add "import gtk; gtk.require('2.0')" statements to the examples (Dieter)
pygtk-2.22.0 25-Sep-2010
- Fix build with Python 2.5 (Chenthill)