3.18.8
This commit is contained in:
20
NEWS
20
NEWS
@@ -1,3 +1,23 @@
|
||||
Overview of Changes in GTK+ 3.18.8
|
||||
==================================
|
||||
|
||||
* Bugs fixed:
|
||||
756751 Keypad decimal point patch prevents entry of comma in german key...
|
||||
761026 Pressing ESC in a file chooser dialog doesn't dismiss it
|
||||
761552 Warnings in filechooser when typing-to-search in Recent
|
||||
761757 Crash in GtkFileChooserWidget
|
||||
761838 Editing widgets may be drawn off the visible area if the column ...
|
||||
762315 Assistant pages have no padding which looks weird
|
||||
762319 issues with randr 1.5
|
||||
Fix Quartz clipboard image retrieval
|
||||
Fix Quartz Full Screen Crash
|
||||
box: Fix rtl allocation with center widget
|
||||
|
||||
* Translation updates:
|
||||
French
|
||||
Scottish Gaelic
|
||||
|
||||
|
||||
Overview of Changes in GTK+ 3.18.7
|
||||
==================================
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
m4_define([gtk_major_version], [3])
|
||||
m4_define([gtk_minor_version], [18])
|
||||
m4_define([gtk_micro_version], [7])
|
||||
m4_define([gtk_interface_age], [7])
|
||||
m4_define([gtk_micro_version], [8])
|
||||
m4_define([gtk_interface_age], [8])
|
||||
m4_define([gtk_binary_age],
|
||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||
m4_define([gtk_version],
|
||||
|
||||
Reference in New Issue
Block a user