comparison lisp/ChangeLog @ 69689:d9ccf8ac6466

2006-03-27 Daiki Ueno <ueno@unixuser.org> * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for passphrases when it is not needed. (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for passphrase stuff from gpg, should only be necessary when you use gpg with a smartcard.
author Simon Josefsson <jas@extundo.com>
date Mon, 27 Mar 2006 09:36:18 +0000
parents c9236ba33e54
children f712cf2b3ceb
comparison
equal deleted inserted replaced
69688:c9236ba33e54 69689:d9ccf8ac6466
1 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2
3 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4 passphrases when it is not needed.
5 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6 passphrase stuff from gpg, should only be necessary when you use
7 gpg with a smartcard.
8
1 2006-03-27 Nick Roberts <nickrob@snap.net.nz> 9 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2 10
3 * comint.el (comint-dynamic-list-completions): Allow user to 11 * comint.el (comint-dynamic-list-completions): Allow user to
4 select *Completions* buffer. 12 select *Completions* buffer.
5 13