Mercurial > emacs
comparison lisp/ChangeLog @ 81150:25b98b520939
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Jun 2007 14:43:46 +0000 |
parents | 22520110f809 |
children | 76b6baa28d33 |
comparison
equal
deleted
inserted
replaced
81149:22520110f809 | 81150:25b98b520939 |
---|---|
27 (compilation-search-path, compilation-buffer-name-function): Doc fixes. | 27 (compilation-search-path, compilation-buffer-name-function): Doc fixes. |
28 (compilation-finish-function): Fix typo in obsolescence declaration. | 28 (compilation-finish-function): Fix typo in obsolescence declaration. |
29 | 29 |
30 2007-06-03 Sam Steingold <sds@gnu.org> | 30 2007-06-03 Sam Steingold <sds@gnu.org> |
31 | 31 |
32 Add TIMESTAMP to LOC to handle "incremental compilation", e.g., | 32 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to |
33 with `omake -P': the compilation process never terminates and | 33 handle unending automatic recompilation of changed files (`omake -P'). |
34 automatically recompiles modified files. | 34 (compilation-loop): VISITED is not 5th CDR. |
35 | |
36 * progmodes/compile.el (compilation-loop): VISITED is not 5th CDR. | |
37 (compilation-next-error-function): Set TIMESTAMP. | 35 (compilation-next-error-function): Set TIMESTAMP. |
38 | 36 |
39 2007-06-03 Sam Steingold <sds@gnu.org> | 37 2007-06-03 Sam Steingold <sds@gnu.org> |
40 | 38 |
41 * files.el (kill-buffer-ask): New function. | 39 * files.el (kill-buffer-ask): New function. |