diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-18 03:29:00 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-18 03:29:00 +0000 |
commit | 2e8d083c3c305354a2224a4cb44f8e5816b20f48 (patch) | |
tree | b606ebdd4ce77912398586cefc6a6b3f896550e6 /NEWS | |
parent | e0f29748850bc0c572c51470360639dc9a5d79c8 (diff) | |
download | gtk+-2e8d083c3c305354a2224a4cb44f8e5816b20f48.tar.gz |
Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14
Sun Feb 17 21:30:49 2002 Owen Taylor <otaylor@redhat.com>
* Released 1.3.14
* configure.in: Version 1.3.14, interface, binary age 0.
* gdk/gdkregion-generic.c (miSubtractO): Fix out-of-bounds
read. (#71619, reported by Morten Welinder)
* gtk/gtkmenu.c (gtk_menu_class_init): Fix setting default.
* gtk/gtkfilesel.c (gtk_file_selection_class_init): Add
a select_multiple property to go along with thenew
get/set_select_multiple.
* gdk/gdkwindow.c: Patch from Soeren Sandmann to improve
update debugging code. (#71703)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,6 +1,38 @@ Overview of Changes in GTK+ 1.3.13 ================================== +* Keyboard focus improvements [Owen Taylor] +* Code cleanup [Matthias Clasen, Manish Singh, Darin Adler] +* Fix accidentally exported variables [Mark McLoughlin] +* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin] +* Default to yellow tooltips [Owen] +* RC file fixes for reloading, priorities [Owen, Matthias] +* GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet] +* GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund] +* Improve keynav for paned widgets, tooltips, spin buttons, notebooks, + scrolled windows [Soeren Sandmann, Padraig, Owen] +* Add Emacs/Default key themes [Owen] +* Win32 fixes [Hans Breuer, Tor Lillqvist] +* Ethiopic input methods [Daniel Yacob] +* Opaque paned window resizing [Soeren] +* Tweak table expansion behavior [Tim Janik] +* Fix GtkCalendar focus drawing [Bill Haneman] +* Allow themeable cursor thickness [Bill] +* Start of fixing of tutorial for GTK+-2.0 [Matthias] +* Add a ::adjust-bounds signal to GtkRange to allow spreadsheat style + scrollbars. [Jody Goldberg] +* Add the ability to turn on multiple selection for GtkFileSel [Manish] +* Bug fixes + +Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson, + Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard, + Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro, + Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw, + Kevin Vandersloot, Morten Welinder, Peter Williams + +Overview of Changes in GTK+ 1.3.13 +================================== + * Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson] * Tree view support for low-vision themes [Bill Haneman] * Text view bug fixes. [Havoc Pennington] |