Show
Ignore:
Timestamp:
2008年04月04日 22時04分40秒 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.6

    r4196 r4220  
    16441644        Call `tzset' instead of `init_gettimeofday'. 
    16451645 
    1646         * fileio.c [MSDOS]: If DJGPP version 2, include fcntl.h and string.h. 
    1647  
    1648         * lread.c [MSDOS]: If DJGPP version 2, include unistd.h. 
     1646        * fileio.c [MSDOS]: If DJGPP version 3, include fcntl.h and string.h. 
     1647 
     1648        * lread.c [MSDOS]: If DJGPP version 3, include unistd.h. 
    16491649        Include msdos.h somewhat earlier.  For X_OK. 
    16501650 
     
    16651665        (LOCALTIME_CACHE, tzset): Don't define if DJGPP v2. 
    16661666 
    1667         * msdos.c [MSDOS]: If DJGPP version 2, include fcntl.h. 
     1667        * msdos.c [MSDOS]: If DJGPP version 3, include fcntl.h. 
    16681668        (_crt0_startup_flags): Initialize to work 
    16691669        correctly both with and without GNU `malloc' and `ralloc'. 
     
    53555355See ChangeLog.5 for earlier changes. 
    53565356 
    5357     Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007 
     5357    Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
    53585358        Free Software Foundation, Inc. 
    53595359 
     
    53625362  GNU Emacs is free software; you can redistribute it and/or modify 
    53635363  it under the terms of the GNU General Public License as published by 
    5364   the Free Software Foundation; either version 2, or (at your option) 
     5364  the Free Software Foundation; either version 3, or (at your option) 
    53655365  any later version. 
    53665366