]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / nt / ChangeLog
index 9c7328e917563d258be49cf5e30fcb99028dcd98..693b7adc711ae250e1bda2a1bc5ce42fc1bcc815 100644 (file)
@@ -1,3 +1,71 @@
+2014-12-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * gnulib.mk (stpcpy, string): Sync with the latest change in
+       lib/gnulib.mk.
+
+2014-12-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * gnulib.mk (stddef.h): Sync with the latest change in lib/gnulib.mk.
+
+2014-11-27  Oscar Fuentes  <ofv@wanadoo.es>
+
+       * inc/ms-w32.h: Define MINGW_W64.
+       * nt/addpm.c, nt/addsection.c, nt/preprep.c: Use it.
+
+2014-11-24  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (../src/emacs.res): New target.
+
+2014-11-22  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <rgm@gnu.org>
+
+       * Makefile.in (addpm${EXEEXT}, ddeclient${EXEEXT})
+       (cmdproxy${EXEEXT}, runemacs${EXEEXT}, emacs.res):
+       Use automatic variables.
+
+2014-10-26  Dani Moncayo <dmoncayo@gmail.com>
+
+       * 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  <esr@thyrsus.com>
+
+       * Neutralize language specific to a repository type.
+
+2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
+
+       * 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  <rgm@gnu.org>
+
+       * Merge in all changes up to 24.4 release.
+
+2014-09-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (VERSION): Bump version to 25.0.50.
+
+       * emacsclient.rc: Bump version to 25.0.50.
+
+       * emacs.rc: Bump version to 25.0.50.
+
+       * config.nt (VERSION): Bump version to 25.0.50.
+
+2014-09-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * gnulib.mk: Synchronize with lib/gnulib.mk.
+
 2014-06-15  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (LDFLAGS): Explicitly set via configure.
@@ -18,8 +86,7 @@
 
        * Makefile.in (DONT_INSTALL): Now empty.
        (addsection${EXEEXT}): Remove target.
-
-       * addsection.c: File removed.
+       * addsection.c: Remove file.
 
 2014-05-27  Fabrice Popineau  <fabrice.popineau@gmail.com>
 
 2012-10-01  Eli Zaretskii  <eliz@gnu.org>
 
        * 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.
 
        * config.nt (HAVE_FACES): Remove, unused.
 
 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * nmake.defs (FONT_CFLAGS):
        * gmake.defs (FONT_CFLAGS): Remove.
        * config.nt: Remove reference to UNEXEC_SRC.
 
 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
        Don't hardcode -gstabs+, use DEBUG_INFO.