emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 09 Dec 2005 05:02:20 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8767 emacs/lisp/ChangeLog:1.8768
*** emacs/lisp/ChangeLog:1.8767 Fri Dec  9 09:44:24 2005
--- emacs/lisp/ChangeLog        Fri Dec  9 10:02:19 2005
***************
*** 1,3 ****
--- 1,25 ----
+ 2005-12-09  Juri Linkov  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]