comparison lisp/ChangeLog @ 111909:b803b3170809

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. modified: lisp/ChangeLog lisp/epg.elk
author Daiki Ueno <ueno@unixuser.org>
date Sun, 05 Dec 2010 10:30:58 +0900
parents 163a7066458a
children 00650384dc02
comparison
equal deleted inserted replaced
111908:f076312ff320 111909:b803b3170809
30 30
31 2010-12-04 Eli Zaretskii <eliz@gnu.org> 31 2010-12-04 Eli Zaretskii <eliz@gnu.org>
32 32
33 * files.el (file-relative-name): Handle UNC file names on 33 * files.el (file-relative-name): Handle UNC file names on
34 DOS/Windows. (Bug#4674) 34 DOS/Windows. (Bug#4674)
35
36 2010-12-03 Daiki Ueno <ueno@unixuser.org>
37
38 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
39 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
40 (epg-context-set-passphrase-callback): Mention that the callback
41 is not called when used with GnuPG 2.x.
35 42
36 2010-12-02 Glenn Morris <rgm@gnu.org> 43 2010-12-02 Glenn Morris <rgm@gnu.org>
37 44
38 * ps-print.el (ps-line-lengths-internal, ps-nb-pages): 45 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
39 Ensure ps-footer-font-size-internal is initialized. 46 Ensure ps-footer-font-size-internal is initialized.