X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8a85c254de2528be0f3ff154fa24df65e6557c1a..6ddd819467d1d9d0e78f13e5a15c1af9125ae67b:/nt/ChangeLog diff --git a/nt/ChangeLog b/nt/ChangeLog index 632c373949..693b7adc71 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,53 @@ +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. + * nt/addpm.c, nt/addsection.c, nt/preprep.c: Use it. + +2014-11-24 Glenn Morris + + * Makefile.in (../src/emacs.res): New target. + +2014-11-22 Glenn Morris + + * emacs.rc.in, emacsclient.rc.in: Rename from emacs.rc, emacsclient.rc. + Let configure generate the real files, and set the version numbers. + * Makefile.in (distclean): Delete *.rc. + (emacs.res): Update deps for nt/emacsclient.rc now being in the + build directory, not the source directory. + + * Makefile.in (emacs.res): Add dependency on icons/hand.cur. + +2014-11-18 Glenn Morris + + * Makefile.in (addpm${EXEEXT}, ddeclient${EXEEXT}) + (cmdproxy${EXEEXT}, runemacs${EXEEXT}, emacs.res): + Use automatic variables. + +2014-10-26 Dani Moncayo + + * README.W32 (Preliminaries): Don't assume that this file is at + the top level. + (Setting up Emacs): Minor rewording to be more accurate. + +2014-10-25 Eric S. Raymond + + * Neutralize language specific to a repository type. + +2014-10-22 Noam Postavsky + + * nt/cmdproxy.c (batch_file_p): New function. + (spawn): If calling a quoted batch file pass NULL for progname. + (Bug#18745) + 2014-10-20 Glenn Morris * Merge in all changes up to 24.4 release. @@ -765,7 +815,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. @@ -1816,7 +1866,7 @@ * config.nt (HAVE_FACES): Remove, unused. 2008-06-26 Juanma Barranquero - Eli Zaretskii + Eli Zaretskii * nmake.defs (FONT_CFLAGS): * gmake.defs (FONT_CFLAGS): Remove. @@ -1832,7 +1882,7 @@ * config.nt: Remove reference to UNEXEC_SRC. 2008-06-23 Juanma Barranquero - Eli Zaretskii + Eli Zaretskii * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]: Don't hardcode -gstabs+, use DEBUG_INFO.