Mercurial > emacs
comparison lisp/ChangeLog @ 57027:35ae3e1a2ffe
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 08 Sep 2004 22:21:31 +0000 |
parents | 992d9837a265 |
children | 8b312e860f92 cce1c0ee76ee |
comparison
equal
deleted
inserted
replaced
57026:992d9837a265 | 57027:35ae3e1a2ffe |
---|---|
1 2004-09-08 Stefan <monnier@iro.umontreal.ca> | 1 2004-09-08 Stefan <monnier@iro.umontreal.ca> |
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 | |
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. | |
4 | 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 |
8 change. Use zero width overlays when necessary. | 25 change. Use zero width overlays when necessary. |