From: Juri Linkov Date: Wed, 8 Sep 2004 22:21:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~4981 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a13cf3bc9ac851707b6a776b402347841b949578;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a1ad562b76..0d9e7b45e24 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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