aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-22 22:58:05 +0000
committerEli Zaretskii2006-12-22 22:58:05 +0000
commitc52bf8c3ca71c731ccb47c13c9551008277abacd (patch)
tree6bf27b1b19a5244716b33350dd9a54d382851fe0
parentcf27cc8311fea87cb0c4181b47e2cf88929a8de2 (diff)
downloademacs-c52bf8c3ca71c731ccb47c13c9551008277abacd.tar.gz
emacs-c52bf8c3ca71c731ccb47c13c9551008277abacd.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--nt/ChangeLog2
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f4c5ce7413f..928729c788a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
2
3 * outline.el (outline-next-visible-heading): Fix the case with a
4 header at end-of-file with no final newline.
5
12006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change) 62006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2 7
3 * indent.el (tab-always-indent): Doc fix. 8 * indent.el (tab-always-indent): Doc fix.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index b7621c63a26..493e2351093 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,5 +1,7 @@
12006-12-22 Eli Zaretskii <eliz@gnu.org> 12006-12-22 Eli Zaretskii <eliz@gnu.org>
2 2
3 * INSTALL: Explain how to invoke GNU Make for parallel builds.
4
3 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)" 5 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
4 command-line argument to sub-Make in src, since src/makefile.w32-in 6 command-line argument to sub-Make in src, since src/makefile.w32-in
5 invokes Make recursively during bootstrap. 7 invokes Make recursively during bootstrap.