From e0f354f5248404a1f3d00fc8beceab7764ebf2e4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Aug 2014 09:14:20 -0400 Subject: [PATCH] Updates for 3.13.7 --- NEWS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 91d433f634..30f867848b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Overview of Changes in GTK+ 3.13.6 to 3.13.7 +============================================ + +* Bugs fixed: + 724281 Statusbar displays removed message + 731013 Cross-compilation from Linux to Windows broken... + 731443 GtkPlacesSidebar - refine spacing + 734143 Cannot drag files from the filechooser anymore + 734357 GtkListBox doesn't get events delivered for GtkStack children + 734420 BroadwayServer support for unix socket listening + 734614 Undo buttons in application notifications are too tall + 734641 gdk_window_set_device_events() does not change the event mask... + 734649 Only notify 'adjustment' if the property changed + 734651 Resizing gtk3-iconbrowser is super slow + 734660 Always emit value-changed when the adjustment is changed + 734668 Properly handle alpha in fg color when rendering symbolic icons + 734709 GtkListBoxRow should also set its clip + 734735 GCC warns about unused things when building GTK+ on W32 + 734736 GCC warns about wront format strings when building GTK+ on W32 + 734737 GCC warns about various things when building GTK+ on W32 + 734778 Object leaks in broadway_server_new() constructor + +* Translation updates: + Greek + + Overview of Changes in GTK+ 3.13.5 to 3.13.6 ============================================