This commit is contained in:
Matthias Clasen 2004-09-15 17:15:11 +00:00
parent ef1d21c0ca
commit 38a257bce2
5 changed files with 63 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
Wed Sep 15 00:57:37 2004 Matthias Clasen <maclas@gmx.de>
* docs/tools/widgets.c: Add accel label, file button
@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004 Søren Sandmann <sandmann@redhat.com>
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)

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
Wed Sep 15 00:57:37 2004 Matthias Clasen <maclas@gmx.de>
* docs/tools/widgets.c: Add accel label, file button
@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004 Søren Sandmann <sandmann@redhat.com>
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)

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
Wed Sep 15 00:57:37 2004 Matthias Clasen <maclas@gmx.de>
* docs/tools/widgets.c: Add accel label, file button
@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004 Søren Sandmann <sandmann@redhat.com>
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)

View File

@ -1,3 +1,7 @@
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
Wed Sep 15 00:57:37 2004 Matthias Clasen <maclas@gmx.de>
* docs/tools/widgets.c: Add accel label, file button
@ -51,7 +55,7 @@ Tue Sep 14 23:20:56 2004 Søren Sandmann <sandmann@redhat.com>
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)

43
NEWS
View File

@ -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