summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-01-28 08:24:17 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-01-28 08:24:17 +0000
commitb36903b1b68575985704ddc6bd237593005e4cca (patch)
treee505cc7d8b8bd0143f2afb76f39b71b08f72e801 /NEWS
parentf9807a643ca632385bb228981f40292994c9ca09 (diff)
downloadgdk-pixbuf-b36903b1b68575985704ddc6bd237593005e4cca.tar.gz
version=1.1.14GTK_1_1_14
Thu Jan 28 01:57:06 CST 1999 Shawn T. Amundson <amundson@gtk.org> * INSTALL NEWS README configure.in gtk+.spec docs/gtk-config.1: version=1.1.14 * Released GTK+ 1.1.14
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94ad58b93..a0d5359dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+What is new in GTK+ 1.1.14:
+
+* Additions to docs/Changes-1.2.txt
+* Just warn when loading theme engine fails
+* CLAMP GtkScale digits to a meaningful range
+* GTK_LOCALDIR is now defined in a better fashion
+* New functions (feature freeze, we know...):
+ gtk_menu_set_title()
+ gtk_toggle_button_get_active()
+* Some locale fixups in gtkrc code
+* Fixes to make gtk_radio_button_set_group() keep only
+ one radio button in the group active
+* Foreign windows are now always treated as viewable; this fixes
+ a problem where updating didn't occure properly in GtkPlug
+* DND fixes for 64 bit architectures, and for specifying operations
+ with modifier keys.
+* Major revisions to GtkLayout: avoid having to create window
+ for NO_WINDOW children, adjust allocations of children as
+ scrolled so queued draws work, and a resize is queued instead
+ of allocating directly in a put() or move()
+
What is new in GTK+ 1.1.13:
* Dnd and selection bug fixes and memory purification.