Mercurial > emacs
changeset 32104:d40f5543b08b
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 03 Oct 2000 16:13:36 +0000 |
parents | a48838267750 |
children | f80262435e6c |
files | lisp/gnus/ChangeLog |
diffstat | 1 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Tue Oct 03 16:13:15 2000 +0000 +++ b/lisp/gnus/ChangeLog Tue Oct 03 16:13:36 2000 +0000 @@ -1,3 +1,27 @@ +2000-10-03 Dave Love <fx@gnu.org> + + * mail-source.el (mail-sources): Revert to nil. + + * qp.el: Don't require mm-util. + (quoted-printable-decode-region): Rewritten. + (quoted-printable-decode-string, quoted-printable-encode-region): + Doc fix. + (quoted-printable-encode-region): Barf on multibyte characters. + Maybe make the class multibyte. Upcase chars, not formatted + strings. Allow mm-use-ultra-safe-encoding to be unbound. + (quoted-printable-encode-string): Don't use + mm-with-unibyte-buffer. + +2000-10-03 ShengHuo ZHU <zsh@cs.rochester.edu> + + * mail-source.el (mail-source-report-new-mail): Use + nnheader-cancel-timer. + +2000-10-03 Simon Josefsson <simon@josefsson.org> + + * mail-source.el (mail-source-imap-file-coding-system): New variable. + (mail-source-fetch-imap): Use it. + 2000-09-29 Gerd Moellmann <gerd@gnu.org> * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Fix @@ -16,6 +40,11 @@ 2000-09-21 Dave Love <fx@gnu.org> + * smiley-ems.el (smiley-region): Test if display-graphic-p bound + (for Emacs 20). Tidy somewhat. + +2000-09-21 Dave Love <fx@gnu.org> + * gnus-ems.el (gnus-article-display-xface): Use unibyte for the image processing. Rationalize logic somewhat.