summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-16 03:50:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-16 03:50:09 +0000
commit3a5883b7e4a5a6a8d46bbc7ef277e711b6555b26 (patch)
tree145a763a91f96906ffd5ce5c0a34879271a797a1 /NEWS
parent0101a46dcd297437d46b59ababdb79ecda4bfe9c (diff)
downloadgtk+-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--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cab1d9f262..f990fd2b07 100644
--- a/NEWS
+++ b/NEWS
@@ -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