]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
(kbd_buffer_get_event) [WINDOWSNT]: Corrected
[gnu-emacs] / nt / ChangeLog
index 3f96131ba01982b7765710dbcac96e33a0d930e4..28196f04ca124e10a71eb5e703daa4087abdf0a8 100644 (file)
@@ -1,3 +1,119 @@
+2002-02-18  Jason Rumney  <jasonr@gnu.org>
+
+       * emacs.rc: Define VS_VERSION_INFO if not already.
+       Update version info.
+
+2002-01-04  Andrew Innes  <andrewi@gnu.org>
+
+       * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
+       pick up relevant bits of the Windows API definitions.
+
+       * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
+       pick up relevant bits of the Windows API definitions.
+
+2001-12-14  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (bootstrap): Build addsection program before
+       bootstrap (required for post-processing temacs.exe).
+
+2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * COPYING: New file.
+
+2001-12-03  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (bootstrap-nmake):
+       (bootstrap-gmake): Extend bootstrap process to first do
+       bootstrap-clean in lisp dir and rebuild the DOC file.
+       (bootstrap): Do a "normal" make after the bootstrap work.
+
+2001-11-20  Jason Rumney  <jasonr@gnu.org>
+
+       * INSTALL: Update table of versions of make that are suitable
+       for building Emacs, based on recent feedback.
+
+       * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
+
+2001-11-19  Andrew Innes  <andrewi@gnu.org>
+
+       * ftime-nostartup.bat: New file.
+
+       * ftime.bat: Don't include libc.lib for profiling - the profiler
+       corrupts part of memcpy.
+
+2001-11-17  Jason Rumney  <jasonr@gnu.org>
+
+       * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
+       expansion.  From Juanma Barranquero <lektu@terra.es>.
+
+2001-10-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * (Version 21.1 released.)
+
+2001-10-12  Andrew Innes  <andrewi@gnu.org>
+
+       * inc/pwd.h (uid_t, gid_t): New typedefs.
+
+2001-10-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * Branch for 21.1.
+       
+2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * README: Update the address of the mailing list and subscription
+       instructions.  From Geoff Voelker <voelker@cs.ucsd.edu>.
+
+2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * INSTALL: Suggest to avoid using WinZip.
+
+       * configure.bat: Make sure ../site-lisp exists; create if necessary.
+
+2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * INSTALL: Mention that "make install" can be "nmake install".
+
+2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
+       since some versions of `mkdir' don't automatically create parent
+       directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
+
+2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * subdirs.el: New file.
+
+       * configure.bat: Copy subdirs.el to the site-lisp directory.
+
+       * makefile.w32-in (install): Copy subdirs.el to the installation
+       directory.
+
+2001-06-20  Jason Rumney  <jasonr@gnu.org>
+
+       * runemacs.c (WinMain): Add quotes around command in case of spaces.
+
+2001-06-01  Andrew Innes  <andrewi@gnu.org>
+
+       * gmake.defs (sh_output): Don't use $(warning ...) to output
+       messages, since that is not supported by GNU make 3.77.
+
+2001-05-24  Jason Rumney  <jasonr@gnu.org>
+
+       * INSTALL: Clarify that building with MSVC requires nmake.
+
+2001-05-17  Andrew Innes  <andrewi@gnu.org>
+
+       * gmake.defs (NEW_CYGWIN): Output message about spurious error
+       message that is to be ignored.
+
+2001-05-13  Andrew Innes  <andrewi@gnu.org>
+
+       * TODO: Remove file, since it is completely out of date.
+
+       * README: Add copyright notice.
+
+       * INSTALL: Add copyright notice.
+
 2001-04-18  Andrew Innes  <andrewi@gnu.org>
 
        * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
 
        * 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.
@@ -616,10 +684,6 @@ line.  Change logs above this notice are those for the 21.x code line.
        * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
        * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
 
-1996-08-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
-
-       * Version 19.34 released.
-
 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        * Version 19.33 released.
@@ -862,3 +926,8 @@ line.  Change logs above this notice are those for the 21.x code line.
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
+
+    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
+       Free Software Foundation, Inc.
+  Copying and distribution of this file, with or without modification,
+  are permitted provided the copyright notice and this notice are preserved.