# HG changeset patch # User Eli Zaretskii # Date 1166828285 0 # Node ID 058e08ed672acae9d7537e95fb7b11b5ffd0bd00 # Parent dfa668ddf262cf06307c25bde88d449e7192ffec *** empty log message *** diff -r dfa668ddf262 -r 058e08ed672a lisp/ChangeLog --- 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 (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 (tiny change) * indent.el (tab-always-indent): Doc fix. diff -r dfa668ddf262 -r 058e08ed672a nt/ChangeLog --- 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 + * 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.