diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-16 03:50:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-16 03:50:09 +0000 |
commit | 3a5883b7e4a5a6a8d46bbc7ef277e711b6555b26 (patch) | |
tree | 145a763a91f96906ffd5ce5c0a34879271a797a1 /NEWS | |
parent | 0101a46dcd297437d46b59ababdb79ecda4bfe9c (diff) | |
download | gtk+-3a5883b7e4a5a6a8d46bbc7ef277e711b6555b26.tar.gz |
Updated for 1.1.16.
Mon Feb 15 22:55:50 1999 Owen Taylor <otaylor@redhat.com>
* NEWS: Updated for 1.1.16.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +Overview of Changes in GTK+ 1.1.16: + +* Major fixes and improvements for handlebox +* A change to the way widget->requisition works. Now, + widget->requisition is always what the widget requested, + unmodified by the usize. See Changes-1.2.txt for details. + This correct various bugs with gtk_widget_set_usize(). +* Fixes for XIM on X11R5 systems +* Don't allow cut-and-paste of text in password-style entries +* --enable-debug is now on by default for the development releaes. + (When compiling for "production", use --enable-debug=minimum) +* Handle systems where Helvetica is not present more gracefully +* Fixes for memory leaks +* CList and CTree fixes +* Bug fixes for drawing problems. +* Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree, + GtkColorsel, Focusing, DND +* Tutorial improvements + Overview of Changes in GTK+ 1.1.15: * Tutorial Updates |