summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-05-25 00:22:54 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-05-25 00:22:54 +0200
commit2c0ba86924b6fa86ab48a3bcd1f33f717c886164 (patch)
tree4306826067822bf0620452c5cdb3ee3e2fbd4af0 /NEWS
parent713d88a59b099fb04139b93d60401895ff51e6ef (diff)
downloadpygtk-2c0ba86924b6fa86ab48a3bcd1f33f717c886164.tar.gz
Update NEWS, release 2.15.1PYGTK_2_15_1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52db05b0..bb78a0c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+pygtk-2.15.1 25-May-2009
+ - (Add HSV support to gtk.gdk.Color objects)
+ - Add floating-point support to gtk.gdk.Color (Paul)
+ - Retire hand-written ChangeLog; autocreate from Git history (Paul)
+ - Fix conditional in docs/Makefile.am (Frederic Peters)
+ - Document that gtk.gdk.GC coordinates are not related to allocation (Paul)
+ - Make pygtk_boxed_unref_shared() also handle Py_None (Paul)
+ - Make gtk.MenuItem.set_submenu accept None (Paul)
+ - Don't run 'fixxref.py' if documentation is not built (Björn Lindqvist)
+ - Apply libtool 2.2 compatibility patch (Gian)
+ - Plug reference leak on main signal watch source (Paul)
+ - Add extra warning against accidental misuse of tree model columns (Paul)
+ - Wrap gtk.Border attributes and constructor (Mariano Suárez-Alvarez)
+ - Make gtk.gdk.Event.time accept 'long' in assignments (Paul)
+ - Wrap gtk.RcStyle attributes (Paul)
+
pygtk-2.15.0 01-May-2009
- Update pygtk to use numpy instead of Numeric
(Josselin Mouette, Brian Cameron, #397544)