Incremented revision, and fixed minor make distcheck bug.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 8 Sep 2003 19:16:54 +0000 (19:16 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 8 Sep 2003 19:16:54 +0000 (19:16 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@545 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
NEWS
configure.in
docs/reference/cspi/Makefile.am

index 2ef6b39..afa5adf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-08  Bill Haneman <billh@gnome.org>
+
+       * configure.in: Revved to 1.3.7.
+
+       This is the GNOME 2.4.0 release of at-spi.
+
+       * docs/reference/cspi/Makefile.am:
+       Removed spurious inclusion of 'index.sgml' in the
+       html directory; this was breaking make distcheck and
+       also some other build environments.
+
 2003-09-05  Padraig O'Briain <padraig.obriain@sun.com>
 
        * registryd/registry.[ch}:
diff --git a/NEWS b/NEWS
index 443877c..7f3b2a9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
 (top)
 in HEAD:
+What's new in at-spi-1.3.7:
+
+This is the official GNOME 2.4.0 release of at-spi.
+
+* fixed event-name bug, "object:active-descendant" is now 
+  "object:active-descendant-changed".
+
+* fixes for 120220, 120725, some code cleanups.  
+* Improved code that rejects
+  spurious "window:activate/deactivate" pairs when X key grabs occur.
+  [108664]
+
+* Documentation improvements for SpiAccessibleKeyListenerCB and related.
+
+* new languages: hi, fi, et, mn, nl, is, ja, ro, bn.
+
+
 What's new in at-spi-1.3.6:
 
 * Add XEvIE support for those systems which have XEvIE.
index 68a569a..e41e246 100644 (file)
@@ -2,9 +2,9 @@ AC_INIT(idl/Accessibility.idl)
 
 AT_SPI_MAJOR_VERSION=1
 AT_SPI_MINOR_VERSION=3
-AT_SPI_MICRO_VERSION=6
-AT_SPI_INTERFACE_AGE=6
-AT_SPI_BINARY_AGE=6
+AT_SPI_MICRO_VERSION=7
+AT_SPI_INTERFACE_AGE=7
+AT_SPI_BINARY_AGE=7
 AT_SPI_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION.$AT_SPI_MICRO_VERSION"
 AM_INIT_AUTOMAKE(at-spi, $AT_SPI_VERSION)
 AC_SUBST(AT_SPI_MAJOR_VERSION)
index a21eab9..c655175 100644 (file)
@@ -154,7 +154,6 @@ dist-hook: dist-check-gtkdoc dist-hook-local
        mkdir $(distdir)/html
        -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
        -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
-       -cp $(srcdir)/html/index.sgml $(distdir)/html
        -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
 
        images=$(HTML_IMAGES) ;                 \