diff options
| author | Stefan Monnier | 2010-01-22 11:43:54 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-01-22 11:43:54 -0500 |
| commit | c893016b07f33eb8d56e1011245fe59a67cb4ee0 (patch) | |
| tree | 8e00fe18bf610d186ce51caee9a0efb646a786aa /lisp/ChangeLog | |
| parent | 9425f8e1b3b40adc297376007992cb680ef5e0ec (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-01-22 Chong Yidong <cyd@stupidchicken.com> | 7 | 2010-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). |