Mercurial > emacs
comparison lisp/ChangeLog @ 65502:d96d6056d74b
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 14 Sep 2005 00:29:50 +0000 |
parents | f2fdccb16607 |
children | fde7876c745e |
comparison
equal
deleted
inserted
replaced
65501:156ab91245ad | 65502:d96d6056d74b |
---|---|
1 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org> | |
2 | |
3 * progmodes/hideshow.el | |
4 (hs-hide-comments-when-hiding-all): Remove autoload cookie. | |
5 (hs-allow-nesting): New user var. | |
6 (hs-discard-overlays): Skip "internal" overlays if nesting allowed. | |
7 (hs-hide-block-at-point): When nesting allowed, | |
8 if there is already an overlay in place, delete it. | |
9 (hs-safety-is-job-n): Delete func; remove call sites. | |
10 (hs-hide-level-recursive): Don't pre-clean if nesting allowed. | |
11 (hs-overlay-at): New func. | |
12 (hs-already-hidden-p, hs-show-block): Use it. | |
13 (hs-hide-all): Don't pre-clean if nesting allowed. | |
14 (hs-show-all): Temporarily disallow | |
15 nesting around call to `hs-discard-overlays'. | |
16 | |
1 2005-09-14 Chong Yidong <cyd@stupidchicken.com> | 17 2005-09-14 Chong Yidong <cyd@stupidchicken.com> |
2 | 18 |
3 * mouse.el (mouse-major-mode-menu): Make `prefix' optional. | 19 * mouse.el (mouse-major-mode-menu): Make `prefix' optional. |
4 Delete unused local var. | 20 Delete unused local var. |
5 | 21 |