summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-08-24 11:39:57 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-08-24 11:39:57 +0000
commit0390afd4cffd1d70133a983e3373e1c0f4bd1955 (patch)
treeeecd8faec7b45528640d62a076c0a8d8617cb841 /NEWS
parent6b611b75cdc0ad689b0a9952fcf8d787096b03d7 (diff)
downloadpygtk-0390afd4cffd1d70133a983e3373e1c0f4bd1955.tar.gz
add news items.PYGTK_1_99_18
2003-08-24 James Henstridge <james@daa.com.au> * NEWS: add news items. * configure.in: update version number.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 098665e5..c01f5540 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+pygtk-1.99.18: 24-August-2003
+ - Fix up a duplicate symbol bug in the atk module, that was
+ causing build problems on MacOS X (hopefully the last such
+ problem).
+ - add gtk.glade.set_custom_handler() API, that provides more
+ info to the custom widget callback. Deprecate
+ set_custom_widget_callbacks().
+ - some other bug fixes.
+
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