Move specification of ALL_LINGUAS to later in file so that CATOBJEXT is
authorPadraig O'Briain <padraig.obriain@sun.com>
Mon, 12 Jan 2004 09:50:30 +0000 (09:50 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Mon, 12 Jan 2004 09:50:30 +0000 (09:50 +0000)
2004-01-05  Padraig O'Briain  <padraig.obriain@sun.com>

* configure.in: Move specification of ALL_LINGUAS to later in file
so that CATOBJEXT is defined correctly.
Use ATK_LOCALEDIR instead of atklocaledir.

* atk/Makefile.am: Remove definition of ATKLOCALEDIR.

* atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR.

* docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.

ChangeLog

index 2a05260..2dc2798 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-01-05  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * configure.in: Move specification of ALL_LINGUAS to later in file
+       so that CATOBJEXT is defined correctly.
+       Use ATK_LOCALEDIR instead of atklocaledir.
+
+       * atk/Makefile.am: Remove definition of ATKLOCALEDIR.
+
+       * atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR.
+
+       * docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.
+
 2004-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * atk/atktext.c (atk_text_free_ranges): Fix segfault (bug #129837)