summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-05-10 07:44:43 +0000
committerTim Janik <timj@src.gnome.org>1998-05-10 07:44:43 +0000
commit86be352e82f412a5e75e320cc45de054ab6c42ca (patch)
tree4089ac5946e421f4edd9a23cbdd6faf8a6124921 /NEWS
parent315affdfcb4a5bc491232f92a38581d49fedfbab (diff)
downloadgdk-pixbuf-86be352e82f412a5e75e320cc45de054ab6c42ca.tar.gz
bugfixes, cleanups and macro reduction, nothing major though ;)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 81bbfc625..5754d8fb0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,11 @@ Overview of Changes in GTK+ 1.1.0:
* Significant speedups to widget creation and destruction through caching
colormap and visual queries to the XServer.
* Speedups for type creation and especially gtk_type_is_a() checks.
-* Speedups in signal lookup and creation and especaially with signal
- emissions.
-* Minor speedups with object data allocation and destruction.
+* Speedups in signal lookup, creation and emissions and connection handling.
+* Additions to the signal handling API (e.g. *_emitv).
+* Minor speedups with object data allocation and destruction.
* Newly included file gtkfeatures.h which defines compatibility macros to
- test for certain API features upon program compilation.
+ test for certain API features upon program compilation.
* New widget GtkCTree
* Upgrade to libtool-1.2
* Lots of bug fixes, including one that fixed a major memory leak