diff options
| author | Eli Zaretskii | 2005-10-20 15:00:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-10-20 15:00:21 +0000 |
| commit | ce13796f4856b007ae265a8588c18f464fcb86a1 (patch) | |
| tree | e13086d126f4f6fa6d41faa1eb032b0e46d08e7e | |
| parent | d82979ea94a507f59e40558b7129d78ec4676eb0 (diff) | |
| download | emacs-ce13796f4856b007ae265a8588c18f464fcb86a1.tar.gz emacs-ce13796f4856b007ae265a8588c18f464fcb86a1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 80 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 94 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 139deaa34b2..ad4cad1fb3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,83 @@ | |||
| 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) |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index d7a822e105a..f45c73216f7 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-10-20 CHENG Gao <chenggao@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * url-nfs.el (top level): | ||
| 4 | * url-handlers.el (directory-files): | ||
| 5 | * url-file.el (top level): | ||
| 6 | * url-dired.el (url-dired-minor-mode-map): | ||
| 7 | * url-http.el (url-http-chunked-encoding-after-change-function): | ||
| 8 | Remove XEmacs support. | ||
| 9 | |||
| 1 | 2005-10-15 Richard M. Stallman <rms@gnu.org> | 10 | 2005-10-15 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * url.el: Don't try to autoload hash table functions. | 12 | * url.el: Don't try to autoload hash table functions. |
diff --git a/src/ChangeLog b/src/ChangeLog index d4dc97a4a2a..7edac143e3d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change) | ||
| 2 | |||
| 3 | * unexelf.c (unexec): Fix calls to `fatal' with less than 3 | ||
| 4 | arguments. | ||
| 5 | |||
| 1 | 2005-10-20 Olli Savia <ops@iki.fi> (tiny change) | 6 | 2005-10-20 Olli Savia <ops@iki.fi> (tiny change) |
| 2 | 7 | ||
| 3 | * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO. | 8 | * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO. |