summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-08 04:56:33 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-08 04:56:33 +0000
commit347ffee88110f1c355e70c58da0600f20497da17 (patch)
treea1df19f40f6c432b015ae4956edc5faeb7bd0495
parentbd0249daf86f792093ab83902806cdc0c7a56cbe (diff)
downloadatk-347ffee88110f1c355e70c58da0600f20497da17.tar.gz
===== Released 1.0.0 ======ATK_1_0_0
Thu Mar 7 23:52:51 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 1.0.0 ====== * NEWS: Final update for 1.0.0. * README: Update the compilation instructions a bit.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS5
-rw-r--r--README14
3 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f979f00..dc7356c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Mar 7 23:52:51 2002 Owen Taylor <otaylor@redhat.com>
+
+ * ===== Released 1.0.0 ======
+
+ * NEWS: Final update for 1.0.0.
+
+ * README: Update the compilation instructions a bit.
+
2002-03-06 Tor Lillqvist <tml@iki.fi>
* atk-zip.sh.in
diff --git a/NEWS b/NEWS
index 495fe97..4093a42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 1.0.0
+
+* Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
+* Add structure padding [Padraig]
+
Changes in version 0.13
* Add padding to class structures for future expansion [Padraig O'Briain]
diff --git a/README b/README
index 24444ed..585fcdd 100644
--- a/README
+++ b/README
@@ -6,12 +6,22 @@ For more information about ATK and accessibility in GNOME, see:
Dependencies
============
-In order to get CVS atk installed on your system, you need to have
-the most recent CVS version of glib installed as well.
+ATK requires GLib-2.0.0 or better. Information about GLib
+is available from http://www.gtk.org/.
Building
========
+To configure ATK, run the ./configure script, then 'make'; and
+'make install'. If you are installing into a location where you don't have
+write permission, you'll have to become root before running
+'make install'.
+
+General information about building ATK and related libraries can
+be found at:
+
+ http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
+
To compile a CVS version of atk on your system, you will need to take
several steps to setup the tree for compilation. You can do all these
steps at once by running: