diff options
author | Tim Janik <timj@src.gnome.org> | 1998-12-07 03:12:58 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-12-07 03:12:58 +0000 |
commit | fd7bdf03e002ecd5686ecab534b6254d83ea20ba (patch) | |
tree | a05ec6a5bfa4140d9f60b44e979e1f3c83b16e5b /NEWS | |
parent | d2a3858b4b7fd15da799ffbe577de0c43e1f44d7 (diff) | |
download | gtk+-fd7bdf03e002ecd5686ecab534b6254d83ea20ba.tar.gz |
updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,10 +1,19 @@ What is new in GTK+ 1.1.6: +* The signal system now features emission hooks whith special semantics, + refer to the ChangeLog for this. +* Minor? speedups and memory reductions to the emission handling of the + signal system. +* _interp() function variants are deprecated now. the corresponding *_full() + variants are provided for a long time now. +* Dnd abort timeout increased to 10 minutes. * GtkScrolledWindow inherits from GtkBin now. +* GTK_POLICY_NEVER is implemented for scrolled windows now. * Lots of API clean ups. * Incremental freezing abilities. * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket. * Read doc/Changes-1.2 to properly adapt your code. +* Bug Fixes. What is new in GTK+ 1.1.5: |