comparison lisp/gnus/ChangeLog @ 32104:d40f5543b08b

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 03 Oct 2000 16:13:36 +0000
parents 920307b1e659
children 02093aa4b369
comparison
equal deleted inserted replaced
32103:a48838267750 32104:d40f5543b08b
1 2000-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
15 2000-10-03 ShengHuo ZHU <zsh@cs.rochester.edu>
16
17 * mail-source.el (mail-source-report-new-mail): Use
18 nnheader-cancel-timer.
19
20 2000-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
1 2000-09-29 Gerd Moellmann <gerd@gnu.org> 25 2000-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
4 last change. 28 last change.
5 29
11 2000-09-28 Gerd Moellmann <gerd@gnu.org> 35 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12 36
13 * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change 37 * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
14 image's :ascent to 80. That gives a mode-line which is approx. 38 image's :ascent to 80. That gives a mode-line which is approx.
15 as tall as the normal one. 39 as tall as the normal one.
40
41 2000-09-21 Dave Love <fx@gnu.org>
42
43 * smiley-ems.el (smiley-region): Test if display-graphic-p bound
44 (for Emacs 20). Tidy somewhat.
16 45
17 2000-09-21 Dave Love <fx@gnu.org> 46 2000-09-21 Dave Love <fx@gnu.org>
18 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.