gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, master, updated. gawk-4.1.0-3850-gfb48abe


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-3850-gfb48abe
Date: Sun, 15 Dec 2019 13:44:17 -0500 (EST)

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 "gawk".

The branch, master has been updated
       via  fb48abe6ca16de5887b15f7c7774cd6c2e402176 (commit)
      from  893bd9fd3d78eb6d3093971ee3c3700d71da1e77 (commit)

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

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=fb48abe6ca16de5887b15f7c7774cd6c2e402176

commit fb48abe6ca16de5887b15f7c7774cd6c2e402176
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Dec 15 20:13:51 2019 +0200

    Get straight quotes in code in the PDF.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 515567a..0e12cae 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,10 @@
+2019-12-15         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in: Use `@codequoteundirected on' and
+       `@codequotebacktick on' to get straight quotes in PDF. Thanks
+       to address@hidden for the report and to Assaf Gordon
+       for the pointer to the fix.
+
 2019-11-21         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in: Document that the time extension is now obsolete.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 12841fd..9a62fb8 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -263,6 +263,12 @@ Some comments on the layout for TeX.
 @finalout
 @end iftex
 
+@c Enabled '-quotes in PDF files so that cut/paste works in
+@c more places.
+
+@codequoteundirected on
+@codequotebacktick on
+
 @copying
 @docbook
 <para>
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 05741cf..7e40bc5 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -258,6 +258,12 @@ Some comments on the layout for TeX.
 @finalout
 @end iftex
 
+@c Enabled '-quotes in PDF files so that cut/paste works in
+@c more places.
+
+@codequoteundirected on
+@codequotebacktick on
+
 @copying
 @docbook
 <para>

-----------------------------------------------------------------------

Summary of changes:
 doc/ChangeLog   | 7 +++++++
 doc/gawk.texi   | 6 ++++++
 doc/gawktexi.in | 6 ++++++
 3 files changed, 19 insertions(+)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]