comparison lisp/gnus/gnus-art.el @ 66299:01b85ec4a61d

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 142-146) - Update from CVS 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change) * lisp/gnus/mail-source.el (mail-source-fetch-pop): Require pop3. (mail-source-check-pop): Ditto. 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of errors. 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-art.el (gnus-treat-strip-trailing-blank-lines) (gnus-treat-strip-leading-blank-lines): Improve doc string. * lisp/gnus/message.el (message-tool-bar-local-item-from-menu): Fix comment. 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable. (rfc2047-charset-to-coding-system): New function. (rfc2047-decode-encoded-words): New function. (rfc2047-decode-region): Use them. (rfc2047-decode-cte): Remove. (rfc2047-parse-and-decode): Remove. (rfc2047-decode): Remove. 2005-10-15 Kenichi Handa <handa@m17n.org> * lisp/gnus/rfc2047.el (rfc2047-decode-cte): New function. (rfc2047-decode-region): Change the way to decode successive encoded-words: decode B- or Q-encoding in each encoded-word, concatenate them, and decode it as charset. 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Document Groups): Remove duplicate item.
author Miles Bader <miles@gnu.org>
date Sat, 22 Oct 2005 09:02:46 +0000
parents 5265a4059126
children 28264c86d408 0ca0d9181b5e
comparison
equal deleted inserted replaced
66298:f8a064f9444b 66299:01b85ec4a61d
1179 :type gnus-article-treat-custom) 1179 :type gnus-article-treat-custom)
1180 1180
1181 (defcustom gnus-treat-strip-trailing-blank-lines nil 1181 (defcustom gnus-treat-strip-trailing-blank-lines nil
1182 "Strip trailing blank lines. 1182 "Strip trailing blank lines.
1183 Valid values are nil, t, `head', `last', an integer or a predicate. 1183 Valid values are nil, t, `head', `last', an integer or a predicate.
1184 See Info node `(gnus)Customizing Articles' for details." 1184 See Info node `(gnus)Customizing Articles' for details.
1185
1186 When set to t, it also strips trailing blanks in all MIME parts.
1187 Consider to use `last' instead."
1185 :group 'gnus-article-treat 1188 :group 'gnus-article-treat
1186 :link '(custom-manual "(gnus)Customizing Articles") 1189 :link '(custom-manual "(gnus)Customizing Articles")
1187 :type gnus-article-treat-custom) 1190 :type gnus-article-treat-custom)
1188 1191
1189 (defcustom gnus-treat-strip-leading-blank-lines nil 1192 (defcustom gnus-treat-strip-leading-blank-lines nil
1190 "Strip leading blank lines. 1193 "Strip leading blank lines.
1191 Valid values are nil, t, `head', `last', an integer or a predicate. 1194 Valid values are nil, t, `head', `last', an integer or a predicate.
1192 See Info node `(gnus)Customizing Articles' for details." 1195 See Info node `(gnus)Customizing Articles' for details.
1196
1197 When set to t, it also strips trailing blanks in all MIME parts."
1193 :group 'gnus-article-treat 1198 :group 'gnus-article-treat
1194 :link '(custom-manual "(gnus)Customizing Articles") 1199 :link '(custom-manual "(gnus)Customizing Articles")
1195 :type gnus-article-treat-custom) 1200 :type gnus-article-treat-custom)
1196 1201
1197 (defcustom gnus-treat-strip-multiple-blank-lines nil 1202 (defcustom gnus-treat-strip-multiple-blank-lines nil