summaryrefslogtreecommitdiff
path: root/macros2/ChangeLog
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-02-18 15:09:45 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-02-18 15:09:45 +0000
commite4d093be993de45b46aef5201924ddda643e859a (patch)
treeca278144be0d561b0c0acfb87157fdc9bd6fda8d /macros2/ChangeLog
parent6d8ccee455cde71467a2056530fe66f865219c0a (diff)
downloadshared-mime-info-e4d093be993de45b46aef5201924ddda643e859a.tar.gz
check to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, and
2003-02-18 James Henstridge <james@daa.com.au> * autogen.sh (topdir): check to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, and warn if so. * gnome-platform.m4: kill this too (with a deprecation warning). * gnome-cxx-check.m4: move to gnome-deprecated-macros.m4 * gnome-pkgconfig.m4: remove, and add a deprecation warning in its place. * gnome-x-checks.m4: remove, and add an AU_DEFUN in its place telling people not to use it. * linger.m4: removed outright. * gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in favour of GTK_DOC_CHECK. * gnome-gettext.m4: remove file (people should be using gettextize or glib-gettextize). * gnome-deprecated-macros.m4: new file to hold deprecated macros. svn path=/trunk/; revision=2768
Diffstat (limited to 'macros2/ChangeLog')
-rw-r--r--macros2/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog
index 06dccdc1..27c047d9 100644
--- a/macros2/ChangeLog
+++ b/macros2/ChangeLog
@@ -1,3 +1,28 @@
+2003-02-18 James Henstridge <james@daa.com.au>
+
+ * autogen.sh (topdir): check to see if gnome-deprecated-macros.m4
+ ended up in aclocal.m4, and warn if so.
+
+ * gnome-platform.m4: kill this too (with a deprecation warning).
+
+ * gnome-cxx-check.m4: move to gnome-deprecated-macros.m4
+
+ * gnome-pkgconfig.m4: remove, and add a deprecation warning in its
+ place.
+
+ * gnome-x-checks.m4: remove, and add an AU_DEFUN in its place
+ telling people not to use it.
+
+ * linger.m4: removed outright.
+
+ * gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in favour
+ of GTK_DOC_CHECK.
+
+ * gnome-gettext.m4: remove file (people should be using gettextize
+ or glib-gettextize).
+
+ * gnome-deprecated-macros.m4: new file to hold deprecated macros.
+
2003-02-14 Kalpesh Shah <kalpesh.shah@sun.com>
* check-utmp.m4: initialize UTMP structure properly.