aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-01-22 11:43:54 -0500
committerStefan Monnier2010-01-22 11:43:54 -0500
commitc893016b07f33eb8d56e1011245fe59a67cb4ee0 (patch)
tree8e00fe18bf610d186ce51caee9a0efb646a786aa /lisp/ChangeLog
parent9425f8e1b3b40adc297376007992cb680ef5e0ec (diff)
downloademacs-c893016b07f33eb8d56e1011245fe59a67cb4ee0.tar.gz
emacs-c893016b07f33eb8d56e1011245fe59a67cb4ee0.zip
* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
just because we see "encoding: 8bit". * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab76ac74d5e..c59ecbae67b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4 just because we see "encoding: 8bit".
5 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
6
12010-01-22 Chong Yidong <cyd@stupidchicken.com> 72010-01-22 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446). 9 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).