[gnus git] branch master updated: m0-5-55-g6d942f0 =1= mm-decode.el (mm-shr): Allow overriding charset by mm-charset-override-alist

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  6d942f0a7e11bef0dddeb29736346493ffa0f4eb (commit)
      from  fa65178f2e146d7af60aaf05ebbf18266ee44aee (commit)


- Log -----------------------------------------------------------------
commit 6d942f0a7e11bef0dddeb29736346493ffa0f4eb
Author: Katsumi Yamaoka <[email protected]>
Date:   Mon Jul 9 02:12:51 2012 +0000

    mm-decode.el (mm-shr): Allow overriding charset by mm-charset-override-alist

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 20cb5f4..6cf41e6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-09  Katsumi Yamaoka  <[email protected]>
+
+	* mm-decode.el (mm-shr):
+	Allow overriding charset by mm-charset-override-alist.
+
 2012-07-03  Katsumi Yamaoka  <[email protected]>
 
 	* gnus-art.el (gnus-article-view-part):
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index d0401bc..7982b74 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -1772,7 +1772,8 @@ If RECURSIVE, search recursively."
 	 (insert (prog1
 		     (if (and charset
 			      (setq charset
-				    (mm-charset-to-coding-system charset))
+				    (mm-charset-to-coding-system charset
+								 nil t))
 			      (not (eq charset 'ascii)))
 			 (mm-decode-coding-string (buffer-string) charset)
 		       (mm-string-as-multibyte (buffer-string)))

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog    |    5 +++++
 lisp/mm-decode.el |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.