# HG changeset patch # User Gerd Moellmann # Date 1003996216 0 # Node ID a5332cff58bafe06f1aab68d56f594a3a0a317bb # Parent b2456ad80460b618f2bd58915fcccda3b291a973 *** empty log message *** diff -r b2456ad80460 -r a5332cff58ba ChangeLog --- a/ChangeLog Thu Oct 25 07:49:52 2001 +0000 +++ b/ChangeLog Thu Oct 25 07:50:16 2001 +0000 @@ -1,3 +1,9 @@ +2001-10-25 Gerd Moellmann + + * Makefile.in (maybe_bootstrap): New target. + (all): Add to prerequisites to bootstrap if abbrev.elc doesn't + exist. + 2001-10-24 Ken Raeburn * configure.in: If --with-hesiod is given, look for diff -r b2456ad80460 -r a5332cff58ba etc/NEWS --- a/etc/NEWS Thu Oct 25 07:49:52 2001 +0000 +++ b/etc/NEWS Thu Oct 25 07:50:16 2001 +0000 @@ -96,7 +96,7 @@ ** `define-key-after' now accepts keys longer than 1. -** `define-derived-mode' now accept nil as the parent. +** `define-derived-mode' now accepts nil as the parent. ** The local variable `no-byte-compile' in elisp files is now obeyed. diff -r b2456ad80460 -r a5332cff58ba lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 25 07:49:52 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 25 07:50:16 2001 +0000 @@ -1,3 +1,9 @@ +2001-10-25 Gerd Moellmann + + * progmodes/compile.el (compilation-parse-errors-filename-function): + New variable. + (compilation-parse-errors): Use it. + 2001-10-25 Stefan Monnier * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun