From 38a257bce29d0879db1091490b1db98c2d93d75a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 15 Sep 2004 17:15:11 +0000 Subject: [PATCH] Updates. --- ChangeLog | 6 +++++- ChangeLog.pre-2-10 | 6 +++++- ChangeLog.pre-2-6 | 6 +++++- ChangeLog.pre-2-8 | 6 +++++- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 255f661623..1ea1481c5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + Wed Sep 15 00:57:37 2004 Matthias Clasen * docs/tools/widgets.c: Add accel label, file button @@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004 Søren Sandmann for the recent change to gtk_default_draw_expander(). * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one - for expander sizes up to 16. + for expander sizes up to 16 * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the popup if the model is replaced. (#152333) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 255f661623..1ea1481c5f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + Wed Sep 15 00:57:37 2004 Matthias Clasen * docs/tools/widgets.c: Add accel label, file button @@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004 Søren Sandmann for the recent change to gtk_default_draw_expander(). * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one - for expander sizes up to 16. + for expander sizes up to 16 * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the popup if the model is replaced. (#152333) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 255f661623..1ea1481c5f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + Wed Sep 15 00:57:37 2004 Matthias Clasen * docs/tools/widgets.c: Add accel label, file button @@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004 Søren Sandmann for the recent change to gtk_default_draw_expander(). * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one - for expander sizes up to 16. + for expander sizes up to 16 * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the popup if the model is replaced. (#152333) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 255f661623..1ea1481c5f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2004-09-15 Matthias Clasen + + * NEWS: Update. + Wed Sep 15 00:57:37 2004 Matthias Clasen * docs/tools/widgets.c: Add accel label, file button @@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004 Søren Sandmann for the recent change to gtk_default_draw_expander(). * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one - for expander sizes up to 16. + for expander sizes up to 16 * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the popup if the model is replaced. (#152333) diff --git a/NEWS b/NEWS index 6c97fb082c..efda952e83 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3 +================================================= +* GtkFileChooserButton + - Work better with older version of the gnome-vfs backend [Zack Cerza] + - Keynav improvements [Jonathan Blandford] + - Make position of pathbar down button stable [Jonathan] +* GtkComboBox + - Work without a model [Mariano Suarez-Alvarez +* GtkTreeView + - Allow sorting of tree models to be turned off [Torsten Schoenfeld] +* GtkRange + - Add a::slider-moved signal [Thomas Fitzsimmons] +* GtkEntryCompletion + - Improve positioning of popups [Matthias] +* Make input methods respect editability [Noah Levitt] +* Add an setting to specify modules to load [Alex Graveley] +* Use GOption for commandline argument parsing [Anders Carlsson] +* Default theme + - Improve drawing of expanders [Matthias Clasen] +* Add a configure option to disable the use of ELF visibility + attributes for PLT reduction +* gdk-pixbuf + - Add a variant of gdk_pixbuf_new_from_file_at_size() which + optionally ignores aspect ratio [Dom Lachowicz] + - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud] + - Security fixes [Chris Evans] +* Win32 + - Improve tablet handling [Robert Ögren] + - Make tablets work on multi-monitor systems [Robert] + - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist] + - Add IME input method [Takuro Ashie, Kazuki IWAMOTO] + - Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz, + Havoc Pennington] + - Fix loading of input modules on Win32 [Kazuki IWAMOTO] + - Build fixes [Tor Lillqvist] +* Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh, + Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko, + Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich, + Lorenzo Gil Sanchez, Richard Hoelscher, Owen Taylor, Olivier Andrieu, + Morten Welinder, Jean Bréfort] +* Documentation improvements [Matthias] +* New and updated translations (ang,ar,en_CA,ne,pt_BR,ro,uk) + Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2 ================================================= * GtkFileChooserButton