Mercurial > emacs
comparison lisp/ChangeLog @ 66320:fd76cb303f30
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 23 Oct 2005 08:24:15 +0000 |
parents | d1891e96ceb4 |
children | e921fbeaaddb |
comparison
equal
deleted
inserted
replaced
66319:4b40c48a16ad | 66320:fd76cb303f30 |
---|---|
1 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com> | |
2 | |
3 * allout.el: Increment version number to 2.1, and use a literal | |
4 rather than RCS $Id$. Remove autoloads for mailcrypt and crypt++. | |
5 Require pgg, pgg-gpg during compilation. | |
6 (allout-version): Increment version number to 2.1, and use a literal | |
7 rather than RCS $Id$. | |
8 (allout-default-encryption-scheme): Removed. | |
9 (allout-passphrase-verifier-handling): Renamed from | |
10 allout-key-verifier-handling. | |
11 (allout-passphrase-verifier-string): Renamed from | |
12 allout-key-verifier-string. | |
13 (allout-file-passphrase-verifier-string): Renamed from | |
14 allout-file-key-verifier-string. | |
15 (allout-enable-file-variable-adjustment): Simplified. | |
16 (allout-passphrase-hint-handling): Renamed from | |
17 allout-key-hint-handling and simplified. | |
18 (allout-passphrase-hint-string): Renamed from | |
19 allout-key-hint-string. | |
20 (allout-init): Use `find-file-hook' if available, otherwise | |
21 `find-file-hooks'. | |
22 (allout-mode): Use `write-file-functions' if available, otherwise | |
23 `local-write-file-hooks' and, instead of making auto-save-hook | |
24 buffer local, make the write-file-hook activity contingent to | |
25 allout-mode. | |
26 (allout-mode): Use key-binding substitution placeholders in the | |
27 docstring. | |
28 (allout-kill-line): Spell-out kill ring data structure mutation | |
29 instead of using byte-compiler-complaint-provoking `pop'. | |
30 (allout-insert-listified): Use `insert' rather than `insert-string' | |
31 (allout-toggle-current-subtree-encryption): Updated docstring, | |
32 adjust to new gpp-based encryption, use new | |
33 `allout-encrypted-topic-p'. | |
34 (allout-encrypt-string): Totally revamped vis new underlying | |
35 encryption facilities. | |
36 (allout-mc-activate-passwd): Removed. | |
37 (allout-obtain-passphrase): New, more or less replaces | |
38 allout-mc-activate-passwd. | |
39 (allout-encrypted-key-info): More or less replaces | |
40 allout-encrypted-text-type. | |
41 (outlineify-sticky, outlinify-sticky): Add autoload cookie. | |
42 (my-mark-marker): Use `(featurep 'xemacs)' to distinguish between | |
43 Emacs and XEmacs. | |
44 | |
1 2005-10-23 Lars Hansen <larsh@soem.dk> | 45 2005-10-23 Lars Hansen <larsh@soem.dk> |
46 | |
2 * emacs-lisp/bytecomp.el (byte-compile-lambda): Add parameter | 47 * emacs-lisp/bytecomp.el (byte-compile-lambda): Add parameter |
3 add-lambda. | 48 add-lambda. |
4 (byte-compile-file-form-defmumble, byte-compile-defun) | 49 (byte-compile-file-form-defmumble, byte-compile-defun) |
5 (byte-compile-defmacro): Use it. | 50 (byte-compile-defmacro): Use it. |
6 (byte-compile-form): Don't call byte-compile-set-symbol-position | 51 (byte-compile-form): Don't call byte-compile-set-symbol-position |