From: Stefan Monnier Date: Thu, 23 Nov 2000 00:04:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.92~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4caa65d817d17e18e8212ba1ce9e8f7e3c5b9f9;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09ff4f46feb..a84ffe72243 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2000-11-22 Stefan Monnier + + * textmodes/outline.el (outline-flag-region): + Don't bind inhibit-read-only since we don't modify the buffer. + (outline-isearch-open-invisible): Don't jump to overlay-start + since we're trying to unhide text around point. + (outline-discard-overlays): Use dolist. + + * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton. + 2000-11-22 Gerd Moellmann * mail/rmail.el (rmail-confirm-expunge): Default to diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 25e5462f52a..c41a0486058 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -15534,7 +15534,7 @@ (hs-flag-region): Use that variable. Changed the semantics of the FLAG parameter and updated the docs. (hs-isearch-open-invisible): New function to be set as a - `isearch-pent-invisible' property for hidden overlays, so that + `isearch-open-invisible' property for hidden overlays, so that isearch can use it. (hs-hide-block-at-point): Tell if we are hiding a comment or a block.