[gnus git] branch master updated: m0-13-3-g128fa98 =2= Don't require Texinfo 5.0 for Emacs documentation ; Fix single-quoting style in PDF manuals

Katsumi Yamaoka <[email protected]> Sun, 03 May 2015 02:31:44 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  128fa982fdfd881540833b4a5f53faa840942f6e (commit)
       via  0cae8024f4147108b58b981ffd2fda0caa8869c0 (commit)
      from  30b3afbd1e4845ad4a86aa50ab40dc0cde9e4b47 (commit)


- Log -----------------------------------------------------------------
commit 128fa982fdfd881540833b4a5f53faa840942f6e
Author: Eli Zaretskii <[email protected]>
Date:   Sun May 3 00:31:08 2015 +0000

    Don't require Texinfo 5.0 for Emacs documentation
    
    * docstyle.texi: Use "@set txicodequoteundirected" and
    "@set txicodequotebacktick" instead of "@codequotebacktick on" and
    "@codequoteundirected on", respectively, to avoid requiring
    Texinfo 5.x for Emacs documentation.

diff --git a/texi/ChangeLog b/texi/ChangeLog
index 1e23e7a..57f4c5a 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,10 @@
+2015-05-02  Eli Zaretskii  <[email protected]>
+
+	* docstyle.texi: Use "@set txicodequoteundirected" and
+	"@set txicodequotebacktick" instead of "@codequotebacktick on" and
+	"@codequoteundirected on", respectively, to avoid requiring
+	Texinfo 5.x for Emacs documentation.
+
 2015-05-01  Paul Eggert  <[email protected]>
 
 	* docstyle.texi: New file, which specifies treatment for grave accent

commit 0cae8024f4147108b58b981ffd2fda0caa8869c0
Author: Paul Eggert <[email protected]>
Date:   Sun May 3 00:29:02 2015 +0000

    Fix single-quoting style in PDF manuals
    
    The PDF versions of the GNU manuals used curved single quotes to
    represent grave accent and apostrophe, which made it a pain to cut
    and paste code examples from them.  Fix the PDF versions to use
    grave accent and apostrophe for Lisp source code, keystrokes, etc.
    This change does not affect the info files, nor does it affect
    ordinary uses of curved single quotes in PDF.
    
    * docstyle.texi: New file, which specifies treatment for grave accent
    and apostrophe, as well as the document encoding.
    
    * auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi:
    * gnus-faq.texi, gnus.texi, message.texi, sasl.texi, sieve.texi:
    Use it instead of '@documentencoding UTF-8', to lessen the need for
    global changes like this in the future.

diff --git a/texi/ChangeLog b/texi/ChangeLog
index d39d114..1e23e7a 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,13 @@
+2015-05-01  Paul Eggert  <[email protected]>
+
+	* docstyle.texi: New file, which specifies treatment for grave accent
+	and apostrophe, as well as the document encoding.
+
+	* auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi:
+	* gnus-faq.texi, gnus.texi, message.texi, sasl.texi, sieve.texi:
+	Use it instead of '@documentencoding UTF-8', to lessen the need for
+	global changes like this in the future.
+
 2015-02-05  Glenn Morris  <[email protected]>
 
 	* auth.texi (Multiple GMail accounts with Gnus): Markup fix.
diff --git a/texi/auth.texi b/texi/auth.texi
index c688612..04889aa 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -6,7 +6,7 @@
 
 @setfilename auth.info
 @settitle Emacs auth-source Library @value{VERSION}
-@documentencoding UTF-8
+@include docstyle.texi
 
 @copying
 This file describes the Emacs auth-source library.
diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi
index 65e8566..640d0e9 100644
--- a/texi/emacs-mime.texi
+++ b/texi/emacs-mime.texi
@@ -4,6 +4,7 @@
 
 @setfilename emacs-mime.info
 @settitle Emacs MIME Manual
+@include docstyle.texi
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -27,7 +28,6 @@ modify this GNU manual.''
 @end copying
 
 @c Node ``Interface Functions'' uses non-ASCII characters
-@documentencoding UTF-8
 
 @dircategory Emacs lisp libraries
 @direntry
diff --git a/texi/epa.texi b/texi/epa.texi
index 1503179..0150d54 100644
--- a/texi/epa.texi
+++ b/texi/epa.texi
@@ -2,7 +2,7 @@
 @c %**start of header
 @setfilename epa.info
 @settitle EasyPG Assistant User's Manual
-@documentencoding UTF-8
+@include docstyle.texi
 @c %**end of header
 
 @set VERSION 1.0.0
diff --git a/texi/gnus-coding.texi b/texi/gnus-coding.texi
index bbead6b..a3be0ed 100644
--- a/texi/gnus-coding.texi
+++ b/texi/gnus-coding.texi
@@ -2,7 +2,7 @@
 
 @setfilename gnus-coding.info
 @settitle Gnus Coding Style and Maintenance Guide
-@documentencoding UTF-8
+@include docstyle.texi
 @syncodeindex fn cp
 @syncodeindex vr cp
 @syncodeindex pg cp
diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi
index 8126827..76d1a52 100644
--- a/texi/gnus-faq.texi
+++ b/texi/gnus-faq.texi
@@ -5,7 +5,7 @@
 @c
 @c @setfilename gnus-faq.info
 @c @settitle Frequently Asked Questions
-@c @documentencoding UTF-8
+@c @include docstyle.texi
 @c %**end of header
 @c
 
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 4fc6d7d..b190184 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -4,12 +4,11 @@
 
 @setfilename gnus.info
 @settitle Gnus Manual
+@include docstyle.texi
 @syncodeindex fn cp
 @syncodeindex vr cp
 @syncodeindex pg cp
 
-@documentencoding UTF-8
-
 @copying
 Copyright @copyright{} 1995--2015 Free Software Foundation, Inc.
 
@@ -9083,7 +9082,7 @@ CRs into LF (this takes care of Mac line endings)
 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
 Quoted-Printable is one common @acronym{MIME} encoding employed when
 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
-makes strings like @samp{d@'ej@`a vu} look like @samp{d=E9j=E0 vu},
+makes strings like @samp{déjà vu} look like @samp{d=E9j=E0 vu},
 which doesn't look very readable to me.  Note that this is usually
 done automatically by Gnus if the message in question has a
 @code{Content-Transfer-Encoding} header that says that this encoding
@@ -16968,7 +16967,7 @@ group as read.
 
 If the search engine changes its output substantially, @code{nnweb}
 won't be able to parse it and will fail.  One could hardly fault the Web
-providers if they were to do this---their @emph{raison d'@^etre} is to
+providers if they were to do this---their @emph{raison d'être} is to
 make money off of advertisements, not to provide services to the
 community.  Since @code{nnweb} washes the ads off all the articles, one
 might think that the providers might be somewhat miffed.  We'll see.
@@ -26815,7 +26814,7 @@ David Moore---rewrite of @file{nnvirtual.el} and many other things.
 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
 
 @item
-Fran@,{c}ois Pinard---many, many interesting and thorough bug reports, as
+François Pinard---many, many interesting and thorough bug reports, as
 well as autoconf support.
 
 @end itemize
@@ -26923,7 +26922,7 @@ Gunnar Horrigmo,
 Richard Hoskins,
 Brad Howes,
 Miguel de Icaza,
-Fran@,{c}ois Felix Ingrand,
+François Felix Ingrand,
 Tatsuya Ichikawa, @c Ichikawa
 Ishikawa Ichiro, @c Ishikawa
 Lee Iverson,
diff --git a/texi/message.texi b/texi/message.texi
index 504940c..b7aa6bf 100644
--- a/texi/message.texi
+++ b/texi/message.texi
@@ -4,7 +4,7 @@
 
 @setfilename message.info
 @settitle Message Manual
-@documentencoding UTF-8
+@include docstyle.texi
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
diff --git a/texi/sasl.texi b/texi/sasl.texi
index ac600c2..c0b9eac 100644
--- a/texi/sasl.texi
+++ b/texi/sasl.texi
@@ -6,8 +6,7 @@
 
 @set VERSION 0.2
 @settitle Emacs SASL Library @value{VERSION}
-
-@documentencoding UTF-8
+@include docstyle.texi
 
 @copying
 This file describes the Emacs SASL library, version @value{VERSION}.
diff --git a/texi/sieve.texi b/texi/sieve.texi
index 93b5178..7bb8a4d 100644
--- a/texi/sieve.texi
+++ b/texi/sieve.texi
@@ -4,7 +4,7 @@
 
 @setfilename sieve.info
 @settitle Emacs Sieve Manual
-@documentencoding UTF-8
+@include docstyle.texi
 @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        |   17 +++++++++++++++++
 texi/auth.texi        |    2 +-
 texi/emacs-mime.texi  |    2 +-
 texi/epa.texi         |    2 +-
 texi/gnus-coding.texi |    2 +-
 texi/gnus-faq.texi    |    2 +-
 texi/gnus.texi        |   11 +++++------
 texi/message.texi     |    2 +-
 texi/sasl.texi        |    3 +--
 texi/sieve.texi       |    2 +-
 10 files changed, 30 insertions(+), 15 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