[gtk+] 3.9.4
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] 3.9.4
- Date: Mon, 17 Jun 2013 12:13:10 +0000 (UTC)
commit 230a81e34a9eb190fd38451420f77eba20ce316d
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jun 17 06:47:43 2013 -0400
3.9.4
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b9a711c..4e1f7c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Overview of Changes in GTK+ 3.9.2 to 3.9.4
+==========================================
+
+* GtkSearchBar: a toolbar that will popup automatically when
+ searches should be started, and dismissed when they are finished
+
+* GtkListBox a vertical container that can sort and filter its
+ children
+
+* GtkStack has gained position dependent transitions (left-right
+ and up-down)
+
+* The Broadway GDK backend can be built on Windows now
+
+* Bugs fixed:
+ 593079 untranslated strings in errors
+ 692638 Don't use AC_CANONICAL_TARGET
+ 699673 [3.2/3.4/3.6/3.8] uuid conflicting on Windows
+ 700185 GtkWindow: problem with child widget visibility
+ 700444 [W32] The use of uninitialized GDK default screen
+ 700779 gtk_menu_item_draw puts the arrow too close to the border
+ 701463 typo: "a string containing the an approximation"
+ 701840 deprecate gtk_im_multicontext_append_menuitems
+ 702370 a11y's /child/add-remove/GtkEntry test reads invalid memory
+
+* Translation updates
+ Brazilian Portuguese
+ Chinese
+ Czech
+ Japanese
+
+
Overview of Changes in GTK+ 3.9.0 to 3.9.2
==========================================
diff --git a/configure.ac b/configure.ac
index 8885944..4a6aed4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [9])
-m4_define([gtk_micro_version], [3])
+m4_define([gtk_micro_version], [4])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]