X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a859d1cc237eca05a8db2ccde69db9da1dc9e39c..8e07ea1a05e801e52061e880aa36b7cec5895f5a:/nt/ChangeLog diff --git a/nt/ChangeLog b/nt/ChangeLog index 28f5fd432d..78630415c6 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,48 @@ +2015-03-09 Eli Zaretskii + + * INSTALL: Add some more installation instructions for mingw-get + users. (Bug#19989) + +2015-03-09 Noam Postavsky + + * nt/cmdproxy.c (batch_file_p): New function. + (spawn): If calling a quoted batch file pass NULL for progname. + (Bug#18745) + +2015-03-09 Eli Zaretskii +2015-03-03 Eli Zaretskii + + * cmdproxy.c (get_next_token): Don't make backslashes disappear + without a trace when they are not followed by a quote. + (search_dir): Support searching programs whose file name already + has an arbitrary extension. (Bug#19817) + (main): When passing a command line to the shell, use cmd.exe + rules for quoting command-line tail. + +2015-03-03 Oscar Fuentes +2015-02-27 Mark Laws + + Support daemon mode on MS-Windows (bug#19688) + * inc/ms-w32.h (W32_DAEMON_EVENT): New macro. + +2015-01-16 Eli Zaretskii + + * Makefile.in (AM_V_CC, am__v_CC_, am__v_CC_0, am__v_CC_1) + (AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0, am__v_CCLD_1, AM_V_RC) + (am__v_RC_, am__v_RC_0, am__v_RC_1): New macros. + (addpm${EXEEXT}, ddeclient${EXEEXT}, cmdproxy${EXEEXT}) + (runemacs${EXEEXT}): Use $(AM_V_CCLD). + (emacs.res, ../src/emacs.res): Use $(AM_V_RC). + +2014-12-26 Eli Zaretskii + + * gnulib.mk (stpcpy, string): Sync with the latest change in + lib/gnulib.mk. + +2014-12-13 Eli Zaretskii + + * gnulib.mk (stddef.h): Sync with the latest change in lib/gnulib.mk. + 2014-11-27 Oscar Fuentes * inc/ms-w32.h: Define MINGW_W64. @@ -806,7 +851,7 @@ 2012-10-01 Eli Zaretskii * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of - 'void *', for pointer arithmetics. + 'void *', for pointer arithmetic. (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all macro arguments in parentheses. @@ -3506,7 +3551,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc. + Copyright (C) 1995-1999, 2001-2015 Free Software Foundation, Inc. This file is part of GNU Emacs.