Updates
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,5 +1,9 @@
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* NEWS: Updates.
|
||||
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Make GtkEntry work harder to protect passwords: (#143955,
|
||||
Morten Welinder)
|
||||
|
||||
@@ -279,11 +283,7 @@ Fri Jun 25 23:35:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Allow passing
|
||||
NULL to unset th * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model):
|
||||
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
e model. (#137211, patch by Mariano Suárez-Alvarez)
|
||||
NULL to unset the model. (#137211, patch by Mariano Suárez-Alvarez)
|
||||
|
||||
Fri Jun 25 23:33:05 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* NEWS: Updates.
|
||||
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Make GtkEntry work harder to protect passwords: (#143955,
|
||||
Morten Welinder)
|
||||
|
||||
@@ -279,11 +283,7 @@ Fri Jun 25 23:35:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Allow passing
|
||||
NULL to unset th * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model):
|
||||
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
e model. (#137211, patch by Mariano Suárez-Alvarez)
|
||||
NULL to unset the model. (#137211, patch by Mariano Suárez-Alvarez)
|
||||
|
||||
Fri Jun 25 23:33:05 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* NEWS: Updates.
|
||||
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Make GtkEntry work harder to protect passwords: (#143955,
|
||||
Morten Welinder)
|
||||
|
||||
@@ -279,11 +283,7 @@ Fri Jun 25 23:35:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Allow passing
|
||||
NULL to unset th * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model):
|
||||
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
e model. (#137211, patch by Mariano Suárez-Alvarez)
|
||||
NULL to unset the model. (#137211, patch by Mariano Suárez-Alvarez)
|
||||
|
||||
Fri Jun 25 23:33:05 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* NEWS: Updates.
|
||||
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Make GtkEntry work harder to protect passwords: (#143955,
|
||||
Morten Welinder)
|
||||
|
||||
@@ -279,11 +283,7 @@ Fri Jun 25 23:35:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Allow passing
|
||||
NULL to unset th * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model):
|
||||
Sat Jun 26 00:04:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
e model. (#137211, patch by Mariano Suárez-Alvarez)
|
||||
NULL to unset the model. (#137211, patch by Mariano Suárez-Alvarez)
|
||||
|
||||
Fri Jun 25 23:33:05 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
||||
36
NEWS
36
NEWS
@@ -1,3 +1,39 @@
|
||||
Overview of Changes from GTK+ 2.4.3 to GTK+ 2.4.4
|
||||
=================================================
|
||||
* GtkFileChooser
|
||||
- Use Save button in save mode. [Federico Mena Quintero]
|
||||
- Check for errors when opening folders [Federico]
|
||||
- Bug fixes [Federico, Alex Roitman, Owen Taylor]
|
||||
* GtkComboBox
|
||||
- Make it work without a model [Mariano Suarez-Alvarez, Christian Persch]
|
||||
- Improve placement of popup [David A. Knight]
|
||||
* GtkImage
|
||||
- Fix issues with partial redrawing [John Ehresman, Felipe Heidrich,
|
||||
Billy Biggs]
|
||||
* GtkEntry
|
||||
- Fix cursor movement with combining marks [Theppitak Karoonboonyanan]
|
||||
- Protect passwords better [Morten Welinder]
|
||||
* Win32 fixes
|
||||
- Fix build without wintab [J. Ali Harlow]
|
||||
- Improve Clipboard handling [Tor Lillqvist, John Ehresman]
|
||||
* Gdk
|
||||
- Make RGBA cursors work [Michael Natterer]
|
||||
- Work with odd XServers [Bastien Nocera]
|
||||
- Handle _NET_WM_STATE_ABOVE/_BELOW better [Billy Biggs]
|
||||
- Don't leak DND contexts [Alex Larsson]
|
||||
* gdk-pixbuf
|
||||
- Make tiff loader work with libtiff 3.6.1 [Marco Ghirlanda]
|
||||
- Fix math for GDK_INTERP_HYPER [Brian Cameron]
|
||||
- Fix Win32 exported symbols [Tor Lillqvist]
|
||||
* Documentation improvements [Billy Biggs, Matthias Clasen,
|
||||
Oliver Andrieu]
|
||||
* Other bug fixes [Federico, Michael, Matthias, Philip Kendall,
|
||||
Jean-François Wauthy, John Finlay, Jeff Franks, Tim Janik,
|
||||
Nickolay V. Shmyrev, Sampo Nurmentaus, William Jon McCann,
|
||||
Jan-Marek Glogowski, Yevgen Muntyan, Pawel Salek,
|
||||
Jonathan Blandford, Sunil, Dimitiry. M Shatrov]
|
||||
* Updated translations (bg,he,hu,ne,sq)
|
||||
|
||||
Overview of Changes from GTK+ 2.4.2 to GTK+ 2.4.3
|
||||
=================================================
|
||||
* GtkButton
|
||||
|
||||
Reference in New Issue
Block a user