summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-04 15:25:21 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-04 15:25:21 +0000
commit6a1760dbeade5649c3e834c42d9f237812bf3124 (patch)
tree40e7b9ed1f8924f20b630e3bc7ff683502844be0 /NEWS
parentaa557e5a63e56c85a55efbe196490a89df56dbdf (diff)
downloadpygtk-6a1760dbeade5649c3e834c42d9f237812bf3124.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4e9e9bdf..a65f8459 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+pygtk-2.9.0 04-april-2006
+ - Remove gobject, pygobject is now a hard dependency
+ - Set encoding in pango instead of gtk (328031)
+ - Wrap gdk.Screen.get_rgba_colormap/get_rgbma_visual (328996,
+ Marco Cabizza)
+ - Remove private gtk wrappers (321476)
+ - Add a bunch of missing wrappers (316881, John Finlay)
+ - Add inout support in reverse wrappers (335964, Gustavo)
+ - Update h2defs to allow whitespace before parenthesis (317124)
+ - Make it possible to reimplement interfaces (334986, Gustavo)
+ - Allow log_handler to be called when python is not initialized
+ (334188, Gustavo)
+ - Support for const object args (wollny@cbs.mpg.de, Gustavo)
+ - Export pygtk tree model api (318021, Gustavo)
+ - Allow overrides to be in base classes (327715, Gustavo)
+ - Wrap a pango cairo font options acecssors (328108,
+ Rauli Ruohonen)
+ - Add GDK_PARENT_RELATIVE relative handling (320248, Johan,
+ Nikos Kouremenos)
+ - Improve pixbuf demo (327931, Ben Caradoc-Davies)
+ - Set default markup accel marker to \x00
+ (329658, Johan, Johan Svedberg)
+ - Set 1 as default argument to SpinButton.spin() (325452,
+ Sebastian Rittau)
+ - Wrap gdk.Drawable.gdk_draw_indexed_image (333431,
+ Johan, Hamish Moffatt)
+ - Mark rowreference.free() as deprecated (309811, Gustavo)
+ - Rename name of first keyword argument to pango.LayoutLine.index_to_x
+ (316581, Gustavo, John Finlay)
+ - Run reindent on all python code (325320, Johan)
+ - Improve generictreemodel example (311459, Steven Kennedy)
+ - Wrap gdk.Pixbuf.rotate_simple (314164, Karel Vervaeke)
+ - Use in argument in gtk.TreeView.cell_get_size (326357, John Ehresman)
+
pygtk-2.8.5: 30-march-2006
- String list bug fix (Christopher Aillon)
- Improved examples (Johan)