diff options
author | James Henstridge <james@daa.com.au> | 2003-08-24 11:39:57 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2003-08-24 11:39:57 +0000 |
commit | 0390afd4cffd1d70133a983e3373e1c0f4bd1955 (patch) | |
tree | eecd8faec7b45528640d62a076c0a8d8617cb841 /NEWS | |
parent | 6b611b75cdc0ad689b0a9952fcf8d787096b03d7 (diff) | |
download | pygtk-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-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |