comparison lisp/gnus/ChangeLog @ 73640:e55440dc49da

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 03 Nov 2006 14:37:25 +0000
parents e7c14a8e6688
children 594a719b7a7f 02cf29720f31
comparison
equal deleted inserted replaced
73639:f58700566a56 73640:e55440dc49da
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
1 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de> 7 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2 8
3 * gnus-art.el (article-hide-boring-headers): Fetch date from 9 * gnus-art.el (article-hide-boring-headers): Fetch date from
4 gnus-original-article-buffer to avoid problems with localized date 10 gnus-original-article-buffer to avoid problems with localized date
5 strings. 11 strings.
8 14
9 * html2text.el (html2text-format-tags): Avoid infloop on open tags. 15 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10 16
11 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de> 17 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12 18
13 * 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):
14 variables. 20 New variables.
15 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions. 21 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16 (mm-charset-synonym-alist): Move some entries to 22 (mm-charset-synonym-alist): Move some entries to
17 mm-codepage-iso-8859-list. 23 mm-codepage-iso-8859-list.
18 (mm-charset-synonym-alist, mm-charset-override-alist): Add 24 (mm-charset-synonym-alist, mm-charset-override-alist): Add
19 iso-8859-8/windows-1255 and iso-8859-9/windows-1254. 25 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
618 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte 624 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
619 buffer and then decode the buffer text if necessary. 625 buffer and then decode the buffer text if necessary.
620 (rfc2231-encode-string): Be sure to work on multibyte buffer at 626 (rfc2231-encode-string): Be sure to work on multibyte buffer at
621 first, and after mm-encode-body, change the buffer to unibyte. 627 first, and after mm-encode-body, change the buffer to unibyte.
622 628
623 2006-03-21 Daniel Pittman <daniel@rimspace.net> 629 2006-03-21 Daniel Pittman <daniel@rimspace.net>
624 630
625 * nnimap.el (nnimap-request-update-info-internal): Optimize. 631 * nnimap.el (nnimap-request-update-info-internal): Optimize.
626 Don't `gnus-uncompress-range' to avoid excessive memory usage. 632 Don't `gnus-uncompress-range' to avoid excessive memory usage.
627 633
628 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de> 634 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>