aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-10-03 16:13:36 +0000
committerDave Love2000-10-03 16:13:36 +0000
commit657b2c659bf14036ca9cc5c8b167b737eb995bac (patch)
treeb6585e6c19642d66b4b9a6e20b6f59383f15c92c /lisp/gnus/ChangeLog
parent72fc04186ab21d555fd993fbab1971a8a8bd0c72 (diff)
downloademacs-657b2c659bf14036ca9cc5c8b167b737eb995bac.tar.gz
emacs-657b2c659bf14036ca9cc5c8b167b737eb995bac.zip
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.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index ae52c27e7d9..182c9685f82 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,27 @@
12000-10-03 Dave Love <fx@gnu.org>
2
3 * mail-source.el (mail-sources): Revert to nil.
4
5 * qp.el: Don't require mm-util.
6 (quoted-printable-decode-region): Rewritten.
7 (quoted-printable-decode-string, quoted-printable-encode-region):
8 Doc fix.
9 (quoted-printable-encode-region): Barf on multibyte characters.
10 Maybe make the class multibyte. Upcase chars, not formatted
11 strings. Allow mm-use-ultra-safe-encoding to be unbound.
12 (quoted-printable-encode-string): Don't use
13 mm-with-unibyte-buffer.
14
152000-10-03 ShengHuo ZHU <zsh@cs.rochester.edu>
16
17 * mail-source.el (mail-source-report-new-mail): Use
18 nnheader-cancel-timer.
19
202000-10-03 Simon Josefsson <simon@josefsson.org>
21
22 * mail-source.el (mail-source-imap-file-coding-system): New variable.
23 (mail-source-fetch-imap): Use it.
24
12000-09-29 Gerd Moellmann <gerd@gnu.org> 252000-09-29 Gerd Moellmann <gerd@gnu.org>
2 26
3 * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Fix 27 * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Fix
@@ -16,6 +40,11 @@
16 40
172000-09-21 Dave Love <fx@gnu.org> 412000-09-21 Dave Love <fx@gnu.org>
18 42
43 * smiley-ems.el (smiley-region): Test if display-graphic-p bound
44 (for Emacs 20). Tidy somewhat.
45
462000-09-21 Dave Love <fx@gnu.org>
47
19 * gnus-ems.el (gnus-article-display-xface): Use unibyte for the 48 * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
20 image processing. Rationalize logic somewhat. 49 image processing. Rationalize logic somewhat.
21 50