comparison lisp/ChangeLog @ 73202:214945e703e4

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sun, 01 Oct 2006 16:48:58 +0000
parents 346938bc30a1
children 4b4ecb095eca
comparison
equal deleted inserted replaced
73201:16a7031b0447 73202:214945e703e4
1 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
2
3 * allout.el (allout-expose-topic): Rectify implementation of "+"
4 spec, so that bodies are not exposed with headlines.
5
6 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7
8 * allout.el (allout-current-depth): Do aberrent check only at or
9 below doublecheck depth.
10 (allout-chart-subtree): Make it explicit that LEVELS being nil
11 means unlimited depth. Drop undocumented support for LEVELS value
12 t meaning unlimited depth. (This is consistent with
13 allout-chart-to-reveal, but contrary to allout-show-children,
14 which needs to use nil to default to depth of 1.)
15 (allout-goto-prefix-doublechecked): Wrap long docstring line.
16 (allout-chart-to-reveal): Be explicit in docstring about meaning
17 of nil LEVELS, and drop support for LEVELS value t.
18 (allout-show-children): Translate the level spec used by this
19 routine to that used by allout-chart-subtree and
20 allout-chart-to-reveal.
21 (allout-show-to-offshoot): Retry once when stuck, after opening
22 subtree - improvements in discontinuity handling likely will
23 enable progress.
24
1 2006-09-30 Chong Yidong <cyd@stupidchicken.com> 25 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2 26
3 * wid-edit.el (widget-button-click-moves-point): New variable. 27 * wid-edit.el (widget-button-click-moves-point): New variable.
4 (widget-button-click): If widget-button-click-moves-point is 28 (widget-button-click): If widget-button-click-moves-point is
5 non-nil, set point after performing the button action 29 non-nil, set point after performing the button action