Mercurial > emacs
comparison lisp/ChangeLog @ 66231:885f4d3dbc7c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 20 Oct 2005 15:00:21 +0000 |
parents | fca78a50ac33 |
children | 12c614f065b1 |
comparison
equal
deleted
inserted
replaced
66230:4344fd52a670 | 66231:885f4d3dbc7c |
---|---|
1 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com> | |
2 | |
3 Update allout.el to a new version. | |
4 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all | |
5 for encryption functionality. | |
6 allout customization subgroup now positioned in `outlines' group | |
7 instead of prior `editing' group. | |
8 (allout-encrypt-string, allout-encryption-produce-work-buffer) | |
9 (allout-encrypted-topic-p, allout-encrypted-text-type) | |
10 (allout-mc-activate-passwd, allout-create-encryption-key-verifier) | |
11 (allout-situate-encryption-key-verifier) | |
12 (allout-get-encryption-key-verifier, allout-verify-key) | |
13 (allout-next-topic-pending-encryption) | |
14 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New | |
15 functions. | |
16 (outline-topic-encryption-bullet, outline-default-encryption-scheme) | |
17 (outline-key-verifier-handling, outline-key-hint-handling) | |
18 (outline-encrypt-unencrypted-on-saves): New defcustoms. | |
19 (allout-file-key-verifier-string, allout-encryption-scheme) | |
20 (allout-key-verifier-string, allout-key-hint-string) | |
21 (allout-after-save-decrypt): New variables. | |
22 (allout-write-file-hook-handler, allout-auto-save-hook-handler) | |
23 (allout-after-saves-handler): New hook functions. | |
24 (allout-post-command-business): Do allout-after-save-decrypt. | |
25 (allout-enable-file-variable-adjustment): Custom var to enable | |
26 mechanism for adding and adjusting settings of Emacs file variables. | |
27 (allout-adjust-file-variable, allout-file-vars-section-data): New | |
28 functions, implement the mechanism. | |
29 (outlineify-sticky): Use the file vars mechanism. | |
30 (allout-inhibit-protection, allout-during-write-cue) | |
31 (allout-override-protect, allout-before-change-protect): Removed. | |
32 (allout-flag-region, allout-open-topic): Revised to adjust | |
33 read-only text. | |
34 (allout-open-line-not-read-only): Added to facilitate read-only | |
35 text based protection. | |
36 (allout-kill-line): Revised to adjust read-only text, clue the | |
37 user about the inhibition. | |
38 (allout-unprotected): Robustified with an unwind-protect. | |
39 (allout-shift-in, allout-shift-out): Disallow manually shifting a | |
40 topic deeper than the offspring depth of the previous topic - | |
41 avoiding confusing "containment discontinuities". | |
42 (allout-reindent-bodies): Fixed retention of body relative hanging | |
43 indent during promotion of collapsed bodies. | |
44 (allout-open-topic): Made it easy to open new topic with same | |
45 bullet as current topic - topic creation functions provided with | |
46 any universal argument provokes now prompt for bullet, defaulting | |
47 to the bullet of the previous topic. | |
48 (allout-plain-bullets-string, allout-distinctive-bullets-string): | |
49 Plain bullet alternates '.' period and ',' comma only. All other | |
50 bullets are relegated to special status (but customizable). | |
51 (allout-end-of-entry): Renamed from 'allout-end-of-current-entry | |
52 since it actually operates w.r.t. most immediately containing | |
53 entry, visible or not. | |
54 (allout-hide-current-entry, allout-show-current-entry): Use the | |
55 revised version. | |
56 (allout-old-expose-topic): Solidify deprecation. | |
57 (allout-end-of-subtree): Added, so we can span concealed as well | |
58 as visible topics. | |
59 (allout-end-of-current-subtree): Use `allout-end-of-subtree'. | |
60 (allout-end-of-current-heading): Tweaked to just respect the first | |
61 line. | |
62 (allout-get-body-text): Added. | |
63 (allout-ascend-to-depth, allout-ascend): Position at end of prefix | |
64 when invoked interactively. | |
65 (allout-up-current-level): Use `interactive-p'. | |
66 (allout-mode, allout-init): Miscellaneous docstring and | |
67 operational refinements, as well as hookups of new encryption stuff. | |
68 (allout-beginning-of-current-entry): Now works as advertised. | |
69 (allout-end-of-current-entry): Relieved of superfluous | |
70 allout-show-entry. | |
71 (allout-isearch-rectification): Refine condition for isearching | |
72 (allout-isearch-abort, allout-enwrap-isearch). | |
73 (allout-flag-region, my-region-active-p): Relocated some macros. | |
74 (allout-title): Fallback title is '(buffer-name)', not | |
75 non-existing '(current-buffer-name)'. | |
76 (subst-char-in-string): Define if absent (for some XEmacs versions). | |
77 Corrected commentary 'keywords' to legitimate ones. | |
78 Updated comentary author info (using my current email address, | |
79 obscurified). | |
80 | |
1 2005-10-20 Jari Aalto <jari.aalto@cante.net> | 81 2005-10-20 Jari Aalto <jari.aalto@cante.net> |
2 | 82 |
3 * mail/sendmail.el (mail-setup-hook, mail-aliases) | 83 * mail/sendmail.el (mail-setup-hook, mail-aliases) |
4 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks) | 84 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks) |
5 (mail-citation-prefix-regexp, mail-signature-file) | 85 (mail-citation-prefix-regexp, mail-signature-file) |