aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2000-09-03 17:51:29 +0000
committerAndrew Innes2000-09-03 17:51:29 +0000
commit44ef7cf637315562510888bacd5f94d848eddb58 (patch)
treeeac490db73e9252652a5664143ab9473e26abd0d /src/ChangeLog
parent11c22fffa0c86727fad2b57d2a8f26d6bc026a84 (diff)
downloademacs-44ef7cf637315562510888bacd5f94d848eddb58.tar.gz
emacs-44ef7cf637315562510888bacd5f94d848eddb58.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 80c610dc1e3..b686f1c7e3d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,9 @@
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 10
11 * w32proc.c (compare_env): Convert to uppercase for comparison,
12 not lowercase, to match how the native Windows shell works.
13
112000-09-03 Jason Rumney <jasonr@gnu.org> 142000-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