Mercurial > emacs
comparison lisp/ChangeLog @ 56923:9ae97554f1f0
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Sep 2004 12:50:17 +0000 |
parents | a7878257fb7a |
children | bfb98507cbfc |
comparison
equal
deleted
inserted
replaced
56922:a05a7f89ede2 | 56923:9ae97554f1f0 |
---|---|
1 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu> | 1 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * simple.el (next-error-follow-mode) | |
4 (next-error-follow-mode-post-command-hook): New functions. | |
5 (next-error-follow-last-line): New defvar. | |
6 | |
7 * diff-mode.el (diff-mode-map): Bind | |
8 toggle-next-error-follow-mode. | |
9 * progmodes/compile.el (compilation-mode-map): Likewise. | |
10 * progmodes/grep.el (grep-mode-map): Likewise. | |
11 * replace.el (occur-mode-map): Likewise. | |
2 | 12 |
3 * newcomment.el (uncomment-region): Bind comment-use-global-state | 13 * newcomment.el (uncomment-region): Bind comment-use-global-state |
4 to nil. | 14 to nil. |
5 | 15 |
6 2004-09-03 Luc Teirlinck <teirllm@auburn.edu> | 16 2004-09-03 Luc Teirlinck <teirllm@auburn.edu> |