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

index 05b2e96a4a9f01d9635142babc7f454e09227cb1..4d2c8cbde4730c1656ef2a939eeeb5664d2029a2 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  Ken Raeburn  <raeburn@gnu.org>
 
        * configure.in: If --with-hesiod is given, look for
index 8a18c3ae396b651eb328c3eae8c38fdec9673cf6..f8366b18e81564b4b91cd63cebe751427975009e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -82,6 +82,9 @@ SQL buffer.
 \f
 * 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.
 
index de4fccf760f70d0e86032c57eeaa9adace4c32fb..b8f36ee5b70a01c1d88d587fe08ab7d2011096da 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-25  Stefan Monnier  <monnier@cs.yale.edu>
 
        * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun