summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-04 16:07:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-04 16:07:05 +0000
commitc9b26b3dc6eaf9f8314264cb1cfc763fcbf06243 (patch)
tree1a6ac7c231afdca19aecf3cb107f59900e235df3 /NEWS
parentf4ab7aa5eb7040e7fca8df335c5aac375f96e8f2 (diff)
downloadgtk+-c9b26b3dc6eaf9f8314264cb1cfc763fcbf06243.tar.gz
Version 1.3.7GTK_1_3_7
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.7 * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove docs for gtk-config * modules/input/Makefile.am (install-data-local): Don't run gtk-query-immodules if DESTDIR is set. * NEWS: Various additions.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS47
1 files changed, 28 insertions, 19 deletions
diff --git a/NEWS b/NEWS
index 5a8221f4da..80d2e3421f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,28 +1,37 @@
Overview of Changes in GTK+ 1.3.7
+=================================
-* Many Pixbuf (loader) improvements
+* Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
* Added publically installed utility gdk-pixbuf-csource to generate
- inlined pixbufs in C source code
-* New/improved stock icons
-* Code and API rework for window resizing
-* Converted accel groups to GObject
+ inlined pixbufs in C source code [Tim Janik]
+* Optional movement of button children on press [Soeren, Owen Taylor]
+* Interactive searching in GtkTreeView [Kristian Rietveld]
+* Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
+* Animation of expander motion for GtkTreeView [Anders Carlsson]
+* Lots of misc GtkTreeView fixes and improvements [Jonathan]
+* New/improved stock icons [Jakub Steiner]
+* Code and API rework for window resizing [Havoc Pennington]
+* Converted accel groups to GObject [James Henstridge]
* More property support improvements
-* Disentangled child visability from MAPPED state
-* Plug/Socket improvements and port to the XEMBED protocol
-* Added priorities for styles in RC files
-* Made GdkVisual and GdkDevice GObjects
-* Key binding improvements
+* Add facility for "secondary" buttons in
+ GtkButtonBox/GtkDialog [Gregory Merchan]
+* Disentangled child visability from MAPPED state [Owen]
+* Plug/Socket improvements and port to the XEMBED protocol [Owen]
+* Added priorities for styles in RC files,
+ support multiple parse contents [Owen]
+* Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
+* Key binding improvements [Havoc]
* Added GtkWidget::event-after signal since normal event handling
- is now aborted as soon as a handler returned TRUE
-* Dnd fixes and improved icon support
+ is now aborted as soon as a handler returned TRUE [Tim]
+* Dnd fixes and improved icon support [Owen]
* Removed GtkPacker widget
-* Nuked remaining GtkArg cruft, implemented container/child
- properties
-* Added sorting/eordering for tree view
-* Added window grab groups
-* Many frame buffer improvements
-* Many UTF8/locale fixes
-* Miscellaneous bug and API fixes
+* Fixing missing paired getters/setters [Kris]
+* Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
+* Added window grab groups [Owen]
+* Many frame buffer improvements [Alex]
+* Win32 fixes and improvements [Hans Breuer]
+* Warning fixes [Darin Adler]
+* Miscellaneous bug and API fixes [Matthias et. al]
Overview of Changes in GTK+ 1.3.6
=================================