Doc fix.
[bpt/emacs.git] / nt / ChangeLog
index b8ce981..87bab4f 100644 (file)
@@ -1,3 +1,45 @@
+2000-12-17  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (install): Copy directories to the correct
+       places.
+       (real_install): Remove obsolete target.
+
+2000-12-06  Andrew Innes  <andrewi@gnu.org>
+
+       * nmake.defs (CURDIR): New define.
+       (INSTALL_DIR): Use it.
+
+       * gmake.defs (NEW_CYGWIN): New define.
+       (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
+       so we need to adjust how we escape embedded quotes.
+       (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
+       relative to $(CURDIR).
+
+2000-11-25  Jason Rumney  <jasonr@gnu.org>
+
+       * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
+
+2000-10-17  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (recompile): New target to recompile lisp
+       directory.
+       (recompile-CMD, recompile-SH): New support targets.
+
+2000-09-24  Jason Rumney  <jasonr@gnu.org>
+
+       * config.nt (NO_RETURN): Define it.
+
+2000-09-17  Andrew Innes  <andrewi@gnu.org>
+
+       * gmake.defs: Revert to Unix line endings.
+
+       * nmake.defs: Revert to Unix line endings.
+
+2000-09-16  Andrew Innes  <andrewi@gnu.org>
+
+       * gmake.defs (SETLOADPATH): Change definition to work from any
+       subdirectory.
+
 2000-09-14  Andrew Innes  <andrewi@gnu.org>
 
        * makefile.w32-in: Revert to Unix line endings.
 
        * 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.
        * _emacs: New file.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit-unix
+;; coding: iso-2022-7bit
 ;; End: