From 8e4742cb00420d23ca0b39e502042512e3a36eaa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Dec 2012 06:02:12 -0500 Subject: [PATCH] 2.24.14 --- NEWS | 29 +++++++++++++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9e06e48ade..ed4a0f92c9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +Overview of Changes from GTK+ 2.24.13 to 2.24.14 +================================================ + +* File chooser: + - Use the bookmarks file from the same XDG location + as GTK+ 3 if present + - Add a setting to specify the startup mode + +* Bug fixes: + 577806 gtk_file_chooser_add_shortcut_folder adds duplicates... + 626499 GtkClipboard unnotified on change of OS X pasteboard... + 644906 gtkimcontextime.c: NULL pointer reference + 652204 Making GIMP crash with the Text Tool + 663990 Tablet pressure is broken on MacOSX + 668239 texts disappear when notebook switch page at zh_CN l... + 672193 windows (including menus) shown multiple times don't... + 681845 Cancel image export crashes or freezes gimp + 682919 Crash in GTK+-3.x (3.0.x-3.5.12+) on Windows with CJK... + 684419 crash when closing Document History window + 685959 [Win32] Memory leak on every redraw of a widget + 688710 [PATCH] Splash screens shouldn't stay on top of all a... + 689235 Broken function declarations corrupt the stack on win... + Quartz: Use window background pattern + Quartz: Use the correct minimal line width + +* Translation updates + German + + Overview of Changes from GTK+ 2.24.12 to 2.24.13 ================================================ diff --git a/configure.in b/configure.in index 0068e6e7f6..3d860e61be 100644 --- a/configure.in +++ b/configure.in @@ -13,8 +13,8 @@ AC_PREREQ(2.62) m4_define([gtk_major_version], [2]) m4_define([gtk_minor_version], [24]) -m4_define([gtk_micro_version], [13]) -m4_define([gtk_interface_age], [13]) +m4_define([gtk_micro_version], [14]) +m4_define([gtk_interface_age], [14]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version],