comparison lisp/ChangeLog @ 71918:873f1ea95cc4

Remove spurious * in docstrings.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 16 Jul 2006 04:28:10 +0000
parents db854eed2b9a
children f9d6b4067f37
comparison
equal deleted inserted replaced
71917:c9d66abb9b2c 71918:873f1ea95cc4
1 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * files.el: Remove spurious * in docstrings.
4
1 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com> 5 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2 6
3 * allout.el (allout-run-unit-tests-on-load): Rectified docstring 7 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4 grammar. 8 grammar.
5 (allout-beginning-of-current-line): Beware beginning of buffer. 9 (allout-beginning-of-current-line): Beware beginning of buffer.
6 Also, a comment is simplified. 10 Also, a comment is simplified.
7 (allout-hotspot-key-handler): Only set allout-post-goto-bullet 11 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8 when appropriate. (This fix enables use for other than 12 when appropriate. (This fix enables use for other than
9 bullet-hotspot operation.) 13 bullet-hotspot operation.)
10 (allout-hide-current-subtree): While escalating to sibling-close, 14 (allout-hide-current-subtree): While escalating to sibling-close,
11 make sure to situate on a topic. 15 make sure to situate on a topic.
12 16
13 2006-07-14 Kim F. Storm <storm@cua.dk> 17 2006-07-14 Kim F. Storm <storm@cua.dk>
14 18
15 * emulation/cua-base.el (cua-delete-selection) 19 * emulation/cua-base.el (cua-delete-selection)
23 27
24 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com> 28 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
25 29
26 * allout.el: Require 'cl during byte-compilation/interactive load, 30 * allout.el: Require 'cl during byte-compilation/interactive load,
27 for the `assert' macro. 31 for the `assert' macro.
28 (allout-mode-deactivate-hook): New hook, is run when allout mode 32 (allout-mode-deactivate-hook): New hook, run when allout mode
29 deactivates. 33 deactivates.
30 (allout-developer): New allout customization subgroup. 34 (allout-developer): New allout customization subgroup.
31 (allout-run-unit-tests-on-load): New allout-developer 35 (allout-run-unit-tests-on-load): New allout-developer
32 customization variable, when true allout unit tests are run towards 36 customization variable, when true allout unit tests are run towards
33 end of file load/eval. 37 end of file load/eval.
34 (allout-inhibit-auto-fill): Disable auto-fill activity even during 38 (allout-inhibit-auto-fill): Disable auto-fill activity even during
35 auto-fill-mode. 39 auto-fill-mode.
36 (allout-resumptions): Removed, to be replaced by... 40 (allout-resumptions): Remove, to be replaced by...
37 (allout-add-resumptions): Register variable settings to be 41 (allout-add-resumptions): Register variable settings to be
38 reinstated by `allout-do-resumptions'. The settings are made 42 reinstated by `allout-do-resumptions'. The settings are made
39 buffer-local, but the locality/globality of the suspended setting 43 buffer-local, but the locality/globality of the suspended setting
40 is restored on resumption. 44 is restored on resumption.
41 (allout-do-resumptions): Reinstate all settings suspended using 45 (allout-do-resumptions): Reinstate all settings suspended using
52 `local' parameter so hook settings are created and removed as 56 `local' parameter so hook settings are created and removed as
53 buffer-local settings. Revise (resumptions) setting 57 buffer-local settings. Revise (resumptions) setting
54 auto-fill-function so it is set only if already active. (The 58 auto-fill-function so it is set only if already active. (The
55 related fill-function settings are all made in either case, so 59 related fill-function settings are all made in either case, so
56 that activating auto-fill-mode activity will have the custom 60 that activating auto-fill-mode activity will have the custom
57 allout-mode behaviors (hanging indent on topics, if configured for 61 allout-mode behaviors (hanging indent on topics, if configured for it).
58 it). Also, remove all allout-exposure-category overlays on mode 62 Remove all allout-exposure-category overlays on mode deactivation.
59 deactivation.
60 (allout-hotspot-key-handler): New function extracted from 63 (allout-hotspot-key-handler): New function extracted from
61 `allout-pre-command-business', so the functionality can be used 64 `allout-pre-command-business', so the functionality can be used
62 for other purposes, eg as a binding in an overlay. 65 for other purposes, eg as a binding in an overlay.
63 (allout-pre-command-business): Use new `allout-hotspot-key-handler'. 66 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
64 (allout-auto-fill): Respect new `allout-inhibit-auto-fill' 67 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'