forked from AuroraMiddleware/gtk
3.10.0
This commit is contained in:
parent
c8544a3c4d
commit
b92f6b1dbe
38
NEWS
38
NEWS
@ -1,3 +1,41 @@
|
||||
Overview of Changes in GTK+ 3.9.16 to 3.10.0
|
||||
============================================
|
||||
|
||||
* Accessibility improvements
|
||||
- Add accessible names to csd window buttons
|
||||
- Mark GtkLinkButton as visited when appropriate
|
||||
- Add a GtkListBoxRow accessible
|
||||
|
||||
* Bug fixes:
|
||||
692258 Implement GtkListBoxRowAccessible, set its state to...
|
||||
702681 Issues with applications marked as NoDisplay
|
||||
704087 GtkPlacesSidebar shouldn't open a bookmark when the...
|
||||
708320 listbox: Update the cursor row when the row's child...
|
||||
708384 icontheme: Make sure icon_info->scale doesn't end u...
|
||||
|
||||
* Translation updates
|
||||
Assamese
|
||||
Brazilian Portuguese
|
||||
Czech
|
||||
French
|
||||
Galician
|
||||
Hebrew
|
||||
Indonesian
|
||||
Italian
|
||||
Kazakh
|
||||
Latvian
|
||||
Lithuanian
|
||||
Polish
|
||||
Portuguese
|
||||
Russian
|
||||
Scottish Gaelic
|
||||
Serbian
|
||||
Slovak
|
||||
Slovenian
|
||||
Spanish
|
||||
Traditional Chinese
|
||||
|
||||
|
||||
Overview of Changes in GTK+ 3.9.14 to 3.9.16
|
||||
============================================
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
# set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
|
||||
|
||||
m4_define([gtk_major_version], [3])
|
||||
m4_define([gtk_minor_version], [9])
|
||||
m4_define([gtk_micro_version], [17])
|
||||
m4_define([gtk_minor_version], [10])
|
||||
m4_define([gtk_micro_version], [0])
|
||||
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