]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 25 Oct 2001 07:52:18 +0000 (07:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 25 Oct 2001 07:52:18 +0000 (07:52 +0000)
ChangeLog
etc/NEWS
lisp/ChangeLog

index 97a88025d103113b41e3fe1c20c0d1f6df068f37..dd267b79d816b2fcbcec9297040ab95a17846c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (maybe_bootstrap): New target.
+       (all): Add to prerequisites to bootstrap if abbrev.elc doesn't
+       exist.
+
 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
 
        * configure.in: Use $MAKE for `make' if set.
index 8fae8b83203464c64439ff4bb0e3bf01d58adcab..8b2c8b95788d086cf04e479506b3d0ee9e0b961c 100644 (file)
--- 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
 
+\f
+* Changes in Emacs 21.2
+
+\f
+* Lisp Changes in Emacs 21.2
+
+** The variable `compilation-parse-errors-filename-function' can
+be used to transform filenames found in compilation output.
+
 \f
 * Installation Changes in Emacs 21.1
 
index 6dc219f9edc5dcacc963d56346ab57c1e0a0d32e..4d9f338f3aada329cf4c1e1984aec48d0a8a4283 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * progmodes/compile.el (compilation-parse-errors-filename-function):
+       New variable.
+       (compilation-parse-errors): Use it.
+
 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        * progmodes/cc-engine.el (c-beginning-of-member-init-list):