summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2002-12-27 12:19:03 +0000
committerJames Henstridge <jamesh@src.gnome.org>2002-12-27 12:19:03 +0000
commit137c711f96998ba414fe300b7978687cbb4f4904 (patch)
tree64be23bd32d6bcb1f0ef3c004ef9f17a1ea712d2 /NEWS
parente4d2796457e1ed66859663863846fd0726d07622 (diff)
downloadpygtk-137c711f96998ba414fe300b7978687cbb4f4904.tar.gz
add news items.PYGTK_1_99_14
2002-12-27 James Henstridge <james@daa.com.au> * NEWS: add news items. * gtk/__init__.py: if True and False constants don't exist in __builtins__, add them. This way I can rely on them existing. Define gtk.TRUE and gtk.FALSE to True and False. (input_add_full): add extra compatibility name. * configure.in: increment version number.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 190bc7f6..3ba74718 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
-pygtk-1.99.13:
+pygtk-1.99.14: 27-December-2002
+ - update to newer auto-tools (autoconf-2.57, automake-1.7.2,
+ libtool-1.4.3).
+ - many bug fixes and additions of missing APIs.
+ - fix doc generation scripts to match the new style of gtk-doc
+ documentation.
+ - make code generator return either Py_True or Py_False for
+ boolean return functions. This change is only noticable
+ with Python 2.3 alphas.
+ - removal of wrappers for deprecated functions where the
+ deprecated method shadowed the replacement.
+ - wrappers for idle_add, timeout_add, io_add_watch and
+ source_remove to gobject module. Compatibility names are
+ provided in the gtk module.
+ - Many tree and text view wrapper updates from Dave Cook.
+ - leak fixes.
+
+pygtk-1.99.13: 24-August-2002
- Support parallel install with pygtk >= 0.6.10
- fix initial reference handling for derived GObjects. This
also uncovered a few other reference leaks.