diff options
author | Miles Bader <miles@gnu.org> | 2007-11-02 01:39:46 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-11-02 01:39:46 +0000 |
commit | c590ed3a9753d91d228905a55db0eef19c79da47 (patch) | |
tree | 80aad6db4f276039685eb8200a650b09b0fb61f2 /lisp/gnus/qp.el | |
parent | 658674b070b70db1e8e6b7582d33f9a152e414aa (diff) | |
download | emacs-c590ed3a9753d91d228905a55db0eef19c79da47.tar.gz |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 266-268)
- Merge from emacs--rel--22
- Update from CVS
2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
* lisp/gnus/gnus.el (gnus-group-charter-alist): Mark as risky local variable.
* lisp/gnus/gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
risky local variable.
* lisp/gnus/gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2007-11-01 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
* lisp/gnus/message.el (message-use-alternative-email-as-from): Examine the
From header as well; use message-make-from in order to include a
user's full name. [ Backported bug fix from No Gnus. ]
2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/qp.el (quoted-printable-decode-string): Fix typo in doc string.
2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-143
Diffstat (limited to 'lisp/gnus/qp.el')
-rw-r--r-- | lisp/gnus/qp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/qp.el b/lisp/gnus/qp.el index 17cc7ef2cf6..cb9c779e4b5 100644 --- a/lisp/gnus/qp.el +++ b/lisp/gnus/qp.el @@ -82,7 +82,7 @@ them into characters should be done separately." (defun quoted-printable-decode-string (string &optional coding-system) "Decode the quoted-printable encoded STRING and return the result. -If CODING-SYSTEM is non-nil, decode the region with coding-system. +If CODING-SYSTEM is non-nil, decode the string with coding-system. Use of CODING-SYSTEM is deprecated; this function should deal with raw bytes, and coding conversion should be done separately." (mm-with-unibyte-buffer |