2.28.29
This commit is contained in:
20
NEWS
20
NEWS
@@ -1,3 +1,23 @@
|
||||
Overview of Changes from GTK+ 2.24.28 to 2.24.29
|
||||
================================================
|
||||
|
||||
* OS X:
|
||||
- Partial aspect ratio support
|
||||
|
||||
* Bug fixes:
|
||||
345345 PrintOperation::paginate is not emitted for class handler
|
||||
745127 Changing order of file in "Places" crashes the application
|
||||
749507 gtk-2.0.m4 fails to detect a prefixed pkg-config
|
||||
752638 notebook tab dragging doesn't work on Quartz (patches...
|
||||
753644 Switching from Multipress input method to None immedi...
|
||||
753691 make install -j2 fails when building for MinGW
|
||||
753992 im-quartz discard_preedit segmentation fault
|
||||
754046 annotate gtk_color_button_get_color
|
||||
|
||||
* Translation updates:
|
||||
Occitan
|
||||
|
||||
|
||||
Overview of Changes from GTK+ 2.24.27 to 2.24.28
|
||||
================================================
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@ AC_PREREQ(2.62)
|
||||
|
||||
m4_define([gtk_major_version], [2])
|
||||
m4_define([gtk_minor_version], [24])
|
||||
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],
|
||||
|
||||
Reference in New Issue
Block a user