# HG changeset patch # User Juri Linkov # Date 1094682091 0 # Node ID 35ae3e1a2ffe4582880d6083104c5d0d54fd6de3 # Parent 992d9837a26521715467663ef6b321043c81da31 *** empty log message *** diff -r 992d9837a265 -r 35ae3e1a2ffe lisp/ChangeLog --- a/lisp/ChangeLog Wed Sep 08 22:15:34 2004 +0000 +++ b/lisp/ChangeLog Wed Sep 08 22:21:31 2004 +0000 @@ -2,6 +2,23 @@ * vc-arch.el (vc-arch-state): Fix parsing for `names' method. +2004-09-08 Juri Linkov + + * replace.el (perform-replace): Use `query-replace-descr'. + + * cus-start.el (history-delete-duplicates): Specify customization. + + * diff-mode.el (diff-mode-map): + * progmodes/compile.el (compilation-mode-map): + * progmodes/grep.el (grep-mode-map): + * replace.el (occur-mode-map): Rename `next-error-follow-mode' + to `next-error-follow-minor-mode'. + +2004-09-08 YAMAMOTO Mitsuharu + + * isearch.el (isearch-lazy-highlight-update): Take into account + the case of zero-length match at the search bound. + 2004-09-08 Kim F. Storm * emulation/cua-rect.el (cua--highlight-rectangle): Fix last