summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 437f1037..1d0a2153 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2011-04-02 James Youngman <jay@gnu.org>
+ Use gnulib's parse-datetime module instead of getdate.
+ * import-gnulib.config (modules): Use gnulib's parse-datetime
+ module instead of the obsolete getdate module.
+ (gnulib_version): Update to a recent version of gnulib.
+ * doc/Makefile.am (find_TEXINFOS): Update the name of the included
+ texinfo file accordingly.
+ * doc/find.texi (File Permissions): Likewise.
+ * find/parser.c: Include parse-datetime.h instead of getdate.h.
+ * po/POTFILES.in: Update the list of source files to scan for
+ translatable strings; include gnulib/lib/parse-datetime.y among
+ others.
+ * doc/.gitignore: Ignore parse-datetime.texi instead of
+ getdate.texi.
+
* lib/dircallback.c: Include dircallback.h instead of the
nonexistent lstat.h.