*** empty log message ***

This commit is contained in:
Eli Zaretskii 2006-12-22 22:58:05 +00:00
parent cf27cc8311
commit c52bf8c3ca
2 changed files with 7 additions and 0 deletions

View 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.

View 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.