changeset 74824:058e08ed672a

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 22:58:05 +0000
parents dfa668ddf262
children bdb161691a87
files lisp/ChangeLog nt/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Dec 22 22:57:15 2006 +0000
+++ b/lisp/ChangeLog	Fri Dec 22 22:58:05 2006 +0000
@@ -1,3 +1,8 @@
+2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
+
+	* outline.el (outline-next-visible-heading): Fix the case with a
+	header at end-of-file with no final newline.
+
 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
 
 	* indent.el (tab-always-indent): Doc fix.
--- a/nt/ChangeLog	Fri Dec 22 22:57:15 2006 +0000
+++ b/nt/ChangeLog	Fri Dec 22 22:58:05 2006 +0000
@@ -1,5 +1,7 @@
 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
 
+	* INSTALL: Explain how to invoke GNU Make for parallel builds.
+
 	* makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
 	command-line argument to sub-Make in src, since src/makefile.w32-in
 	invokes Make recursively during bootstrap.