Mercurial > emacs
comparison lisp/ChangeLog @ 56958:9aadc2889a41
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 07 Sep 2004 05:32:35 +0000 |
parents | 817183f6748e |
children | 587d59561e32 |
comparison
equal
deleted
inserted
replaced
56957:56009bee8238 | 56958:9aadc2889a41 |
---|---|
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 |
4 `t' to `auto-detect', and type from `boolean' to `choice'. | 22 `t' to `auto-detect', and type from `boolean' to `choice'. |
5 (grep-compute-defaults): Set `grep-highlight-matches' to `t' | 23 (grep-compute-defaults): Set `grep-highlight-matches' to `t' |
56 | 74 |
57 * simple.el (next-error-follow-minor-mode) | 75 * simple.el (next-error-follow-minor-mode) |
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. |
66 | 83 |
67 * newcomment.el (uncomment-region): Bind comment-use-global-state | 84 * newcomment.el (uncomment-region): Bind comment-use-global-state |