comparison src/ChangeLog @ 31355:d883244d9cf4

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Sun, 03 Sep 2000 17:51:29 +0000
parents e562d903994d
children b0e06b1b3057
comparison
equal deleted inserted replaced
31354:547138676a74 31355:d883244d9cf4
5 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define 5 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
6 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. 6 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
7 7
8 * makefile.w32-in (clean): Don't delete config.h and epaths.h. 8 * makefile.w32-in (clean): Don't delete config.h and epaths.h.
9 (distclean): Delete them here instead. 9 (distclean): Delete them here instead.
10
11 * w32proc.c (compare_env): Convert to uppercase for comparison,
12 not lowercase, to match how the native Windows shell works.
10 13
11 2000-09-03 Jason Rumney <jasonr@gnu.org> 14 2000-09-03 Jason Rumney <jasonr@gnu.org>
12 15
13 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as 16 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as
14 CVS changes the line-ends when checking in/out on DOS/Windows. 17 CVS changes the line-ends when checking in/out on DOS/Windows.