summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-07-31 14:13:41 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-07-31 14:13:41 +0000
commit9112ce6541dba6321c364b60264c78531d1a1049 (patch)
tree7279aa5fafcba29effbf866de472154046fba42c /NEWS
parent69bec112342c409d3f68020c7efcc88bff8b23f2 (diff)
downloadpygtk-9112ce6541dba6321c364b60264c78531d1a1049.tar.gz
add some news items.PYGTK_1_99_17
2003-07-31 James Henstridge <james@daa.com.au> * NEWS: add some news items. * configure.in: increment version number. * pygobject.c (pygobject_handler_is_connected): add wrapper (from bug #118676). * pygtype.c (pyg_object_descr_doc_get): add a call to PyType_Ready() to make sure the type is initialised (bug #118699).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ab4c2a7..098665e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+pygtk-1.99.17: 31-July-2003
+ - Threading support is compiled in by default now. It is
+ necessary to call gtk.threads_init() in order to make use of
+ threading though. There have been a number of fixes to the
+ threading support too.
+ - Fix up some problems with multiple definitions of global
+ variables in gobject module, that was causing problems on
+ Mac OS X.
+ - Wrappers for many new APIs (John Finlay, Naofumi Yasufuku,
+ Johan Dahlin and others).
+ - Improvements to the code generator to give better error
+ messages.
+ - Some fixes to property APIs to work correctly on 64 bit
+ systems, and to handle ATOM type properties.
+ - Fix copyright headers on source files.
+
pygtk-1.99.16: 23-March-2003
- various new functions wrapped.
- More threding fixes (Jon Trowbridge)