]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
(read_header): Give fatal error if input has no header.
[gnu-emacs] / lib-src / ChangeLog
index 46c22f8e054e1bff0b78ddea3554c86694e195b1..31f69a5bcd91c8407e67475ded0d6f1239074ec9 100644 (file)
@@ -1,7 +1,33 @@
+2006-04-29  Richard Stallman  <rms@gnu.org>
+
+       * fakemail.c (read_header): Give fatal error if input has no header.
+
+2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * b2m.c (main): Don't include <limits.h>.
+       (TM_YEAR_BASE): New macro.
+       (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
+       that s/ files can override this.  Use the more-conservative range
+       1000-9999.
+       (main): Check for asctime returning NULL.
+       * fakemail.c: Likewise.
+
+2006-03-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * b2m.c: Include <limits.h>.
+       (TM_YEAR_IN_ASCTIME_RANGE): New macro.
+       (main): Check for out-of-range time stamps.
+       * fakemail.c: Likewise.
+
+2006-03-18  Andre Spiegel  <spiegel@gnu.org>
+
+       * vcdiff: Use "echo" as a default for $echo, otherwise we'll
+       execute $DIFF twice, and once with the wrong options.
+
 2006-02-23  Claudio Fontana  <claudio@gnu.org>
 
-       * Makefile.in: Add DESTDIR variable to install and uninstall
-       targets to support staged installations.
+       * Makefile.in (install, uninstall): Add DESTDIR variable to
+       support staged installations.
 
 2005-12-30  Eli Zaretskii  <eliz@gnu.org>