summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-25 15:42:25 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-25 15:42:25 +0000
commit6567e9b550147e8c46d35367cf3553b9acf9fbe3 (patch)
treee1e61cfb75ef19a76b0ae640b0be80d213af0067 /nt
parent1bc20d83cb040a51cad08b49b9e81d534fca57a5 (diff)
downloademacs-6567e9b550147e8c46d35367cf3553b9acf9fbe3.tar.gz
*** empty log message ***
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index f8b62243dc5..a8d4d1414a2 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -132,6 +132,54 @@
* emacs.bat.in (EMACSLOADPATH): Include leim.
+After the release of 20.4, development was split into two separate
+code lines. One line contained the code for Emacs 21, and the other
+one the code for the 20.x releases after 20.4. The following change
+log entries up to the entry ``20.4 released'' are for the 20.x code
+line. Change logs above this notice are those for the 21.x code line.
+
+2000-06-13 Gerd Moellmann <gerd@gnu.org>
+
+ * Version 20.7 released.
+
+2000-05-12 Jason Rumney <jasonr@gnu.org>
+
+ * INSTALL: Remove point 5 and other references to emacs.bat.
+ Renumber following points. Add note in point 1 about emacs.bat
+ and debug.bat being removed.
+
+2000-02-20 Andrew Innes <andrewi@gnu.org>
+
+ * makefile.nt: Remove all references to emacs.bat and debug.bat.
+
+ * emacs.bat.in: Remove obsolete file.
+
+ * debug.bat.in: Remove obsolete file.
+
+1999-11-22 Andrew Innes <andrewi@gnu.org>
+
+ * install.bat: Pass on command line arguments to make.
+
+ * makefile.nt (fast_install): Bring commands up-to-date, and fix
+ typo.
+
+1999-11-21 Andrew Innes <andrewi@gnu.org>
+
+ * makefile.nt (all): Build leim if present.
+ (install): Install leim if present.
+ (clean): Clean leim if present.
+
+ * addpm.c (env_vars): Include leim in default EMACSLOADPATH
+ definition.
+
+ * emacs.bat.in (EMACSLOADPATH): Include leim.
+
+1999-11-04 Andrew Innes <andrewi@gnu.org>
+
+ * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission
+ optimization, to ensure accurate stack traces. The performance
+ loss is negligible.
+
1999-07-12 Richard Stallman <rms@gnu.org>
* Version 20.4 released.