summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2014-03-03 05:57:26 +0100
committerJuanma Barranquero <lekktu@gmail.com>2014-03-03 05:57:26 +0100
commit35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch)
treee62433e0952c3192f466f1334180683d6334f8c3 /nt
parent542a38406dd041c1870760c792e0d05e1d0d9e39 (diff)
downloademacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz
*/ChangeLog: Trivial fixes.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index ccbeb85c78c..62a33906b0d 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -561,7 +561,7 @@
* 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>
@@ -2480,7 +2480,7 @@
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.
@@ -2671,7 +2671,7 @@
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.