summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-06-04 01:03:14 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-06-04 01:03:14 +0000
commitb1b15f7667ca725211dcb73fa6b169c470fc7a88 (patch)
treea0d7c9b637b52d1bf5c8798e5e6baaf736697646
parentb84acff63cd7d71318fd8d0d17316db390e81dc4 (diff)
downloademacs-b1b15f7667ca725211dcb73fa6b169c470fc7a88.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
1 files changed, 3 insertions, 2 deletions
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 <sds@gnu.org>
+2007-06-03 Sam Steingold <sds@gnu.org>
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 <sds@gnu.org>
+2007-06-03 Sam Steingold <sds@gnu.org>
* files.el (kill-buffer-ask): New function.
(kill-some-buffers): Use it.