[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-703
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-703-g7100f51 |
Date: |
Tue, 19 May 2015 13:43:59 +0000 |
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, gawk-4.1-stable has been updated
via 7100f51d8cfa0e7adab3fd40fdb9d29fdd8ad8ca (commit)
from 8a9266dd3d69e85001dd92faae0fe3f84f960ecb (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=7100f51d8cfa0e7adab3fd40fdb9d29fdd8ad8ca
commit 7100f51d8cfa0e7adab3fd40fdb9d29fdd8ad8ca
Author: Arnold D. Robbins <address@hidden>
Date: Tue May 19 16:43:35 2015 +0300
Use modern @image, fix a .txt image file.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e4db0d0..f554d30 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -5,7 +5,9 @@
2015-05-19 Arnold D. Robbins <address@hidden>
* gawktexi.in: Bump patch level and modified date.
+ Move to modern version of @image.
* texinfo.tex: Update to latest.
+ * array-elements.txt: Remove texinfo commands.
2015-05-18 Arnold D. Robbins <address@hidden>
diff --git a/doc/array-elements.txt b/doc/array-elements.txt
index 8906318..424c170 100644
--- a/doc/array-elements.txt
+++ b/doc/array-elements.txt
@@ -1,4 +1,4 @@
+---------+---------+--------+---------+
-| 8 | "foo" | "" | 30 | @r{Value}
+| 8 | "foo" | "" | 30 | Value
+---------+---------+--------+---------+
- 0 1 2 3 @r{Index}
+ 0 1 2 3 Index
diff --git a/doc/gawk.info b/doc/gawk.info
index f6f107b..1991a3b 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -10813,10 +10813,10 @@ declared.)
figure-array-elements, conceptually, if the element values are eight,
'"foo"', '""', and 30.
- [image src="array-elements.txt" alt="A Contiguous Array"
text="+---------+---------+--------+---------+
-| 8 | \"foo\" | \"\" | 30 | @r{Value}
+ [image src="array-elements.png" alt="A Contiguous Array"
text="+---------+---------+--------+---------+
+| 8 | \"foo\" | \"\" | 30 | Value
+---------+---------+--------+---------+
- 0 1 2 3 @r{Index}"