From: Eli Zaretskii Date: Fri, 22 Dec 2006 22:58:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.93~486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c52bf8c3ca71c731ccb47c13c9551008277abacd;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4c5ce7413f..928729c788a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/nt/ChangeLog b/nt/ChangeLog index b7621c63a26..493e2351093 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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.