diff options
| author | Kim F. Storm | 2005-10-23 22:58:33 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-10-23 22:58:33 +0000 |
| commit | 96664fc024a17519ec5cc14f054a01bd7250975e (patch) | |
| tree | 3580a2b7f148b923730c6b28132e2643bf177c1f | |
| parent | 1bea9ec4d568049792ef0b3e538cd7bf5fd14f26 (diff) | |
| download | emacs-96664fc024a17519ec5cc14f054a01bd7250975e.tar.gz emacs-96664fc024a17519ec5cc14f054a01bd7250975e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 45 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 18 insertions, 30 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8baffa2339..baba652072a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -18,13 +18,13 @@ | |||
| 18 | 18 | ||
| 19 | * simple.el (line-move-finish): Ignore fields computing LINE-END. | 19 | * simple.el (line-move-finish): Ignore fields computing LINE-END. |
| 20 | 20 | ||
| 21 | * international/mule.el (load-with-code-conversion): | 21 | * international/mule.el (load-with-code-conversion): |
| 22 | Pass full file name to `eval-buffer' unless preloading. | 22 | Pass full file name to `eval-buffer' unless preloading. |
| 23 | 23 | ||
| 24 | * textmodes/flyspell.el (flyspell-large-region): | 24 | * textmodes/flyspell.el (flyspell-large-region): |
| 25 | Call ispell-check-version. | 25 | Call ispell-check-version. |
| 26 | 26 | ||
| 27 | * textmodes/ispell.el (ispell-local-dictionary-overridden): | 27 | * textmodes/ispell.el (ispell-local-dictionary-overridden): |
| 28 | Fix the make-variable-buffer-local call that was supposed | 28 | Fix the make-variable-buffer-local call that was supposed |
| 29 | to be for this variable. | 29 | to be for this variable. |
| 30 | (ispell-aspell-supports-utf8): Doc fix. | 30 | (ispell-aspell-supports-utf8): Doc fix. |
| @@ -86,52 +86,41 @@ | |||
| 86 | 86 | ||
| 87 | 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com> | 87 | 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com> |
| 88 | 88 | ||
| 89 | * allout.el: Increment version number to 2.1, and use a literal | 89 | * allout.el: Remove autoloads for mailcrypt and crypt++. |
| 90 | rather than RCS $Id $. Remove autoloads for mailcrypt and crypt++. | ||
| 91 | Require pgg, pgg-gpg during compilation. | 90 | Require pgg, pgg-gpg during compilation. |
| 92 | (allout-version): Increment version number to 2.1, and use a literal | 91 | (allout-version): Increment version number to 2.1, and use a literal |
| 93 | rather than RCS $Id $. | 92 | rather than RCS Id. |
| 94 | (allout-default-encryption-scheme): Removed. | 93 | (allout-default-encryption-scheme): Remove. |
| 95 | (allout-passphrase-verifier-handling): Renamed from | 94 | (allout-passphrase-verifier-handling) |
| 96 | allout-key-verifier-handling. | 95 | (allout-passphrase-verifier-string) |
| 97 | (allout-passphrase-verifier-string): Renamed from | 96 | (allout-file-passphrase-verifier-string) |
| 98 | allout-key-verifier-string. | 97 | (allout-passphrase-hint-string): Rename -key- to -passphrase-. |
| 99 | (allout-file-passphrase-verifier-string): Renamed from | 98 | (allout-passphrase-hint-handling): Rename and simplify. |
| 100 | allout-file-key-verifier-string. | ||
| 101 | (allout-enable-file-variable-adjustment): Simplified. | ||
| 102 | (allout-passphrase-hint-handling): Renamed from | ||
| 103 | allout-key-hint-handling and simplified. | ||
| 104 | (allout-passphrase-hint-string): Renamed from | ||
| 105 | allout-key-hint-string. | ||
| 106 | (allout-init): Use `find-file-hook' if available, otherwise | 99 | (allout-init): Use `find-file-hook' if available, otherwise |
| 107 | `find-file-hooks'. | 100 | `find-file-hooks'. |
| 108 | (allout-mode): Use `write-file-functions' if available, otherwise | 101 | (allout-mode): Use `write-file-functions' if available, otherwise |
| 109 | `local-write-file-hooks' and, instead of making auto-save-hook | 102 | `local-write-file-hooks' and, instead of making auto-save-hook |
| 110 | buffer local, make the write-file-hook activity contingent to | 103 | buffer local, make the write-file-hook activity contingent to |
| 111 | allout-mode. | 104 | allout-mode. |
| 112 | (allout-mode): Use key-binding substitution placeholders in the | 105 | (allout-mode): Use key-binding substitution in the docstring. |
| 113 | docstring. | ||
| 114 | (allout-kill-line): Spell-out kill ring data structure mutation | 106 | (allout-kill-line): Spell-out kill ring data structure mutation |
| 115 | instead of using byte-compiler-complaint-provoking `pop'. | 107 | instead of using byte-compiler-complaint-provoking `pop'. |
| 116 | (allout-insert-listified): Use `insert' rather than `insert-string' | 108 | (allout-insert-listified): Use `insert' rather than `insert-string' |
| 117 | (allout-toggle-current-subtree-encryption): Updated docstring, | 109 | (allout-toggle-current-subtree-encryption): Update docstring, adjust |
| 118 | adjust to new gpp-based encryption, use new | 110 | to new gpp-based encryption, use new `allout-encrypted-topic-p'. |
| 119 | `allout-encrypted-topic-p'. | ||
| 120 | (allout-encrypt-string): Totally revamped vis new underlying | 111 | (allout-encrypt-string): Totally revamped vis new underlying |
| 121 | encryption facilities. | 112 | encryption facilities. |
| 122 | (allout-mc-activate-passwd): Removed. | 113 | (allout-mc-activate-passwd): Remove. |
| 123 | (allout-obtain-passphrase): New, more or less replaces | 114 | (allout-obtain-passphrase): New, more or less replaces |
| 124 | allout-mc-activate-passwd. | 115 | allout-mc-activate-passwd. |
| 125 | (allout-encrypted-key-info): More or less replaces | 116 | (allout-encrypted-key-info): More or less replaces |
| 126 | allout-encrypted-text-type. | 117 | allout-encrypted-text-type. |
| 127 | (outlineify-sticky, outlinify-sticky): Add autoload cookie. | 118 | (outlineify-sticky, outlinify-sticky): Add autoload cookie. |
| 128 | (my-mark-marker): Use `(featurep 'xemacs)' to distinguish between | 119 | (my-mark-marker): Use `(featurep 'xemacs)'. |
| 129 | Emacs and XEmacs. | ||
| 130 | 120 | ||
| 131 | 2005-10-23 Lars Hansen <larsh@soem.dk> | 121 | 2005-10-23 Lars Hansen <larsh@soem.dk> |
| 132 | 122 | ||
| 133 | * emacs-lisp/bytecomp.el (byte-compile-lambda): Add parameter | 123 | * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda. |
| 134 | add-lambda. | ||
| 135 | (byte-compile-file-form-defmumble, byte-compile-defun) | 124 | (byte-compile-file-form-defmumble, byte-compile-defun) |
| 136 | (byte-compile-defmacro): Use it. | 125 | (byte-compile-defmacro): Use it. |
| 137 | (byte-compile-form): Don't call byte-compile-set-symbol-position | 126 | (byte-compile-form): Don't call byte-compile-set-symbol-position |
| @@ -147,7 +136,7 @@ | |||
| 147 | 136 | ||
| 148 | 2005-10-22 Richard M. Stallman <rms@gnu.org> | 137 | 2005-10-22 Richard M. Stallman <rms@gnu.org> |
| 149 | 138 | ||
| 150 | * textmodes/ispell.el (ispell-local-dictionary-overridden): | 139 | * textmodes/ispell.el (ispell-local-dictionary-overridden): |
| 151 | 140 | ||
| 152 | * files.el (make-temp-file): Moved from subr.el. | 141 | * files.el (make-temp-file): Moved from subr.el. |
| 153 | * subr.el (make-temp-file): Moved to files.el. | 142 | * subr.el (make-temp-file): Moved to files.el. |
diff --git a/src/ChangeLog b/src/ChangeLog index 32a55077ac9..c242a497fe0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -21,8 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | 2005-10-21 Kenichi Handa <handa@m17n.org> | 22 | 2005-10-21 Kenichi Handa <handa@m17n.org> |
| 23 | 23 | ||
| 24 | * search.c (boyer_moore): Surround the '||' part of expression in | 24 | * search.c (boyer_moore): Add parens to fix and/or precedence bug. |
| 25 | `if' condition by parentheses explicitly. | ||
| 26 | 25 | ||
| 27 | 2005-10-20 Kim F. Storm <storm@cua.dk> | 26 | 2005-10-20 Kim F. Storm <storm@cua.dk> |
| 28 | 27 | ||