summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-04 15:09:30 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-04 15:09:30 +0000
commit34b795a08ad7019917b9c9811d2bfc5878c40df6 (patch)
treeec1996353640441029c0ae965a693ef20a86095c
parent6352b303e58bac7ddaa0f7f7fa64de0b5da9d3d3 (diff)
downloadatk-ATK_0_3.tar.gz
Version 0.3ATK_0_3
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
-rw-r--r--ChangeLog8
-rw-r--r--NEWS11
-rw-r--r--configure.in4
3 files changed, 21 insertions, 2 deletions
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 <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
--- 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 ==========================================================================