forked from AuroraMiddleware/gtk
3.22.29
This commit is contained in:
parent
0f3396d742
commit
9f6deab88c
47
NEWS
47
NEWS
@ -1,3 +1,50 @@
|
||||
Overview of Changes in GTK+ 3.22.29
|
||||
====================================
|
||||
|
||||
* Wayland
|
||||
- add an input method based on the text protocol
|
||||
|
||||
* File chooser
|
||||
- Stop activating without double-click
|
||||
|
||||
* Bugs fixed:
|
||||
710888 GtkInfoBar not shown after calling gtk_widget_show
|
||||
743975 Better deprecation information for GtkStatusIcon
|
||||
775546 gdkscreen-x11: Don't try to calculate a refresh rate for RandR 1.3...
|
||||
794008 GtkListBoxRow signal poorly documented
|
||||
|
||||
* Translation updates:
|
||||
Brazilian Portuguese
|
||||
British English
|
||||
Catalan
|
||||
Croatian
|
||||
Czech
|
||||
Danish
|
||||
Dutch
|
||||
Esperanto
|
||||
Estonian
|
||||
French
|
||||
Friulian
|
||||
Galician
|
||||
German
|
||||
Hungarian
|
||||
Icelandic
|
||||
Indonesian
|
||||
Italian
|
||||
Kazakh
|
||||
Korean
|
||||
Latvian
|
||||
Lithuanian
|
||||
Polish
|
||||
Russian
|
||||
Scottish Gaelic
|
||||
Serbian
|
||||
Serbian Latin
|
||||
Slovak
|
||||
Swedish
|
||||
Turkish
|
||||
|
||||
|
||||
2Overview of Changes in GTK+ 3.22.28
|
||||
===================================
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
m4_define([gtk_major_version], [3])
|
||||
m4_define([gtk_minor_version], [22])
|
||||
m4_define([gtk_micro_version], [28])
|
||||
m4_define([gtk_interface_age], [28])
|
||||
m4_define([gtk_micro_version], [29])
|
||||
m4_define([gtk_interface_age], [29])
|
||||
m4_define([gtk_binary_age],
|
||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||
m4_define([gtk_version],
|
||||
|
Loading…
Reference in New Issue
Block a user