diff options
| author | Stefan Monnier | 2004-09-07 05:32:35 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-09-07 05:32:35 +0000 |
| commit | 718dc91d81ecfa88637e400870a6f2ed1654c44d (patch) | |
| tree | e37f626b7f4b996c8bcb8e640d163e6ba69e1185 | |
| parent | b70dd952a7d597ce9a9c8e42f2ce25762f97f11e (diff) | |
| download | emacs-718dc91d81ecfa88637e400870a6f2ed1654c44d.tar.gz emacs-718dc91d81ecfa88637e400870a6f2ed1654c44d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5e07f605e8..eb833b29c62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2004-09-07 Stefan <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * newcomment.el (uncomment-region-default, comment-region-default): | ||
| 4 | New functions extracted from uncomment-region and comment-region. | ||
| 5 | (comment-region, comment-region-function, uncomment-region) | ||
| 6 | (uncomment-region-function): Use them. | ||
| 7 | |||
| 8 | * pcvs-util.el (cvs-string-prefix-p): Use compare-strings. | ||
| 9 | |||
| 10 | * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE. | ||
| 11 | It's not crucial but can make sense at times. | ||
| 12 | |||
| 13 | * vc-arch.el (vc-arch-workfile-version): Handle the special case before | ||
| 14 | the first commit. | ||
| 15 | |||
| 16 | * vc.el (vc-buffer-context, vc-restore-buffer-context): | ||
| 17 | Disable obsolete code. | ||
| 18 | |||
| 1 | 2004-09-07 Juri Linkov <juri@jurta.org> | 19 | 2004-09-07 Juri Linkov <juri@jurta.org> |
| 2 | 20 | ||
| 3 | * progmodes/grep.el (grep-highlight-matches): Change default from | 21 | * progmodes/grep.el (grep-highlight-matches): Change default from |
| @@ -58,8 +76,7 @@ | |||
| 58 | (next-error-follow-mode-post-command-hook): New functions. | 76 | (next-error-follow-mode-post-command-hook): New functions. |
| 59 | (next-error-follow-last-line): New defvar. | 77 | (next-error-follow-last-line): New defvar. |
| 60 | 78 | ||
| 61 | * diff-mode.el (diff-mode-map): Bind | 79 | * diff-mode.el (diff-mode-map): Bind next-error-follow-mode. |
| 62 | toggle-next-error-follow-mode. | ||
| 63 | * progmodes/compile.el (compilation-mode-map): Likewise. | 80 | * progmodes/compile.el (compilation-mode-map): Likewise. |
| 64 | * progmodes/grep.el (grep-mode-map): Likewise. | 81 | * progmodes/grep.el (grep-mode-map): Likewise. |
| 65 | * replace.el (occur-mode-map): Likewise. | 82 | * replace.el (occur-mode-map): Likewise. |