summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2004-01-12 09:50:30 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2004-01-12 09:50:30 +0000
commit38e34ce563f279fc6780a0f0d34a455e1fec2e3a (patch)
tree885b777c119db6fa4da8f976b3d7d4a3e19562e7
parentb2bf90bbb08a7fe9c011f693be11c0adf94c41e2 (diff)
downloadatk-38e34ce563f279fc6780a0f0d34a455e1fec2e3a.tar.gz
Move specification of ALL_LINGUAS to later in file so that CATOBJEXT is
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.
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a05260..2dc2798 100644
--- 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)