aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaiki Ueno2010-12-03 10:52:43 +0900
committerDaiki Ueno2010-12-03 10:52:43 +0900
commit3721e1246a7d23f47976b842c2dc56dc99a103fc (patch)
treee8469d4486b4f764a0a0ddf43ea2eae214589359 /lisp/ChangeLog
parent106c1842eac062877c07844250cea2948d155d17 (diff)
downloademacs-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/ChangeLog7
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 @@
12010-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
12010-12-02 Michael Albinus <michael.albinus@gmx.de> 82010-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".