Mercurial > emacs
comparison lisp/ChangeLog @ 71894:acc26fca82f7
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 14 Jul 2006 11:26:36 +0000 |
parents | b0584c551b8c |
children | 3c4d5f633102 |
comparison
equal
deleted
inserted
replaced
71893:bb3316be643e | 71894:acc26fca82f7 |
---|---|
1 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com> | |
2 | |
3 * allout.el: Require 'cl during byte-compilation/interactive load, | |
4 for the `assert' macro. | |
5 (allout-mode-deactivate-hook): New hook, is run when allout mode | |
6 deactivates. | |
7 (allout-developer): New allout customization subgroup. | |
8 (allout-run-unit-tests-on-load): New allout-developer | |
9 customization variable, when true allout unit tests are run towards | |
10 end of file load/eval. | |
11 (allout-inhibit-auto-fill): Disable auto-fill activity even during | |
12 auto-fill-mode. | |
13 (allout-resumptions): Removed, to be replaced by... | |
14 (allout-add-resumptions): Register variable settings to be | |
15 reinstated by `allout-do-resumptions'. The settings are made | |
16 buffer-local, but the locality/globality of the suspended setting | |
17 is restored on resumption. | |
18 (allout-do-resumptions): Reinstate all settings suspended using | |
19 `allout-add-resumptions'. | |
20 (allout-test-resumptions): Unit tests (and intermediate variables) | |
21 for resumptions. | |
22 (allout-tests-globally-unbound, allout-tests-globally-true) | |
23 (allout-tests-locally-true): Intermediate variables for | |
24 resumptions unit tests. | |
25 (allout-overlay-preparations): Replaces `allout-set-overlay-category'. | |
26 (allout-exposure-category): Replaces 'allout-overlay-category variable. | |
27 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions' | |
28 instead of retired `allout-resumptions'. For hook functions, use | |
29 `local' parameter so hook settings are created and removed as | |
30 buffer-local settings. Revise (resumptions) setting | |
31 auto-fill-function so it is set only if already active. (The | |
32 related fill-function settings are all made in either case, so | |
33 that activating auto-fill-mode activity will have the custom | |
34 allout-mode behaviors (hanging indent on topics, if configured for | |
35 it). Also, remove all allout-exposure-category overlays on mode | |
36 deactivation. | |
37 (allout-hotspot-key-handler): New function extracted from | |
38 `allout-pre-command-business', so the functionality can be used | |
39 for other purposes, eg as a binding in an overlay. | |
40 (allout-pre-command-business): Use new `allout-hotspot-key-handler'. | |
41 (allout-auto-fill): Respect new `allout-inhibit-auto-fill' | |
42 customization variable. | |
43 (allout-run-unit-tests): Run the (currently quite small) | |
44 repertoire of unit tests. Called just before the provide iff user | |
45 has customized `allout-run-unit-tests-on-load' non-nil. | |
46 | |
1 2006-07-14 K,Aa(Broly L,Bu(Brentey <lorentey@elte.hu> | 47 2006-07-14 K,Aa(Broly L,Bu(Brentey <lorentey@elte.hu> |
2 | 48 |
3 * emacs-lisp/authors.el (authors-aliases): Update. | 49 * emacs-lisp/authors.el (authors-aliases): Update. |
4 | 50 |
5 2006-07-14 Nick Roberts <nickrob@snap.net.nz> | 51 2006-07-14 Nick Roberts <nickrob@snap.net.nz> |