Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 33306:7fa642dbbaf8
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 08 Nov 2000 15:46:49 +0000 |
parents | ca6cfed8bc20 |
children | 9762cbfe02ea |
comparison
equal
deleted
inserted
replaced
33305:6ea9f51b4d73 | 33306:7fa642dbbaf8 |
---|---|
1 2000-11-08 Dave Love <fx@gnu.org> | |
2 | |
3 * rfc2047.el: Require gnus-util. | |
4 | |
5 * nnml.el (gnus-sorted-intersection): Autoload. | |
6 | |
7 * nnheader.el: Wrap subst-char-in-string def in eval-and-compile. | |
8 Put some defvars in eval-when-compile. | |
9 (gnus-intersection, gnus-sorted-complement): Autoload. | |
10 | |
11 * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol. | |
12 | |
13 * mm-encode.el (mm-body-7-or-8): Autoload. | |
14 | |
15 * mm-decode.el (mm-insert-inline): Autoload. | |
16 | |
17 * mml.el: | |
18 * message.el: Put some defvars in eval-when-compile. | |
19 | |
20 * gnus-msg.el: Put some defvars in eval-when-compile. | |
21 (gnus-msg-mail): Move after gnus-setup-message. | |
22 | |
23 * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix. | |
24 | |
25 2000-11-07 Dave Love <fx@gnu.org> | |
26 | |
27 * gnus-util.el (nnheader): Don't require message (recursive | |
28 autoload). | |
29 | |
30 * uudecode.el: Avoid compiler warnings. | |
31 | |
32 * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol. | |
33 (rfc2047-charset-encoding-alist): Add iso-8859-1[45]. | |
34 | |
35 2000-11-07 ShengHuo ZHU <zsh@cs.rochester.edu> | |
36 | |
37 * rfc2047.el: Require cl when compiling. | |
38 (rfc2047-q-encode-region): Don't break if a QP-word could be | |
39 fitted in one line. | |
40 (rfc2047-decode): Use mm-with-unibyte-current-buffer-mule4. | |
41 (rfc2047-fold-region): "=?=" is not a break point. | |
42 (rfc2047-encode-message-header): Move fold into encode-region. | |
43 (rfc2047-dissect-region): Rewrite. | |
44 (rfc2047-encode-region): Rewrite. | |
45 (rfc2047-fold-region): Fold | |
46 (rfc2047-unfold-region): New function. | |
47 (rfc2047-decode-region): Use it. | |
48 (rfc2047-q-encode-region): Don't break at bob. | |
49 (rfc2047-decode): Use unibyte. | |
50 (rfc2047-q-encode-region): Better calculation of break point. | |
51 (rfc2047-fold-region): Don't break the first non-LWSP characters. | |
52 (rfc2047-encode-region): Merge only if regions are adjacent. | |
53 | |
1 2000-11-06 Dave Love <fx@gnu.org> | 54 2000-11-06 Dave Love <fx@gnu.org> |
2 | 55 |
3 * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode. | 56 * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode. |
4 | 57 |
5 * uudecode.el: Use (featurep 'xemacs). Require cl when compiling. | 58 * uudecode.el: Use (featurep 'xemacs). Require cl when compiling. |