X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/acc311da84163bf8c35a2dd4972929f6e267cb58..8ddf3ee1743d87e89e597287e838291cc62d132c:/nt/ChangeLog diff --git a/nt/ChangeLog b/nt/ChangeLog index f8b62243dc..caa0e6fd30 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,165 @@ +2001-04-18 Andrew Innes + + * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in + the environment. + + * gmake.defs (SETLOADPATH): Remove definition. + (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the + environment. + +2001-03-26 Eli Zaretskii + + * configure.bat: Make the checkw32api* labels be distinct in the + first 8 characters. + +2001-03-17 Andrew Innes + + * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning + escaped quotes. + + * gmake.defs (DEBUG_LINK): New macro. + (LINK_FLAGS): Use it. + + * nmake.defs (DEBUG_LINK): New macro. + (LINK_FLAGS): Use it. + +2001-03-06 Andrew Innes + + * INSTALL: Add --ldflags to configure line for building with + recent versions of Cygwin GCC. + +2001-03-05 Eli Zaretskii + + * configure.bat: Use correct options when compiling a test program + with Cygwin. From David Ponce . + +2001-02-24 Andrew Innes + + * _emacs: Remove obsolete file. + + * emacs.bat.in: Remove obsolete file. + + * debug.bat.in: Remove obsolete file. + + * inc/sys/socket.h: Add copyright notice. + + * paths.h: Add copyright notice. + + * makefile.nt: Update copyright notice. + + * makefile.def: Update copyright notice. + + * configure.bat: Update copyright notice. + + * nmake.defs: Add copyright notice. + + * gmake.defs: Add copyright notice. + + * makefile.w32-in: Add copyright notice. + +2001-02-05 Andrew Innes + + * nmake.defs (THISDIR): New definition. + + * gmake.defs (THISDIR): New definition. + +2001-02-03 Andrew Innes + + * configure.bat: Leave a space before >> only when there is a + preceding digit. Add a comment about the importance of this. + + * README: Replace outdated information. + + * INSTALL (Trouble-shooting): Add note about need to specify extra + compiler flags with recent Cygwin ports of gcc. + +2001-02-01 Eli Zaretskii + + * configure.bat: Use "rm -f" instead of "del /f", as the latter + is not supported by Windows 9X's COMMAND.COM. + +2001-01-31 Eli Zaretskii + + * configure.bat: Make sure redirection is preceeded by a blank, to + avoid problems with "1>>foo" when CMD.EXE is the shell, which eats + up the "1" part. From Rob Giardina . + +2001-01-30 Eli Zaretskii + + * INSTALL: Copy the table of tested combinations of development + tools from confuigure.bat. Add suggestion to install Bash on + Windows 9X. + + * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy + lisp/Makefile.in instead. Use "rm -f" where more than one file + needs to be deleted, since command.com in Windows 9X doesn't grok + more than one argument. + +2001-01-24 Andrew Innes + + * makefile.w32-in (cleanall-other-dirs-nmake): + (cleanall-other-dirs-gmake): New targets. + (cleanall): Invoke them. + +2001-01-19 Andrew Innes + + * addpm.c (env_vars): Add a version-independent site-lisp + directory to EMACSLOADPATH, after the version dependent one. + +2001-01-06 Andrew Innes + + * README: Update info about compilers. + + * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to + select correct rule for invoking make in another directory. Amend + rules accordingly. + (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb. + + * nmake.defs (EMACS_ICON_PATH): Delete definition. + (COMPILER_TEMP_FILES): New definition. + (MAKETYPE): New definition. + + * gmake.defs (EMACS_ICON_PATH): Delete definition. + (COMPILER_TEMP_FILES): New definition. + (MAKETYPE): New definition. + + * makefile.def (EMACS_ICON_PATH): Delete definition. + + * configure.bat: Be careful not to add trailing spaces when + outputting to config.settings. + +2001-01-02 Andrew Innes + + * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather + than the function. + +2000-12-17 Andrew Innes + + * makefile.w32-in (install): Copy directories to the correct + places. + (real_install): Remove obsolete target. + +2000-12-06 Andrew Innes + + * 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 + + * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. + +2000-10-17 Andrew Innes + + * makefile.w32-in (recompile): New target to recompile lisp + directory. + (recompile-CMD, recompile-SH): New support targets. + 2000-09-24 Jason Rumney * config.nt (NO_RETURN): Define it. @@ -406,6 +568,10 @@ * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. * emacs.bat.in: Add site-lisp to EMACSLOADPATH. +1996-08-21 Richard Stallman + + * Version 19.34 released. + 1996-08-11 Richard Stallman * Version 19.33 released.