Mercurial > emacs
comparison lisp/ChangeLog @ 66699:7c6404662359
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 04 Nov 2005 14:41:51 +0000 |
parents | b1c691b8cde1 |
children | 4015c5fbaeae |
comparison
equal
deleted
inserted
replaced
66698:f2392b8ed718 | 66699:7c6404662359 |
---|---|
1 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com> | |
2 | |
3 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region) | |
4 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) | |
5 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt) | |
6 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase' | |
7 argument to all these routines, so the passphrase can be managed | |
8 externally and passed in to the system. | |
9 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for | |
10 pgg-add-passphrase-to-cache function. | |
11 | |
12 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region) | |
13 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric) | |
14 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt) | |
15 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase' | |
16 argument to all these routines, so the passphrase can be managed | |
17 externally and passed in to the system. | |
18 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache | |
19 function. | |
20 | |
1 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change) | 21 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change) |
2 | 22 |
3 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs | 23 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs |
4 from goto-address-url-regexp. | 24 from goto-address-url-regexp. |
5 | 25 |