# HG changeset patch # User Lute Kamstra # Date 1113386829 0 # Node ID c5ffd713f647d615b4aa48bbfd2f78c80e560b28 # Parent 22798b2ebf72c0e5b5c5e5e0ae5fd9c1fff8c8dd *** empty log message *** diff -r 22798b2ebf72 -r c5ffd713f647 ChangeLog --- a/ChangeLog Wed Apr 13 10:04:15 2005 +0000 +++ b/ChangeLog Wed Apr 13 10:07:09 2005 +0000 @@ -1,3 +1,8 @@ +2005-04-13 Lute Kamstra + + * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check + for "no-byte-compile: t" in the file instead. + 2005-03-16 Stefan Monnier * configure.in : Don't let a special LessTif/Motif1.2 install diff -r 22798b2ebf72 -r c5ffd713f647 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 13 10:04:15 2005 +0000 +++ b/lisp/ChangeLog Wed Apr 13 10:07:09 2005 +0000 @@ -1,5 +1,14 @@ 2005-04-13 Lute Kamstra + * Makefile.in (DONTCOMPILE): Remove list. + (compile, compile-always): Don't use DONTCOMPILE. + (update-authors): Load the library in which batch-update-authors + is defined. + * makefile.w32-in (DONTCOMPILE): Remove list. + (compile, compile-always): Fix comments. + (update-authors): Load the library in which batch-update-authors + is defined. + * generic-x.el (generic-mode-ini-file-find-file-hook): Rename to ini-generic-mode-find-file-hook. Keep generic-mode-ini-file-find-file-hook as an alias. diff -r 22798b2ebf72 -r c5ffd713f647 man/ChangeLog --- a/man/ChangeLog Wed Apr 13 10:04:15 2005 +0000 +++ b/man/ChangeLog Wed Apr 13 10:07:09 2005 +0000 @@ -1,3 +1,7 @@ +2005-04-13 Lute Kamstra + + * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file. + 2005-04-12 Luc Teirlinck * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by @@ -906,7 +910,7 @@ 2005-01-15 Sergey Poznyakoff - * man/rmail.texi (Movemail): Explain differences + * rmail.texi (Movemail): Explain differences between standard and mailutils versions of movemail. Describe command line and configuration options introduced with the latter.