diff options
| author | Juri Linkov | 2004-09-08 22:21:31 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-09-08 22:21:31 +0000 |
| commit | a13cf3bc9ac851707b6a776b402347841b949578 (patch) | |
| tree | fef43c6bc9a47f511f48b86c6e23e120b25105d6 | |
| parent | c9cb3a267c2c62a26cafd10e3e06567853f56f8a (diff) | |
| download | emacs-a13cf3bc9ac851707b6a776b402347841b949578.tar.gz emacs-a13cf3bc9ac851707b6a776b402347841b949578.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a1ad562b76..0d9e7b45e24 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,23 @@ | |||
| 2 | 2 | ||
| 3 | * vc-arch.el (vc-arch-state): Fix parsing for `names' method. | 3 | * vc-arch.el (vc-arch-state): Fix parsing for `names' method. |
| 4 | 4 | ||
| 5 | 2004-09-08 Juri Linkov <juri@jurta.org> | ||
| 6 | |||
| 7 | * replace.el (perform-replace): Use `query-replace-descr'. | ||
| 8 | |||
| 9 | * cus-start.el (history-delete-duplicates): Specify customization. | ||
| 10 | |||
| 11 | * diff-mode.el (diff-mode-map): | ||
| 12 | * progmodes/compile.el (compilation-mode-map): | ||
| 13 | * progmodes/grep.el (grep-mode-map): | ||
| 14 | * replace.el (occur-mode-map): Rename `next-error-follow-mode' | ||
| 15 | to `next-error-follow-minor-mode'. | ||
| 16 | |||
| 17 | 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 18 | |||
| 19 | * isearch.el (isearch-lazy-highlight-update): Take into account | ||
| 20 | the case of zero-length match at the search bound. | ||
| 21 | |||
| 5 | 2004-09-08 Kim F. Storm <storm@cua.dk> | 22 | 2004-09-08 Kim F. Storm <storm@cua.dk> |
| 6 | 23 | ||
| 7 | * emulation/cua-rect.el (cua--highlight-rectangle): Fix last | 24 | * emulation/cua-rect.el (cua--highlight-rectangle): Fix last |