changeset 31355:d883244d9cf4

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Sun, 03 Sep 2000 17:51:29 +0000
parents 547138676a74
children d4d73ac5219e
files leim/ChangeLog nt/ChangeLog src/ChangeLog
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/leim/ChangeLog	Sun Sep 03 17:50:12 2000 +0000
+++ b/leim/ChangeLog	Sun Sep 03 17:51:29 2000 +0000
@@ -1,3 +1,7 @@
+2000-09-03  Andrew Innes  <andrewi@gnu.org>
+
+	* makefile.w32-in: New file.
+
 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
 
 	* quail/thai.el (thai-generate-quail-map): If the length of
--- a/nt/ChangeLog	Sun Sep 03 17:50:12 2000 +0000
+++ b/nt/ChangeLog	Sun Sep 03 17:51:29 2000 +0000
@@ -1,5 +1,7 @@
 2000-09-03  Andrew Innes  <andrewi@gnu.org>
 
+	* configure.bat: Change to DOS line endings.
+
 	* addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
 	(_ANONYMOUS_STRUCT) [__GNUC__]: New define.
 
--- a/src/ChangeLog	Sun Sep 03 17:50:12 2000 +0000
+++ b/src/ChangeLog	Sun Sep 03 17:51:29 2000 +0000
@@ -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  <jasonr@gnu.org>
 
 	* ChangeLog: Remove -unix from coding. Let Emacs autodetect, as