# HG changeset patch # User Juri Linkov # Date 1134122539 0 # Node ID 48ad66c2b3758ebcd3bf0cfff3b8d9089f6df7e5 # Parent 2c1c0c628ff352a95c4355fe79b82ab562a9a0a6 *** empty log message *** diff -r 2c1c0c628ff3 -r 48ad66c2b375 lisp/ChangeLog --- 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 + + * 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 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.