summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>1999-08-09 09:13:09 +0000
committerJames Henstridge <jamesh@src.gnome.org>1999-08-09 09:13:09 +0000
commit272cc54ba428813712057b739663e2d195eef211 (patch)
tree00ad31861511b1e8028c7736411b7194f4e18697
parent3a8e3ce21cf5f98c8de25a9fa401f32ef4ae88a8 (diff)
downloadpygtk-272cc54ba428813712057b739663e2d195eef211.tar.gz
Updated news file for new release.PYGTK_0_6_2GNOME_PYTHON_1_0_4
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ebbe3522..47b704b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-pygtk-0.6.2:
- - Alright, threading should work correctly with multiple threads
- accessing GTK (assuming they use threads_enter/leave). Thanks go
- to Matt Wilson and Paul Fisher for this code.
+pygtk-0.6.2: 9-August-1999
+ - Threading should work correctly with multiple threads accessing
+ GTK (assuming they use threads_enter/leave). Thanks go to Matt
+ Wilson and Paul Fisher for this code.
- A pygtk.h header file is now installed that should make it easier
to write extensions to pygtk.
- There is now optional support for the gtkglarea widget and the
@@ -15,6 +15,9 @@ pygtk-0.6.2:
stuff submitted by Travis Oliphant.
- The GdkWindow type now has some methods for manipulating properties,
and has an xid attribute for getting the X window ID of the window.
+ - idle_add and timeout_add can now pass extra parameters to the
+ callback, like you can do for signals. Also added a wrapper
+ for signal handlers similar to gtk_signal_connect_object.
pygtk-0.6.1: 22-May-1999
- Fixed a few bugs to do with the threading patches I applied in the