2001-02-03  Bruno Haible  <haible@clisp.cons.org>

        * po/clisp-xgettext (main): Recognize "GETTEXTL(" calls and put them
          into a .pot2 file.
        * Makefile.devel (SOURCES_POT2): New variable and rule.
          (pot): Also generate the clisplow POT and PO files.
          (update-po): Make more similar to gettext-2001-02-01.
          (clisplow.pot, clisplow_*.po): New rules.
          (GMOFILES): Include clisplow_*.gmo.
        * po/Makefile.in (CATOBJEXT): Remove, assume it is ".gmo".
          (INSTOBJEXT): Remove, assume it is ".mo".
          (datadir): Assume @DATADIRNAME@ = "share".
          (MSGFMT, GENCAT): Remove variables.
          (SUFFIXES): Trim down.
          (.po.mo): Remove rule.
          (.po.cat): Likewise.
          (.c.o, cat-id-tbl.o, cat-id-tbl.c): Likewise.
          (install-data-yes): Remove old code. Install clisplow.mo as well.
          (uninstall): Uninstall clisplow.mo as well.

        * intl/*: Upgrade from 0.10.35 to 2001-02-01.
        * aclocal.m4: Use macros from gettext-2001-02-01, but without the
          rule for po/POTFILES.
        * acconfig.h: Remove unneeded macros.
        * configure.in: Call AC_CONFIG_AUX_DIR, needed for AC_CANONICAL_HOST.
          Remove intl/intlh.inst from AC_OUTPUT.
        * autoconf/config.guess, autoconf/config.sub, autoconf/install-sh: New
          files.

2000-10-22  Bruno Haible  <haible@clisp.cons.org>

        * po/clisp-xgettext (main): Default file encoding for all CLISP
          sources is now UTF-8, but output the .pot and .po files in
          ISO-8859-1.
        * po/clisp-msguniq: Accept a third argument, oldfilename, containing
          overriding translations.
        * po/Makefile.devel (en.po): Use the previous en.po as an override.

2000-08-26  Bruno Haible  <haible@clisp.cons.org>

	* autoconf/acgeneral.m4 (AC_OUTPUT): Use braces in exec_prefix default
	  value, not parens.

2000-06-21  Bruno Haible  <haible@clisp.cons.org>

        * po/clisp-xgettext (main): Simplify: English is the only language
          whose messages are in the source.

2000-03-03  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * po/nl.po: New translation, from Tijs van Bakel <smoke@casema.net>.
        * po/Makefile.trans.nl: New file.
        * configure.in (ALL_LINGUAS): Add nl.
        * po/Makefile.devel (OTHER_LINGUAS): Add nl.

1999-07-20  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * po/Makefile.devel (*.po.merged): Use clisp.pot, not de.pot.

1999-07-17  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * po/clisp-xgettext (main): Read and write files in ISO-8859-1
          encoding.
        * po/clisp-msguniq (main): Likewise.

1999-07-16  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * po/Makefile.in (distclean): Don't remove *.gmo.
          (maintainer-clean): Remove *.gmo here.

1999-04-05  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * po/Makefile.devel (DSOURCES): Add amigaaux.
          (LSPSOURCES): Add amigasock.

1999-04-05  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        Stop storing german and french translations in the source files.
        * po/Makefile.devel (PREDEF_LINGUAS): Remove de, fr.
          (OTHER_LINGUAS): Add de, fr.
          (SOURCES_DE, SOURCES_FR): Remove variables.
          (de.po, fr.po): Remove rules.
          (LINGUA): Remove variable.
          (%.po.merged): New rule.
        * po/clisp-xgettext (main): Comment out support for languages de and
          fr. In do-one-file, add support for searching the "GETTEXT" key.
        * po/po_header: Remove de, fr. Update copyright year.
        * po/Makefile.trans: Remove file.
        * po/Makefile.trans.de, po/Makefile.trans.fr, po/Makefile.trans.es:
          New files.

1998-11-01  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * po_header: Use "ls --full-time" instead of "ls -e". Option -e does
          not exist in GNU fileutils 3.16 any more.

1998-06-01  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

        * intl/*: Upgrade from 0.10.32 to 0.10.35.

1998-04-08  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
	
	* Makefile.devel (GMSGFMT): Add --statistics.
