Require atk 1.9.0

This commit is contained in:
Matthias Clasen
2006-06-19 02:19:27 +00:00
parent 313eedb507
commit bc1f487e43
3 changed files with 13 additions and 5 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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])