From: Gerd Moellmann Date: Thu, 25 Oct 2001 07:52:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.2~462 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71439f054291571e1afb5bcc265fa849bca1552c;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 97a88025d10..dd267b79d81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 Gerd Moellmann * configure.in: Use $MAKE for `make' if set. diff --git a/etc/NEWS b/etc/NEWS index 8fae8b83203..8b2c8b95788 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -5,6 +5,15 @@ See the end for copying conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org. For older news, see the file ONEWS + +* Changes in Emacs 21.2 + + +* Lisp Changes in Emacs 21.2 + +** The variable `compilation-parse-errors-filename-function' can +be used to transform filenames found in compilation output. + * Installation Changes in Emacs 21.1 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dc219f9edc..4d9f338f3aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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-24 Martin Stjernholm * progmodes/cc-engine.el (c-beginning-of-member-init-list):