Mercurial > emacs
comparison lisp/ChangeLog @ 107479:6edb016a3cfc
Fix bug#5620: recalculate all markers on compilation buffer
modifications, not on file modifications.
(buffer-modtime): New buffer-local variable:
the buffer modification time, for buffers not associated with files.
(compilation-mode): Create it.
(compilation-filter): Update it.
(compilation-next-error-function): Use it instead of
`visited-file-modtime' for timestamp.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Tue, 23 Mar 2010 14:22:46 -0400 |
parents | dc9e20df2b90 |
children | 2d31f33b972c |
comparison
equal
deleted
inserted
replaced
107478:ad6fc78acf43 | 107479:6edb016a3cfc |
---|---|
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. |
4 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html | 15 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html |
5 | 16 |