aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-12-17 20:46:57 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-12-17 20:46:57 +0200
commita8f1600b7ba13834f476e455d382d188b49eef9e (patch)
treea03f3da4ab7d3c85104c9934c71f65d491857295 /doc/ChangeLog
parent816fa39d6f697d60030365483d3baa5bacda98e5 (diff)
parentaed04bc4eda042bfa80d57a84c7d1406782ee66f (diff)
downloadegawk-a8f1600b7ba13834f476e455d382d188b49eef9e.tar.gz
egawk-a8f1600b7ba13834f476e455d382d188b49eef9e.tar.bz2
egawk-a8f1600b7ba13834f476e455d382d188b49eef9e.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7c4b66db..02cc0dd4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,15 @@
+2017-12-01 Sergey Tselikh <stselikh@gmail.com>
+
+ * gawktexi.in: Several small changes to gawktexi.in,
+ mainly related to fixing typos, small text polishing
+ and adding @group/@end group in @example and @example-like
+ constructs to clean PDF version (formatted for Letter paper,
+ which is the default) of orphaned single lines of source code
+ or example output in higher and lower parts of pages (such
+ lines were with just a "}", or with a single line of code or
+ a comment). Hyphenated words "single-precision",
+ "double-precision" and alike left untouched.
+
2017-12-14 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Add a note to add a section on recursion.