comparison lisp/ChangeLog @ 66257:1cc677a1a0c2

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