From bc1f487e432d153cc9359bcccc82eae370cf44c6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Jun 2006 02:19:27 +0000 Subject: [PATCH] Require atk 1.9.0 --- ChangeLog | 8 ++++++-- ChangeLog.pre-2-10 | 8 ++++++-- configure.in | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73664a9cd0..585b440171 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ +2006-06-18 Matthias Clasen + + * configure.in: Bump the atk requirement to 1.9.0 + 2006-06-15 Carlos Garnacho * 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 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 73664a9cd0..585b440171 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,8 +1,12 @@ +2006-06-18 Matthias Clasen + + * configure.in: Bump the atk requirement to 1.9.0 + 2006-06-15 Carlos Garnacho * 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 diff --git a/configure.in b/configure.in index a2047589f9..c97721d6ca 100644 --- a/configure.in +++ b/configure.in @@ -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])