[gnus git] branch master updated: m0-5-277-g4870812 =1= Specify utf-8, not iso-8859-1, for ASCII files
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4870812ec6c608c233146116183b906b2e834809 (commit)
from 04dba7f1c0d5368be53a6b360441ff688de63842 (commit)
- Log -----------------------------------------------------------------
commit 4870812ec6c608c233146116183b906b2e834809
Author: Paul Eggert <[email protected]>
Date: Thu Mar 7 10:30:59 2013 +0000
Specify utf-8, not iso-8859-1, for ASCII files
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e2a8234..e94f2e1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-07 Paul Eggert <[email protected]>
+
+ * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
+
2013-03-06 Katsumi Yamaoka <[email protected]>
* nndir.el (nndir-request-list): Remove 2nd argument passed to
diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el
index 3840f33..22e97cd 100644
--- a/lisp/gnus-cite.el
+++ b/lisp/gnus-cite.el
@@ -1250,7 +1250,7 @@ When enabled, it automatically turns on `font-lock-mode'."
(provide 'gnus-cite)
;; Local Variables:
-;; coding: iso-8859-1
+;; coding: utf-8
;; End:
;;; gnus-cite.el ends here
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 4af413b..88da371 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -2,6 +2,11 @@
* gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
+2013-03-07 Paul Eggert <[email protected]>
+
+ * emacs-mime.texi, gnus-coding.texi: Specify utf-8, not iso-8859-1, for
+ ASCII files.
+
2013-03-04 Paul Eggert <[email protected]>
* emacs-mime.texi: Switch from Latin-1 to UTF-8.
diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi
index eaf2527..3f24ed7 100644
--- a/texi/emacs-mime.texi
+++ b/texi/emacs-mime.texi
@@ -1890,5 +1890,5 @@ Documentation of the text/plain format parameter for flowed text.
@c Local Variables:
@c mode: texinfo
-@c coding: iso-8859-1
+@c coding: utf-8
@c End:
diff --git a/texi/gnus-coding.texi b/texi/gnus-coding.texi
index 15393ad..4e58556 100644
--- a/texi/gnus-coding.texi
+++ b/texi/gnus-coding.texi
@@ -387,5 +387,5 @@ changed.
@c Local Variables:
@c mode: texinfo
-@c coding: iso-8859-1
+@c coding: utf-8
@c End:
-----------------------------------------------------------------------
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 | 4 ++++
lisp/gnus-cite.el | 2 +-
texi/ChangeLog | 5 +++++
texi/emacs-mime.texi | 2 +-
texi/gnus-coding.texi | 2 +-
5 files changed, 12 insertions(+), 3 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