diff --git a/ChangeLog b/ChangeLog index 1494d8bbbe..9a31bed91b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-10 Matthias Clasen + + * NEWS: Updates + 2004-11-09 Matthias Clasen * gtk/gtkrange.c (gtk_range_real_change_value): Make @@ -35,7 +39,7 @@ * gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip window when appropriate. - (gtk_statusbar_init): Instead of cutting the text of, make + (gtk_statusbar_init): Instead of cutting the text off, make ellipsize the label. (gtk_statusbar_size_allocate): Don't let the label extend under the resize grip. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1494d8bbbe..9a31bed91b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2004-11-10 Matthias Clasen + + * NEWS: Updates + 2004-11-09 Matthias Clasen * gtk/gtkrange.c (gtk_range_real_change_value): Make @@ -35,7 +39,7 @@ * gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip window when appropriate. - (gtk_statusbar_init): Instead of cutting the text of, make + (gtk_statusbar_init): Instead of cutting the text off, make ellipsize the label. (gtk_statusbar_size_allocate): Don't let the label extend under the resize grip. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1494d8bbbe..9a31bed91b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2004-11-10 Matthias Clasen + + * NEWS: Updates + 2004-11-09 Matthias Clasen * gtk/gtkrange.c (gtk_range_real_change_value): Make @@ -35,7 +39,7 @@ * gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip window when appropriate. - (gtk_statusbar_init): Instead of cutting the text of, make + (gtk_statusbar_init): Instead of cutting the text off, make ellipsize the label. (gtk_statusbar_size_allocate): Don't let the label extend under the resize grip. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1494d8bbbe..9a31bed91b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2004-11-10 Matthias Clasen + + * NEWS: Updates + 2004-11-09 Matthias Clasen * gtk/gtkrange.c (gtk_range_real_change_value): Make @@ -35,7 +39,7 @@ * gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip window when appropriate. - (gtk_statusbar_init): Instead of cutting the text of, make + (gtk_statusbar_init): Instead of cutting the text off, make ellipsize the label. (gtk_statusbar_size_allocate): Don't let the label extend under the resize grip. diff --git a/NEWS b/NEWS index 60ef3148cf..94e6008abc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,51 @@ +Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5 +================================================= +* GtkFileChooser + - Make tooltips work better [Matthias Clasen] + - Show files (grayed out) in folder modes [Nickolay V. Shmyrev] + - Add predefined filter for image files [Anders Carlsson] + - Support mime subclasses, aliases and superclasses + like text/* [Tommi Komulainen, David A. Knight, Matthias] +* GtkFileChooserButton + - Remove support for CREATE_FOLDER and SAVE modes + until a more satisfactory UI for these can be found [Seth Nickell, + Matthias] + - Make file DND work better [Christan Persch] +* GtkAction + - Add a function to obtain the accel path [Michael Natterer] +* GtkIconView + - Make scrolling work with large icon views [Matthias] +* GtkWindow + - As a last resort, allow to use mnemonics without + modifier [Pasupathi Duraisamy, Owen Taylor] +* GtkProgressBar + - Support ellipsizing the text [Morten Welinder, Matthias] +* GtkStatusbar + - Avoid resising if the text of the label changes [He Qiangqiang, + Owen Taylor, Christian Persch] + - Draw the resize grip better [Matthias] + - Ellipsize the text [Matthias] +* GtkClipboard + - Add API for image transfer via copy-and-paste [Matthias] +* DND + - Fix DND to embedded windows (e.g. panel applets) [James Henstridge, + Matthias] +* Stock icons + - Add RTL variants of the media icons [Bastien Nocera] +* Win32 + - Build fixes [Hans Breuer, Tor Lillqvist] + - Implement resize grips [Robert Ögren] +* Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu, + Torsten Schoenfeld, Matthias, Philip Langdale, Christian Persch, + Frances Keenan, Owen Taylor, Murray Cumming, Christophe Fergeau, + Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho + Parro, Mariano Suárez-Alvarez, John Finlay] +* Documentation improvements [Masao Mutoh, Matthias, + Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, + Owen, Vincent Untz, Jonathan Blandford, Bastien Nocera] +* Updated translations (da,en_CA,hu,ja) +Bugs fixed: 156557,156698,156325,156298,156404,156863,156866,156792,143285,156845,156408,156575,156573,138650,157044,157056,156924,157087,53709,157156,156720,157080,156971,157123,157301,157354,157286,157528,157273,157074,157384,157013,145388,157665,157651,157566,157630,157675,143760,141224,90955,73359,148106,154466,157785,157409,156809,156956 + Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4 ================================================= * GtkFileChooser