summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-10-04 21:10:27 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-10-04 21:10:27 +0000
commit88b0e6c24e76bac86af12fee5f8ba8b739870c33 (patch)
tree416bec34151db3032171950d900d2b9d2bdae3a9
parent1ebd0c41b3add52a799367784ef600272fc4fa20 (diff)
downloadpygtk-88b0e6c24e76bac86af12fee5f8ba8b739870c33.tar.gz
-rw-r--r--ChangeLog23
-rw-r--r--NEWS54
2 files changed, 37 insertions, 40 deletions
diff --git a/ChangeLog b/ChangeLog
index d4bdeb06..bf8c93eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,29 +1,16 @@
-2005-10-03 Johan Dahlin <jdahlin@async.com.br>
+=== PyGTK 2.8.1 ===
+2005-10-04 Johan Dahlin <jdahlin@async.com.br>
- * gobject/pygobject.c: (PyGProps_length):
- * gtk/gdk.defs:
- * gtk/gdk.override:
- * gtk/gtk.defs:
- * gtk/gtk.override:
- Fix gcc 4.0 warnings.
+ * NEWS: Update
2005-10-03 Johan Dahlin <jdahlin@async.com.br>
- reviewed by: <delete if not using a buddy>
-
- * gobject/pygobject.c: (pygobject_get_property),
- (pygobject_set_property), (pygobject_freeze_notify),
- (pygobject_notify), (pygobject_thaw_notify), (pygobject_get_data),
- (pygobject_set_data), (pygobject_connect),
- (pygobject_connect_after), (pygobject_connect_object),
- (pygobject_connect_object_after), (pygobject_disconnect),
- (pygobject_handler_is_connected), (pygobject_handler_block),
- (pygobject_emit), (pygobject_stop_emission),
- (pygobject_chain_from_overridden):
+ * gobject/pygobject.c: (PyGProps_length):
* gtk/gdk.defs:
* gtk/gdk.override:
* gtk/gtk.defs:
* gtk/gtk.override:
+ Fix gcc 4.0 warnings.
2005-10-02 Gustavo J. A. M. Carneiro <gjc@gnome.org>
diff --git a/NEWS b/NEWS
index bda641ec..f28be4b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,34 +1,44 @@
-pygtk-2.8.0 3-september-2005
- - GObject metaclass bugfix (John Ehresman)
- - Double free fix in type_register (Gustavo)
- - Make it buildable srcdir != buildir (Johan)
- - Improve GdkRectangle conversion (Tim Evans, Gustavo)
- - Use automake 1.8 (Johan)
-
-pygtk-2.7.4 24-august-2005
+pygtk-2.8.1: 03-october-2005
+ - Bug fixes (Gustavo, Johan)
+ - Improve exceptions when registering properties (Gustavo)
+ - Extend warnings (John Ehresman)
+ - Raise exception when working on uninitialized objects (Johan)
+ - Plug libglade leak (Gustavo)
+ - Undeprecate a few gobject functions (Johan)
+ - UINT64 buf fixes (Gustavo, Johan)
+ - GCC 4.0 warnings (Johan)
+
+pygtk-2.8.0: 03-september-2005
+ - GObject metaclass bugfix (John Ehresman)
+ - Double free fix in type_register (Gustavo)
+ - Make it buildable srcdir != buildir (Johan)
+ - Improve GdkRectangle conversion (Tim Evans, Gustavo)
+ - Use automake 1.8 (Johan)
+
+pygtk-2.7.4: 24-august-2005
- Container.do_forall implementable in subclasses (Johan)
- Bug fixes (John Finlay, Christian Persch, Christopher Allion,
Johan, Gustavo)
- Build fixes (Stepan Kasal, John Ehresman, Johan)
-pygtk-2.7.3 10-august-2005
+pygtk-2.7.3: 10-august-2005
- Build fixes (Johan)
- Code generator fixes (Gustavo)
- Bug fixes (Johan, Andy, Gustavo)
-pygtk-2.7.2 02-august-2005
+pygtk-2.7.2: 02-august-2005
- Subclass/type registration bug fixes (Gustavo)
- Allow gobject to be initialized twice (Yevgen Muntyan)
- Deprecating warning bug fixes (Mark McLoughlin)
- Bug fixes (Sebastien Bacher, Gustavo, Johan, Manish)
-pygtk-2.7.1 21-july-2005
+pygtk-2.7.1: 21-july-2005
- Update API to Gtk+ 2.7.3 (Johan)
- Threading, Enum fixes (Johan
- Registration fixes (Gustavo)
- Make use of atomic ref counting in glib (Johan)
-pygtk-2.7.0 10-july-2005
+pygtk-2.7.0: 10-july-2005
- GIOChannel wrapper (Gustavo, John Ehresman, Manish)
- GSource wrapper (Manish)
- Allow creation of python classes through gobject.new (Gustavo,
@@ -50,31 +60,31 @@ pygtk-2.7.0 10-july-2005
Benjamin Otte, Manish Singh, Gian Mario Tagliaretti,
Fernando San Martin Woerner)
-pygtk-2.6.2 9-may-2005
+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
+pygtk-2.6.1: 15-march-2005
- GtkListStore.insert optimization (Johan)
- GtkTreeStore/GtkListStore.reorder leak fix (Johan, Richard Hult)
- GParamSpec bug fix (Johan)
- Code generator improvements (Anders Carlsson, Johan, Doug Quale)
- GCC4 build fixes
-pygtk-2.6.0 7-march-2005
+pygtk-2.6.0: 07-march-2005
- win32 fixes (Cedric Gustin)
- remove unnecessary casting (Manish Singh)
- updated examples (Johan)
-pygtk-2.5.4 23-february-2005
+pygtk-2.5.4: 23-february-2005
- Much improved GMainloop support (Mark McLoughlin)
- Install pygtk-demo (Gustavo)
- Deprecate gtk.TRUE/gtk.FALSE (Johan)
- win32 build fixes (Cedric Gustin)
-pygtk-2.5.3 23-january-2005
+pygtk-2.5.3: 23-january-2005
- Revert some threading changes (Gustavo)
- Build improvements (Johan)
- Improve pixmap functions (John F)
@@ -83,7 +93,7 @@ pygtk-2.5.3 23-january-2005
- Plug mem leaks (Mark McLoughlin)
- Flag/Enum bug fixes (Gustavo)
-pygtk-2.5.2 10-january-2005
+pygtk-2.5.2: 10-january-2005
- Improved deprecation messages (Johan)
- gtk.idle_add, gtk.timout_add, and others are now
deprecated (Johan)
@@ -93,22 +103,22 @@ pygtk-2.5.2 10-january-2005
- Bug fixes (Adam Hooper, John Finlay, Gustavo, Johan, Tim Evans)
- Build system improvens (Johan)
-pygtk-2.5.1 23-december-2004
+pygtk-2.5.1: 23-december-2004
- Remove API removed in Gtk+ 2.6.0 (Gustavo, Johan)
- Implement pango.LayoutIter (John)
- Build fixes (Johan, Marco Pensenti Gritti)
- Update examples (Alan Horkan)
- distutils/win32 fixes (Cedric Gustin)
-pygtk-2.5.0 29-november-2004
+pygtk-2.5.0: 29-november-2004
- Port to Gtk+ 2.5.x (Johan, John)
- Code generator improvements (Gustavo)
-pygtk-2.4.1 04-november-2004
+pygtk-2.4.1: 04-november-2004
- Bug fixes (Johan, Gustavo, John Finlay)
- Allow the headers to be parsable by a C++ compiler
- Updated examples (Johan, John)
-pygtk-2.4.0 03-october-2004
+pygtk-2.4.0: 03-october-2004
- Updated examples (John Finlay)
- Tiny threading bug fix (John Ehresman)