X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=ced73b057efc0549e142457c078c72a1389284e7;hb=911b8864cc8165e8a09062964054a85bce320804;hp=85d2587617db31ca63c25f7931ce23fac97bd186;hpb=8a1a492ae9389b6b450b2f8a32550e0ddbe3957a;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 85d258761..ced73b057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2008-03-25 Bruno Haible + + * 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 + + gnumakefile: Don't double-quote-expand $(VPATH) value. + * modules/gnumakefile (clean-GNUmakefile): Use single quotes. + +2008-03-24 Eric Blake + + 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 + + * 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 + + 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 . + +2008-03-23 Bruno Haible + + * doc/gnulib-tool.texi (gettextize and autopoint): New section. + +2008-03-23 Eric Blake + Bruno Haible + + 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 + + Tweak "gnulib --version" output. + * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified". + +2008-03-23 Bruno Haible + + 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 + + More --version tweaks. + * gnulib-tool (func_version): Obey GNU Coding Standards. Output + date of last ChangeLog entry. + +2008-03-21 Jim Meyering + + * build-aux/GNUmakefile (_have-git-version-gen): Split long line. + +2008-03-20 Eric Blake + + VPATH fix. + * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir. + +2008-03-20 Simon Josefsson + + * build-aux/GNUmakefile: Make git-version-gen optional. Add + _build-aux variable. Suggested by Eric Blake . + 2008-03-20 Eric Blake Sync GNUmakefile with coreutils.