From: Juanma Barranquero Date: Mon, 4 Jun 2007 01:03:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~12503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1b15f7667ca725211dcb73fa6b169c470fc7a88;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dd872e1482..89311b6a579 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,13 @@ -2007-05-01 Sam Steingold +2007-06-03 Sam Steingold Add TIMESTAMP to LOC to handle "incremental compilation", e.g., with `omake -P': the compilation process never terminates and automatically recompiles modified files. + * progmodes/compile.el (compilation-loop): VISITED is not 5th CDR. (compilation-next-error-function): Set TIMESTAMP. -2007-05-15 Sam Steingold +2007-06-03 Sam Steingold * files.el (kill-buffer-ask): New function. (kill-some-buffers): Use it.