Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7957 emacs/lisp/ChangeLog:1.7958
*** emacs/lisp/ChangeLog:1.7957 Sat Jul 16 19:04:57 2005
--- emacs/lisp/ChangeLog        Sat Jul 16 19:15:26 2005
***************
*** 8,13 ****
--- 8,28 ----
        (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
        Simplify conditions of the form (not (not BASE)).
  
+       * isearch.el (isearch-mode-end-hook-quit): New variable.
+       (isearch-done): Bind it.
+       (isearch-mode-end-hook): Doc fix.
+ 
+       * allout.el (allout-isearch-did-quit): Variable deleted.
+       (allout-real-isearch-abort): Function name no longer used.
+       (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
+       (allout-isearch-rectification): isearch-mode always exists.
+       Don't set allout-isearch-did-quit.
+       (allout-isearch-expose): Check isearch-mode-end-hook-error, not
+       allout-isearch-did-quit.
+       (allout-enwrap-isearch): Just add the hook.
+       (allout-isearch-abort): Function deleted.
+       (allout-pre-command-business): Avoid warning.
+ 
        * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
        Correctly avoid warnings.
        (pascal-outline): Likewise.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to