(charset_ordered_list_tick): Declare extern.
[bpt/emacs.git] / nt / ChangeLog
index eff42d1..28196f0 100644 (file)
@@ -1,6 +1,54 @@
+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.
+       * (Version 21.1 released.)
 
 2001-10-12  Andrew Innes  <andrewi@gnu.org>