From: Owen Taylor Date: Tue, 4 Sep 2001 15:09:30 +0000 (+0000) Subject: Version 0.3 X-Git-Tag: ATK_0_3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34b795a08ad7019917b9c9811d2bfc5878c40df6;p=platform%2Fupstream%2Fatk.git Version 0.3 Mon Sep 3 19:42:47 2001 Owen Taylor * configure.in: Version 0.3 * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7 * NEWS: Update --- diff --git a/ChangeLog b/ChangeLog index b706871..fd91814 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 3 19:42:47 2001 Owen Taylor + + * configure.in: Version 0.3 + + * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7 + + * NEWS: Update + 2001-09-03 Padraig O'Briain * atk/atkobject.c: diff --git a/NEWS b/NEWS index efebb3b..617a5ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes in 0.3 + +* API improvements to AtkTable, AtkSelection +* Add AtkDocument interface +* Rename AtkHyperLink to AtkHyperlink +* Allow for screen or window relative coordinates +* Utility functions +* Various minor tweeks and cleanups. +* Documentation improvements +* Add default implementations for important functions + Changes in 0.2 * Some API tweaks diff --git a/configure.in b/configure.in index 813d314..ec70eee 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(ChangeLog) -AM_INIT_AUTOMAKE(atk, 0.2) +AM_INIT_AUTOMAKE(atk, 0.3) dnl ========================================================================== dnl @@ -10,7 +10,7 @@ dnl it too, or it will never make it into the spec file! dnl dnl ========================================================================== -GLIB_REQUIRED_VERSION=1.3.2 +GLIB_REQUIRED_VERSION=1.3.7 AC_SUBST(GLIB_REQUIRED_VERSION) dnl ==========================================================================