[gnus git] branch no-gnus updated: m0-1-105-gb374ff3 =1= * shr.el: Add a iso-8859-1 cookie to make stuff work under other locales.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b374ff322d545ea58bb64959c7ffd9a9b15a80b2 (commit)
from 3c5f48e601eaf923a1fc9b64db950b54ff144c27 (commit)
- Log -----------------------------------------------------------------
commit b374ff322d545ea58bb64959c7ffd9a9b15a80b2
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jun 10 21:13:17 2012 +0200
* shr.el: Add a iso-8859-1 cookie to make stuff work under other locales.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c28e98b..ff5bdce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-10 Lars Magne Ingebrigtsen <[email protected]>
+
+ * shr.el: Add a iso-8859-1 cookie to make stuff work under other
+ locales.
+
2012-05-21 Katsumi Yamaoka <[email protected]>
* gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
diff --git a/lisp/shr.el b/lisp/shr.el
index c2040a9..4211829 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -1393,4 +1393,8 @@ ones, in case fg and bg are nil."
(provide 'shr)
+;; Local Variables:
+;; coding: iso-8859-1
+;; End:
+
;;; shr.el ends here
-----------------------------------------------------------------------
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/shr.el | 4 ++++
2 files changed, 9 insertions(+), 0 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project