diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c417eb7246e..6eb3260f445 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2010-03-23 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | Fix bug#5620: recalculate all markers on compilation buffer | ||
| 4 | modifications, not on file modifications. | ||
| 5 | * progmodes/compile.el (buffer-modtime): New buffer-local variable: | ||
| 6 | the buffer modification time, for buffers not associated with files. | ||
| 7 | (compilation-mode): Create it. | ||
| 8 | (compilation-filter): Update it. | ||
| 9 | (compilation-next-error-function): Use it instead of | ||
| 10 | `visited-file-modtime' for timestamp. | ||
| 11 | |||
| 1 | 2010-03-23 Juri Linkov <juri@jurta.org> | 12 | 2010-03-23 Juri Linkov <juri@jurta.org> |
| 2 | 13 | ||
| 3 | Implement Occur multi-line matches. | 14 | Implement Occur multi-line matches. |