Reported by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>.
cf. <emacs-mime-ja:02090>
+2006-11-24 Daiki Ueno <ueno@unixuser.org>
+
+ * epg.el (epg--status-GET_HIDDEN): Encode passphrase with eol-type LF.
+ Reported by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>.
+ cf. <emacs-mime-ja:02090>
+
2006-11-23 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa-sign-region): Query signature type at a time.
(setq encoded-passphrase-with-new-line
(encode-coding-string
passphrase-with-new-line
- epg-passphrase-coding-system))
+ (coding-system-change-eol-conversion
+ epg-passphrase-coding-system 'unix)))
(epg--clear-string passphrase-with-new-line)
(setq passphrase-with-new-line nil))
(setq encoded-passphrase-with-new-line