aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold <[email protected]>2007-06-03 18:56:15 +0000
committerSam Steingold <[email protected]>2007-06-03 18:56:15 +0000
commitb84acff63cd7d71318fd8d0d17316db390e81dc4 (patch)
tree1126dabe62d46fb2b4b8491560d4b869401dda0b /lisp/ChangeLog
parenta151f82c4396c7ad8de905ff97c52ff0405d2f8b (diff)
Add TIMESTAMP to LOC to handle "incremental compilation", e.g.,
with `omake -P': the compilation process never terminates and automatically recompiles modified files.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3d3bf598a7..6dd872e148 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,12 @@
-2007-06-03 Sam Steingold <[email protected]>
+2007-05-01 Sam Steingold <[email protected]>
+
+ 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 <[email protected]>
* files.el (kill-buffer-ask): New function.
(kill-some-buffers): Use it.