mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
3.9.4
This commit is contained in:
parent
6743e41ce3
commit
230a81e34a
32
NEWS
32
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
|
||||
==========================================
|
||||
|
||||
|
@ -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)])
|
||||
|
Loading…
Reference in New Issue
Block a user