Version 0.3 ATK_0_3
authorOwen Taylor <otaylor@redhat.com>
Tue, 4 Sep 2001 15:09:30 +0000 (15:09 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 4 Sep 2001 15:09:30 +0000 (15:09 +0000)
Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Version 0.3

        * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7

        * NEWS: Update

ChangeLog
NEWS
configure.in

index b706871..fd91814 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Version 0.3  
+
+       * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
+
+       * NEWS: Update  
+
 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * atk/atkobject.c:
diff --git a/NEWS b/NEWS
index efebb3b..617a5ef 100644 (file)
--- 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
index 813d314..ec70eee 100644 (file)
@@ -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 ==========================================================================