[gnus git] branch master updated: m0-7-281-g1b1b5ed =1= texi/*: Add @documentencoding
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 1b1b5eddf3d6b5dce326c9f262fb1a8fe90d29c7 (commit)
from c3731f8b7a30792f78f468ac47745f3078b645c6 (commit)
- Log -----------------------------------------------------------------
commit 1b1b5eddf3d6b5dce326c9f262fb1a8fe90d29c7
Author: Paul Eggert <[email protected]>
Date: Mon Jan 6 05:59:38 2014 +0000
texi/*: Add @documentencoding
diff --git a/texi/ChangeLog b/texi/ChangeLog
index b111ba8..d92d4b3 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-05 Paul Eggert <[email protected]>
+
+ Specify .texi encoding (Bug#16292).
+ * auth.texi, epa.texi, gnus-coding.texi, gnus-faq.texi, message.texi:
+ * sasl.texi, sieve.texi: Add @documentencoding.
+
2013-08-19 Katsumi Yamaoka <[email protected]>
* emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
diff --git a/texi/auth.texi b/texi/auth.texi
index 79baa5b..e365345 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -6,6 +6,7 @@
@setfilename auth
@settitle Emacs auth-source Library @value{VERSION}
+@documentencoding UTF-8
@copying
This file describes the Emacs auth-source library.
diff --git a/texi/epa.texi b/texi/epa.texi
index 737fc80..aaec266 100644
--- a/texi/epa.texi
+++ b/texi/epa.texi
@@ -2,6 +2,7 @@
@c %**start of header
@setfilename epa
@settitle EasyPG Assistant User's Manual
+@documentencoding UTF-8
@c %**end of header
@set VERSION 1.0.0
diff --git a/texi/gnus-coding.texi b/texi/gnus-coding.texi
index 2ce9d71..2147e5f 100644
--- a/texi/gnus-coding.texi
+++ b/texi/gnus-coding.texi
@@ -2,6 +2,7 @@
@setfilename gnus-coding
@settitle Gnus Coding Style and Maintenance Guide
+@documentencoding UTF-8
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex pg cp
diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi
index 5bd644b..858ce8c 100644
--- a/texi/gnus-faq.texi
+++ b/texi/gnus-faq.texi
@@ -5,6 +5,7 @@
@c
@c @setfilename gnus-faq.info
@c @settitle Frequently Asked Questions
+@c @documentencoding UTF-8
@c %**end of header
@c
diff --git a/texi/message.texi b/texi/message.texi
index 5bf4dbd..ccafe53 100644
--- a/texi/message.texi
+++ b/texi/message.texi
@@ -4,6 +4,7 @@
@setfilename message
@settitle Message Manual
+@documentencoding UTF-8
@synindex fn cp
@synindex vr cp
@synindex pg cp
diff --git a/texi/sasl.texi b/texi/sasl.texi
index f70b887..94209e1 100644
--- a/texi/sasl.texi
+++ b/texi/sasl.texi
@@ -7,6 +7,8 @@
@set VERSION 0.2
@settitle Emacs SASL Library @value{VERSION}
+@documentencoding UTF-8
+
@copying
This file describes the Emacs SASL library, version @value{VERSION}.
diff --git a/texi/sieve.texi b/texi/sieve.texi
index 247f435..0feaadc 100644
--- a/texi/sieve.texi
+++ b/texi/sieve.texi
@@ -4,6 +4,7 @@
@setfilename sieve
@settitle Emacs Sieve Manual
+@documentencoding UTF-8
@synindex fn cp
@synindex vr cp
@synindex pg cp
-----------------------------------------------------------------------
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:
texi/ChangeLog | 6 ++++++
texi/auth.texi | 1 +
texi/epa.texi | 1 +
texi/gnus-coding.texi | 1 +
texi/gnus-faq.texi | 1 +
texi/message.texi | 1 +
texi/sasl.texi | 2 ++
texi/sieve.texi | 1 +
8 files changed, 14 insertions(+)
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