comparison lisp/ChangeLog @ 59087:1bf7b005a957

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sun, 26 Dec 2004 19:48:10 +0000
parents 82ff461eee07
children c158bab0ae07
comparison
equal deleted inserted replaced
59086:e7bb1a144715 59087:1bf7b005a957
1 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
4 (hs-make-overlay): New function.
5 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
6 (hs-flag-region): Delete function.
7 (hs-hide-comment-region): No longer use `hs-flag-region'.
8 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9 (hs-hide-block-at-point): Likewise.
10 (hs-hide-level-recursive): Use `hs-discard-overlays'.
11 (hs-hide-all, hs-show-all): Likewise.
12 (hs-show-block): Likewise.
13 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
14
1 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org> 15 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2 16
3 * progmodes/hideshow.el: Require `cl' when compiling. 17 * progmodes/hideshow.el: Require `cl' when compiling.
4 Remove XEmacs and Emacs 19 compatibility. 18 Remove XEmacs and Emacs 19 compatibility.
5 Use `dolist' and `add-to-list' for load-time actions. 19 Use `dolist' and `add-to-list' for load-time actions.