aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2010-03-23 14:22:46 -0400
committerSam Steingold2010-03-23 14:22:46 -0400
commitf4087766ce0aebb7c205ccd7ec28dfceb808d567 (patch)
tree380d6ed5e73becc45c1b8c79618536bed82ecd50 /lisp/ChangeLog
parenta764697e5fa14bc650e35a5a0e68a070f755fcc5 (diff)
downloademacs-f4087766ce0aebb7c205ccd7ec28dfceb808d567.tar.gz
emacs-f4087766ce0aebb7c205ccd7ec28dfceb808d567.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
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 @@
12010-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
12010-03-23 Juri Linkov <juri@jurta.org> 122010-03-23 Juri Linkov <juri@jurta.org>
2 13
3 Implement Occur multi-line matches. 14 Implement Occur multi-line matches.