gtk+ r21801 - branches/gtk-2-14



Author: matthiasc
Date: Mon Nov 24 07:04:27 2008
New Revision: 21801
URL: http://svn.gnome.org/viewvc/gtk+?rev=21801&view=rev

Log:
Updates


Modified:
   branches/gtk-2-14/ChangeLog
   branches/gtk-2-14/NEWS
   branches/gtk-2-14/autogen.sh

Modified: branches/gtk-2-14/NEWS
==============================================================================
--- branches/gtk-2-14/NEWS	(original)
+++ branches/gtk-2-14/NEWS	Mon Nov 24 07:04:27 2008
@@ -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
 ==============================================
 

Modified: branches/gtk-2-14/autogen.sh
==============================================================================
--- branches/gtk-2-14/autogen.sh	(original)
+++ branches/gtk-2-14/autogen.sh	Mon Nov 24 07:04:27 2008
@@ -16,7 +16,7 @@
 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]