]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
(bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.
[gnu-emacs] / nt / ChangeLog
index 44e4697b3c4b4b99b28c1423c0b371e32dd618b5..a9893bbf59bae3a65722d80af540ce4bf7b04f84 100644 (file)
@@ -1,3 +1,76 @@
+2002-04-10  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
+       after compiling .el files.
+
+2002-03-20  Jason Rumney  <jasonr@gnu.org>
+
+       * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
+       (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
+
+2002-03-19  Kim F. Storm  <storm@cua.dk>
+
+       * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
+       (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
+       (HAVE_SYS_UN_H): Undef.
+       From David Ponce <dponce@voila.fr>.
+
+2002-03-13  Jason Rumney  <jasonr@gnu.org>
+
+       * config.nt (STRFTIME_NO_POSIX2): Define.
+
+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.