X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/967d7793caa6e1b86dba45d7a7e204a4c82169c9..dc7285149fc641e3f171c478945aefa499864d2a:/nt/ChangeLog diff --git a/nt/ChangeLog b/nt/ChangeLog index 44e4697b3c..a9893bbf59 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,76 @@ +2002-04-10 Juanma Barranquero + + * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC + after compiling .el files. + +2002-03-20 Jason Rumney + + * 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 + + * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) + (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. + (HAVE_SYS_UN_H): Undef. + From David Ponce . + +2002-03-13 Jason Rumney + + * config.nt (STRFTIME_NO_POSIX2): Define. + +2002-02-18 Jason Rumney + + * emacs.rc: Define VS_VERSION_INFO if not already. + Update version info. + +2002-01-04 Andrew Innes + + * 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 + + * makefile.w32-in (bootstrap): Build addsection program before + bootstrap (required for post-processing temacs.exe). + +2001-12-08 Pavel Jan,Bm(Bk + + * COPYING: New file. + +2001-12-03 Andrew Innes + + * 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 + + * 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 + + * 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 + + * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard + expansion. From Juanma Barranquero . + +2001-10-20 Gerd Moellmann + + * (Version 21.1 released.) + 2001-10-12 Andrew Innes * inc/pwd.h (uid_t, gid_t): New typedefs.