From 5c156fdfc3b735bee202478e689097102e27a842 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Wed, 13 Apr 2005 10:07:09 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ lisp/ChangeLog | 9 +++++++++ man/ChangeLog | 6 +++++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93cdb3d7872..4d1a8fb9453 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b355fec5f2..a525f67499d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index cb4b631ef84..c6578dbc107 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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. -- 2.11.4.GIT