Add glib-gettextize and GETTEXT_PACKAGE support throughout. please see ChangeLog...
[platform/upstream/gnome-common.git] / macros2 / ChangeLog
index 316e923..d501499 100644 (file)
@@ -1,3 +1,75 @@
+2001-10-29  jacob berkman  <jacob@ximian.com>
+
+       * autogen.sh: add check for glib-gettextize
+
+2001-10-15  Bastien Nocera  <hadess@hadess.net>
+
+       * Makefile.am, curses.m4: added curses.m4 (copied from the gnome1
+       macros. this file is needed to gdialog
+
+2001-10-02  Darin Adler  <darin@bentspoon.com>
+
+       * autogen.sh: Complete intltool support.
+
+2001-10-02  Darin Adler  <darin@bentspoon.com>
+
+       * autogen.sh: Add intltool support.
+
+2001-09-04  Frank Belew  <frb@ximian.com>
+
+       * autogen.sh: change gettext regexp to work with non-gnu grep
+
+2001-08-18  Darin Adler  <darin@bentspoon.com>
+
+       * autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
+
+2001-08-04  Darin Adler  <darin@bentspoon.com>
+
+       * autogen.sh: Update gettext logic to allow anything that
+       starts with AM and ends with gettext. This makes it work with
+       AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
+
+2001-08-03  Martin Baulig  <baulig@suse.de>
+
+       * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
+       (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
+       (GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
+       (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
+       (GNOME_PKGCONFIG_CHECK_MODULES): Removed.
+       (GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
+       to check for the pkg-config version.
+
+2001-07-20  Martin Baulig  <baulig@suse.de>
+
+       * gnome-pkgconfig.m4: Require pkg-config 0.8.0.
+
+2001-06-29  Laszlo Peter <laca@ireland.sun.com>
+
+       * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp
+       to process all 6 version numbers.
+
+2001-06-22  Elliot Lee  <sopwith@redhat.com>
+
+       * gnome-gettext.m4: N'sync with the gnome1 version, bye bye buggies.
+
+2001-06-13  Martin Baulig  <baulig@suse.de>
+
+       * gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0
+       and fix download URL.
+
+       * gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform.
+
+2001-06-01  Peter Williams  <peterw@ximian.com>
+
+       * autogen.sh: s,Gnome,$PKG_NAME,g
+
+2001-04-13  Martin Baulig  <baulig@suse.de>
+
+       * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
+       Set variable `have_<name>' to yes or no depending on whether the
+       module was found or not; allows you to define automake conditionals
+       for optional modules.
+
 2001-03-24  Martin Baulig  <baulig@suse.de>
 
        * autogen.sh: Add the xml-i18n-tools stuff here.