summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-02-18 22:04:08 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2011-02-18 22:05:28 +0100
commit51b811d93e097b90486a2e3e0a1751492b174192 (patch)
tree12fcbf641514fe20c440fea690c2a7923da0871d /NEWS
parent502c6269f3f3d4c67872b75ba3592eab1dae7cb7 (diff)
downloadpygtk-51b811d93e097b90486a2e3e0a1751492b174192.tar.gz
NEWS: updates
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)