*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 22:58:05 +0000 (22:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 22:58:05 +0000 (22:58 +0000)
lisp/ChangeLog
nt/ChangeLog

index f4c5ce7..928729c 100644 (file)
@@ -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.
index b7621c6..493e235 100644 (file)
@@ -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.