From: Gerd Moellmann Date: Thu, 25 Oct 2001 07:50:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b6a51aaea1a7230f1331d1e1522952031644555;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 05b2e96a4a9..4d2c8cbde47 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 Ken Raeburn * configure.in: If --with-hesiod is given, look for diff --git a/etc/NEWS b/etc/NEWS index 8a18c3ae396..f8366b18e81 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -82,6 +82,9 @@ SQL buffer. * Lisp Changes in Emacs 21.2 +** The variable `compilation-parse-errors-filename-function' can +be used to transform filenames found in compilation output. + +++ ** Functions `file-name-sans-extension' and `file-name-extension' now ignore the leading dots in file names, so that file names such as @@ -93,7 +96,7 @@ accepts a float as UID parameter. ** `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 --git a/lisp/ChangeLog b/lisp/ChangeLog index de4fccf760f..b8f36ee5b70 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-25 Stefan Monnier * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun