comparison lisp/gnus/ChangeLog @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents 7eeafaaa9eab e55440dc49da
children dbe3f29e61d6
comparison
equal deleted inserted replaced
90649:d53934e7ddef 90650:02cf29720f31
1 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * gnus-diary.el (gnus-diary-delay-format-function):
4 * nndiary.el (nndiary-reminders):
5 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6
7 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8
9 * gnus-art.el (article-hide-boring-headers): Fetch date from
10 gnus-original-article-buffer to avoid problems with localized date
11 strings.
12
13 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14
15 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16
1 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de> 17 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
2 18
3 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New 19 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4 variables. 20 New variables.
5 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions. 21 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6 (mm-charset-synonym-alist): Move some entries to 22 (mm-charset-synonym-alist): Move some entries to
7 mm-codepage-iso-8859-list. 23 mm-codepage-iso-8859-list.
8 (mm-charset-synonym-alist, mm-charset-override-alist): Add 24 (mm-charset-synonym-alist, mm-charset-override-alist): Add
9 iso-8859-8/windows-1255 and iso-8859-9/windows-1254. 25 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
608 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte 624 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
609 buffer and then decode the buffer text if necessary. 625 buffer and then decode the buffer text if necessary.
610 (rfc2231-encode-string): Be sure to work on multibyte buffer at 626 (rfc2231-encode-string): Be sure to work on multibyte buffer at
611 first, and after mm-encode-body, change the buffer to unibyte. 627 first, and after mm-encode-body, change the buffer to unibyte.
612 628
613 2006-03-21 Daniel Pittman <daniel@rimspace.net> 629 2006-03-21 Daniel Pittman <daniel@rimspace.net>
614 630
615 * nnimap.el (nnimap-request-update-info-internal): Optimize. 631 * nnimap.el (nnimap-request-update-info-internal): Optimize.
616 Don't `gnus-uncompress-range' to avoid excessive memory usage. 632 Don't `gnus-uncompress-range' to avoid excessive memory usage.
617 633
618 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de> 634 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>