diff options
| author | Daiki Ueno | 2010-12-03 10:52:43 +0900 |
|---|---|---|
| committer | Daiki Ueno | 2010-12-03 10:52:43 +0900 |
| commit | 3721e1246a7d23f47976b842c2dc56dc99a103fc (patch) | |
| tree | e8469d4486b4f764a0a0ddf43ea2eae214589359 /lisp/ChangeLog | |
| parent | 106c1842eac062877c07844250cea2948d155d17 (diff) | |
| download | emacs-3721e1246a7d23f47976b842c2dc56dc99a103fc.tar.gz emacs-3721e1246a7d23f47976b842c2dc56dc99a103fc.zip | |
Trivial fixes for epg.el.
* epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
"RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
(epg-context-set-passphrase-callback): Mention that the callback
is not called when used with GnuPG 2.x.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97bf1606ac7..086c6a34122 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-12-03 Daiki Ueno <ueno@unixuser.org> | ||
| 2 | |||
| 3 | * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with | ||
| 4 | "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor. | ||
| 5 | (epg-context-set-passphrase-callback): Mention that the callback | ||
| 6 | is not called when used with GnuPG 2.x. | ||
| 7 | |||
| 1 | 2010-12-02 Michael Albinus <michael.albinus@gmx.de> | 8 | 2010-12-02 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 9 | ||
| 3 | * net/tramp.el (tramp-local-host-regexp): Add "localhost6". | 10 | * net/tramp.el (tramp-local-host-regexp): Add "localhost6". |