Rearrange pointer logging
[bpt/emacs.git] / nt / ChangeLog
index 1dc6319..215eaae 100644 (file)
@@ -1,7 +1,11 @@
+2014-04-07  Ken Brown  <kbrown@cornell.edu>
+
+       * emacs.rc: Don't use manifest on Cygwin.  (Bug#17176)
+
 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
 
-       * Makefile.in (install): Create destination directory before
-       copying README.W32 (bug#16772).
+       * Makefile.in (install): Create destination directory before copying
+       README.W32, and use ${datadir} to refer to the file (bug#16772).
 
 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
 
        * nmake.defs: Use !if, not !ifdef.  For the details, see
        http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
 
-       * inc/stdint.h (INTPTR_MIN):
+       * inc/stdint.h (INTPTR_MIN)
        (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
 
 2012-11-18  Eli Zaretskii  <eliz@gnu.org>
 
 2001-12-03  Andrew Innes  <andrewi@gnu.org>
 
-       * makefile.w32-in (bootstrap-nmake):
+       * 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-01-24  Andrew Innes  <andrewi@gnu.org>
 
-       * makefile.w32-in (cleanall-other-dirs-nmake):
+       * makefile.w32-in (cleanall-other-dirs-nmake)
        (cleanall-other-dirs-gmake): New targets.
        (cleanall): Invoke them.