From 5b16fcc3965e3a97d1997a0955eb84ce9939bcca Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Nov 2008 07:04:27 +0000 Subject: [PATCH] Updates svn path=/branches/gtk-2-14/; revision=21801 --- ChangeLog | 4 ++++ NEWS | 29 +++++++++++++++++++++++++++++ autogen.sh | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 43b11cf95c..ff93a2eade 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-24 Matthias Clasen + + * NEWS: Updates + 2008-11-23 Hans Breuer * config.h.win32.in : don't define USE_MMX for msvc diff --git a/NEWS b/NEWS index b8ab54eb1c..51c66bdc0b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +Overview of Changes from GTK+ 2.14.4 to 2.14.5 +============================================== + +* Bugs fixed: + 556578 GIMP windows stay on top of other windows + 557059 crash when compositing emblems with icon + 557266 Window Management Problem + 528320 Incorrect icons displayed for files with custom mimetype icons + 557894 Wrong return value for gdk_pointer_grab_info_libgtk_only + 557316 GtkLinkButton should consider user-defined tooltip + 558323 glitches when popping up combos in treeviews + 558278 Crash when calling a callback set by gdk_add_client_message_filter + 557212 Problem with which window gains focus and is visible + 541391 Unfocussable Treeview swallows focus + 552956 Should check composite extension version + 554567 warning fixes (missing format specifiers and NULL vs 0) + +* Updated translations: + Asturian (ast) + Catalan (ca) + Czech (cs) + Galician (gl) + Hebrew (he) + Italian (it) + Japanese (ja) + Lithuanian (lt) + Norwegian bokmål (nb) + Thai (th) + Overview of Changes from GTK+ 2.14.3 to 2.14.4 ============================================== diff --git a/autogen.sh b/autogen.sh index a276979199..d3fb066d3e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ have_libtool=false if libtoolize --version < /dev/null > /dev/null 2>&1 ; then libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'` case $libtool_version in - 1.4*|1.5*) + 1.4*|1.5*|2.2*) have_libtool=true ;; esac