From: Andrew Innes Date: Sun, 3 Sep 2000 17:51:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44ef7cf637315562510888bacd5f94d848eddb58;p=emacs.git *** empty log message *** --- diff --git a/leim/ChangeLog b/leim/ChangeLog index b6f9dbed3ab..e8334517b50 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2000-09-03 Andrew Innes + + * makefile.w32-in: New file. + 2000-08-31 Kenichi Handa * quail/thai.el (thai-generate-quail-map): If the length of diff --git a/nt/ChangeLog b/nt/ChangeLog index da6c94c8154..2bf250cebcd 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,5 +1,7 @@ 2000-09-03 Andrew Innes + * configure.bat: Change to DOS line endings. + * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. (_ANONYMOUS_STRUCT) [__GNUC__]: New define. diff --git a/src/ChangeLog b/src/ChangeLog index 80c610dc1e3..b686f1c7e3d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -8,6 +8,9 @@ * makefile.w32-in (clean): Don't delete config.h and epaths.h. (distclean): Delete them here instead. + * w32proc.c (compare_env): Convert to uppercase for comparison, + not lowercase, to match how the native Windows shell works. + 2000-09-03 Jason Rumney * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as