comparison lisp/ChangeLog @ 103016:15551118906e

epa-file: fix garble with decode-coding-inserted-region * epa-file.el (epa-file-decode-and-insert): Use string-to-multibyte instead of set-buffer-multibyte.
author Daiki Ueno <ueno@unixuser.org>
date Sat, 18 Apr 2009 04:55:50 +0000
parents 5c993497b6ee
children 7fb0884440b3
comparison
equal deleted inserted replaced
103015:5c993497b6ee 103016:15551118906e
1 2009-04-18 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>
2
3 * epa-file.el (epa-file-decode-and-insert): Use
4 string-to-multibyte instead of set-buffer-multibyte.
5 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
6
1 2009-04-18 Yann Hodique <yann.hodique@gmail.com> (tiny change) 7 2009-04-18 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2 8
3 * net/rcirc.el (rcirc): Use correct property names (Bug#3037). 9 * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
4 10
5 2009-04-18 Chong Yidong <cyd@stupidchicken.com> 11 2009-04-18 Chong Yidong <cyd@stupidchicken.com>