More renaming from 'getdate' to 'get_date'.
[gnulib.git] / ChangeLog
index 8d8d082..6b15b1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
+2010-09-30  Bruno Haible  <bruno@clisp.org>
+
+       More renaming from 'getdate' to 'get_date'.
+       * doc/get_date.texi: Renamed from doc/getdate.texi.
+       * modules/get_date (Files): Update.
+       * MODULES.html.sh (Date and time <time.h>): Update.
+       * DEPENDENCIES: Update.
+       * gnulib-tool: Update comment.
+       * m4/bison.m4 (gl_BISON): Likewise.
+       * m4/get_date.m4 (gl_GET_DATE): Likewise.
+
+2010-09-30  Justin Clift  <jclift@redhat.com>  (tiny change)
+
+       bootstrap: support ACLOCAL_FLAGS during aclocal
+       * build-aux/bootstrap (aclocal): Honor ACLOCAL_FLAGS, so the user
+       can add additional -I dir for third-party .m4 files.
+
 2010-09-30  Eric Blake  <eblake@redhat.com>
 
+       bootstrap: use glibtoolize on MacOS
+       * build-aux/bootstrap (check_versions): Convert libtool into
+       libtoolize.
+       (tool search): Move libtool check earlier, and look for
+       glibtoolize for MacOS.
+       (gnulib_tool_options): Auto-add --libtool when appropriate.
+       Reported by Justin Clift.
+
        poll: fix typo that broke test on MacOS
        * m4/poll.m4 (gl_FUNC_POLL): Add missing test.
        Reported by Justin Clift.