Tweak the "gettextize and autopoint" section.
[gnulib.git] / ChangeLog
index 85d2587..ced73b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2008-03-25  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
+       detail which gettext release to use.
+       Reported by Simon Josefsson.
+
+2008-03-26  Jim Meyering  <meyering@redhat.com>
+
+       gnumakefile: Don't double-quote-expand $(VPATH) value.
+       * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
+
+2008-03-24  Eric Blake  <ebb9@byu.net>
+
+       Alter GNUmakefile to install into top directory.
+       * modules/maintainer-makefile: Split, and add dependency...
+       * modules/gnumakefile: to this new module.
+       * build-aux/GNUmakefile: Move...
+       * top/GNUmakefile: ...here.
+       * build-aux/maint.mk: Move...
+       * top/maint.mk: ...here.
+       * MODULES.html.sh (Support for maintaining...): Document new
+       module.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool: New options --vc-files, --no-vc-files.
+       (func_usage): Document them.
+       (vc_files): New variable.
+       (func_import): Consider vc_files.
+       (func_create_testdir): Set vc_files to empty.
+       Suggested by Jim Meyering and Karl Berry.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       Fix regex compilation error on HP-UX 11.
+       * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
+       * modules/regex (Files): Add m4/mbstate_t.m4.
+       Reported by Ton Voon <ton.voon@altinity.com>.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib-tool.texi (gettextize and autopoint): New section.
+
+2008-03-23  Eric Blake  <ebb9@byu.net>
+           Bruno Haible  <bruno@clisp.org>
+
+       Install files from top/ in the destination directory.
+       * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
+       augmentation also for the files from top/.
+       (func_import, func_create_testdir): Rewrite file names:
+       top/filename -> filename.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       Tweak "gnulib --version" output.
+       * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       Tweak "gnulib --version" output.
+       * gnulib-tool (func_version): Use date of last commit to ChangeLog,
+       rather than contents of ChangeLog, when possible.
+
+2008-03-21  Eric Blake  <ebb9@byu.net>
+
+       More --version tweaks.
+       * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
+       date of last ChangeLog entry.
+
+2008-03-21  Jim Meyering  <meyering@redhat.com>
+
+       * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
+
+2008-03-20  Eric Blake  <ebb9@byu.net>
+
+       VPATH fix.
+       * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
+
+2008-03-20  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/GNUmakefile: Make git-version-gen optional.  Add
+       _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
+
 2008-03-20  Eric Blake  <ebb9@byu.net>
 
        Sync GNUmakefile with coreutils.