summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-06-19 16:25:11 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-19 16:25:11 +0000
commit8d8897c025e0d13fe4289e31ade4540e96057388 (patch)
treedf09792439dfac0457974a9cf493b1dff9a50e60
parent721ed985340887204e897317ee7da20d7d1eedcc (diff)
downloadgtk+-8d8897c025e0d13fe4289e31ade4540e96057388.tar.gz
Updates
svn path=/trunk/; revision=18191
-rw-r--r--ChangeLog4
-rw-r--r--NEWS24
2 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49f947afe1..71bf2cc055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-19 Matthias Clasen <mclasen@redhat.com>
+
+ * NEWS: Updates
+
2007-06-19 Sven Neumann <sven@gimp.org>
* gtk/gtkicontheme.c (gtk_icon_info_copy): use g_slice_dup().
diff --git a/NEWS b/NEWS
index e887ef974e..4c832f47d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of Changes from GTK+ 2.11.3 to 2.11.4
+==============================================
+
+* The multipress input method correctly handles control keys
+
+* The memory management of GtkRecentManager has been
+ changed, deprecating the screen-related functions in favour
+ of gtk_recent_manager_get_default().
+
+* Bugs fixed:
+ 448928 Some GtkBuildable methods named too generically
+ 448193 gtkbuilder.h causes compile error with C++
+ 354887 GtkFileChooserButton displays unnecessary authentication ...
+ 440450 GTK font selection minimum size is too large for 150dpi s...
+ 447214 gtk_tooltips_widget_remove() is slow
+ 448299 dgettext arguments interchanged
+ 448321 Drawing problems with block cursor
+ 448341 There is no GtkTooltip documentation in the gtk+ reference
+ 448484 GtkAccelGroup forgets to remove closure invalidate notifi...
+ 448544 Refcount issues in GtkCellRendererSpin
+ 412357 GtkMenuShell not defined as an abstract base type
+ 403717 print preview operation should pass settings to preview p...
+
+
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================