Show
Ignore:
Timestamp:
04/16/06 21:46:31 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib-src/ChangeLog

    r4037 r4058  
     12006-04-02  Paul Eggert  <eggert@cs.ucla.edu> 
     2 
     3        * b2m.c (main): Don't include <limits.h>. 
     4        (TM_YEAR_BASE): New macro. 
     5        (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so 
     6        that s/ files can override this.  Use the more-conservative range 
     7        1000-9999. 
     8        (main): Check for asctime returning NULL. 
     9        * fakemail.c: Likewise. 
     10 
     112006-03-27  Paul Eggert  <eggert@cs.ucla.edu> 
     12 
     13        * b2m.c: Include <limits.h>. 
     14        (TM_YEAR_IN_ASCTIME_RANGE): New macro. 
     15        (main): Check for out-of-range time stamps. 
     16        * fakemail.c: Likewise. 
     17 
     182006-03-18  Andre Spiegel  <spiegel@gnu.org> 
     19 
     20        * vcdiff: Use "echo" as a default for $echo, otherwise we'll 
     21        execute $DIFF twice, and once with the wrong options. 
     22 
     232006-02-23  Claudio Fontana  <claudio@gnu.org> 
     24 
     25        * Makefile.in (install, uninstall): Add DESTDIR variable to 
     26        support staged installations. 
     27 
    1282005-12-30  Eli Zaretskii  <eliz@gnu.org> 
    229