diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-03 18:48:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-03 18:48:46 +0000 |
commit | af5c897e4ba03e96ca35f7e8f20438fd9336969d (patch) | |
tree | f6f8859aeab270a9f67626962e8ee2ae52973c28 /NEWS | |
parent | 748560e1fcccc046183f82818960ca53f0b69295 (diff) | |
download | gtk+-af5c897e4ba03e96ca35f7e8f20438fd9336969d.tar.gz |
Updated.
Tue Apr 3 13:55:37 2001 Owen Taylor <otaylor@redhat.com>
* NEWS: Updated.
* configure.in: Remove support for uninstalled glib.
* gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
so as not to stop emission.
* gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
is no longer supported.
* Makefile.am gtk/Makefile.am tests/*: Moved all tests
into tests, change build order to build modules before
gtk/.
* modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
to here.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Overview of Changes in GTK+ 1.3.3 +================================= + +[ 5600 lines of ChangeLog ] + +* API cleanups +* Win32 work (Tor, Hans Breuer) +* Focus improvements (Owen) +* Frame buffer improvements (Alex) +* Work on GtkTextView (Havoc) +* Much work on GtkTreeView (Jonathan) +* Selectable labels (Havoc) +* Converted many arguments to properties (Lee Mallabone, John Margaglione) +* Add exact regions to GdkExposeEvent, propagate it. (Alex) +* Added ability to have resize grips in status bars (etc.) using + _NET_WM_MOVERESIZE protocol. (Havoc) +* Added mnemnonic mechanism to make setting underline accelerators + much easier. (Alex) +* Add per-style property mechanism to allow themes to change + geometry parameters. (Tim) +* Added global settings mechanisms for settings such as double-click + time. (Tim, Owen) +* Various support functions for new and old WM properties (Havoc, Alex) +* Add TRUE-stops-returns for boolean-returning signals (Ron Steinke) + Overview of Changes in GTK+ 1.3.2 ================================= |