diff options
author | Tim Janik <timj@src.gnome.org> | 1998-05-10 05:19:00 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-10 05:19:00 +0000 |
commit | 315affdfcb4a5bc491232f92a38581d49fedfbab (patch) | |
tree | aa5ce8346cafc8dd8e6933113013c207e47b11ac /NEWS | |
parent | f75d8b0c23e8ea8cd31afd8ac16aa85324aa4ff5 (diff) | |
download | gtk+-315affdfcb4a5bc491232f92a38581d49fedfbab.tar.gz |
minor cleanups and merges
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ Overview of Changes in GTK+ 1.1.0: -* Significant speedups to widget creation, destruction and signal emissions +* 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. +* Newly included file gtkfeatures.h which defines compatibility macros to + 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 |