# HG changeset patch # User Stefan Monnier # Date 974937892 0 # Node ID ce028b6645fe1f893046a30b2b5753180359b6f1 # Parent b5df14d31790816ac8cf5b104c3869ebb1b3cf7d *** empty log message *** diff -r b5df14d31790 -r ce028b6645fe lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 23 00:04:36 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 23 00:04:52 2000 +0000 @@ -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 -r b5df14d31790 -r ce028b6645fe lisp/ChangeLog.7 --- a/lisp/ChangeLog.7 Thu Nov 23 00:04:36 2000 +0000 +++ b/lisp/ChangeLog.7 Thu Nov 23 00:04:52 2000 +0000 @@ -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.