This commit is contained in:
Matthias Clasen 2005-07-22 16:23:34 +00:00
parent fe1380e0c4
commit e4ac49b48e
4 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,7 @@
2005-07-22 Matthias Clasen <mclasen@redhat.com> 2005-07-22 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup): * gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup):
Point out escaping oversight. (#311260, Owen Taylor) Point out escaping oversight. (#311260, Owen Taylor)

View File

@ -1,5 +1,7 @@
2005-07-22 Matthias Clasen <mclasen@redhat.com> 2005-07-22 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup): * gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup):
Point out escaping oversight. (#311260, Owen Taylor) Point out escaping oversight. (#311260, Owen Taylor)

View File

@ -1,5 +1,7 @@
2005-07-22 Matthias Clasen <mclasen@redhat.com> 2005-07-22 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup): * gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup):
Point out escaping oversight. (#311260, Owen Taylor) Point out escaping oversight. (#311260, Owen Taylor)

14
NEWS
View File

@ -3,17 +3,21 @@ Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
* Make svg icon themes work better [Matthias] * Make svg icon themes work better [Matthias]
* GtkPlug/GtkSocket: Make these cross-platform * GtkPlug/GtkSocket: Make these cross-platform
and implement them for Win32 [Tor] and implement them for Win32 [Tor]
* Make font rendering xsettings work with * Make font rendering xsettings work with pangocairo [Owen]
pangocairo [Owen] * Fix sporadic segfaults in the GtkTreeModelSort [James
Bramford, Markku Vire, Kristian Rietveld]
* Improve gdk-pixbuf's ability to recognize
svg images. [William Jon McCann]
* Win32 * Win32
- Build fixes [Tor Lillqvist] - Build fixes [Tor Lillqvist]
- Fix clipping issues [Robert Ögren] - Fix clipping issues [Robert Ögren]
- Bug fixes [Peter Zelezny] - Bug fixes [Peter Zelezny]
* Other bug fixes [Christian Persch, Arkady L. Shane, * Other bug fixes [Christian Persch, Arkady L. Shane,
Matthias, Tommi Komulainen, Alexander Larsson, Owen, Matthias, Tommi Komulainen, Alexander Larsson, Owen,
Thomas Vander Stichele] Thomas Vander Stichele, Robert Ögren]
* Documentation improvements [Steve Chaplin, Matthias] * Documentation improvements [Steve Chaplin, Matthias,
* New and updated translations (en_CA,fr,lt,nl,sk,th,zh_CN) Federico Mena Quintero]
* New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3 Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
================================================= =================================================