comparison lisp/ChangeLog @ 81133:1b2ee4e66d28

Add TIMESTAMP to LOC to handle "incremental compilation", e.g., with `omake -P': the compilation process never terminates and automatically recompiles modified files.
author Sam Steingold <sds@gnu.org>
date Sun, 03 Jun 2007 18:56:15 +0000
parents 094200bbe6b7
children 46c78a4184dd
comparison
equal deleted inserted replaced
81132:094200bbe6b7 81133:1b2ee4e66d28
1 2007-06-03 Sam Steingold <sds@gnu.org> 1 2007-05-01 Sam Steingold <sds@gnu.org>
2
3 Add TIMESTAMP to LOC to handle "incremental compilation", e.g.,
4 with `omake -P': the compilation process never terminates and
5 automatically recompiles modified files.
6 * progmodes/compile.el (compilation-loop): VISITED is not 5th CDR.
7 (compilation-next-error-function): Set TIMESTAMP.
8
9 2007-05-15 Sam Steingold <sds@gnu.org>
2 10
3 * files.el (kill-buffer-ask): New function. 11 * files.el (kill-buffer-ask): New function.
4 (kill-some-buffers): Use it. 12 (kill-some-buffers): Use it.
5 (kill-matching-buffers): New user command. 13 (kill-matching-buffers): New user command.
6 14