Require atk 1.9.0
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
2006-06-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump the atk requirement to 1.9.0
|
||||
|
||||
2006-06-15 Carlos Garnacho <carlosg@gnome.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate):
|
||||
(gtk_notebook_calc_tabs): Fix borderline cases in tab
|
||||
visibility calculation. Fixes #168105
|
||||
(gtk_notebook_calc_tabs): Fix borderline cases in tab
|
||||
visibility calculation. Fixes #168105
|
||||
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
2006-06-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump the atk requirement to 1.9.0
|
||||
|
||||
2006-06-15 Carlos Garnacho <carlosg@gnome.org>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_pages_allocate):
|
||||
(gtk_notebook_calc_tabs): Fix borderline cases in tab
|
||||
visibility calculation. Fixes #168105
|
||||
(gtk_notebook_calc_tabs): Fix borderline cases in tab
|
||||
visibility calculation. Fixes #168105
|
||||
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ m4_define([gtk_binary_version], [2.4.0])
|
||||
# required versions of other packages
|
||||
m4_define([glib_required_version], [2.8.5])
|
||||
m4_define([pango_required_version], [1.9.0])
|
||||
m4_define([atk_required_version], [1.0.1])
|
||||
m4_define([atk_required_version], [1.9.0])
|
||||
m4_define([cairo_required_version], [0.9.2])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user