Mercurial > emacs
changeset 67431:48ad66c2b375
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 09 Dec 2005 10:02:19 +0000 |
parents | 2c1c0c628ff3 |
children | 79e2698a9cd2 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 09 09:59:55 2005 +0000 +++ b/lisp/ChangeLog Fri Dec 09 10:02:19 2005 +0000 @@ -1,3 +1,25 @@ +2005-12-09 Juri Linkov <juri@jurta.org> + + * isearch.el (isearch-highlight): Change main overlay priority + from 1 to 1001. Simplify. + (isearch-lazy-highlight-update): Change lazy overlay priority + from 0 to 1000. + + * replace.el (replace-highlight): Change overlay priority from + 1 to 1001. + + * textmodes/ispell.el (ispell-highlight-spelling-error-overlay): + Change overlay priority from 1 to 1001. Reuse existing overlay. + + * compare-w.el (compare-windows-highlight): Change overlay + priority from 1 to 1000. + + * menu-bar.el (menu-bar-edit-menu): Add listp around + pending-undo-list to disable menu item "undo" when pending + undo list is empty. + + * locate.el (locate): Disable undo in *Locate* buffer. + 2005-12-09 Kim F. Storm <storm@cua.dk> * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.