From fd7bdf03e002ecd5686ecab534b6254d83ea20ba Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Mon, 7 Dec 1998 03:12:58 +0000 Subject: [PATCH] updates --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index d6513eb818..3952a5624b 100644 --- a/NEWS +++ b/NEWS @@ -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: