aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b5e655db..665daa76 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,8 @@ Changes from 4.2.1 to 5.0.0
me to stop carrying forward decades of changes against the original
ones from GLIBC.
-4. Infrastructure upgrades: Bison 3.3, Automake 1.16.1, Gettext 0.19.8.1.
+4. Infrastructure upgrades: Bison 3.3, Automake 1.16.1, Gettext 0.19.8.1,
+ makeinfo 6.5.
5. The undocumented configure option and code that enabled the use of
non-English "letters" in identifiers is now gone.
@@ -34,7 +35,7 @@ Changes from 4.2.1 to 5.0.0
10. Comment handling in the pretty-printer has been reworked almost completely
from scratch. As a result, comments in many corner cases that were
- previously lost are now included in the formatted output.
+ previously lost are now included in the formatted output.
11. Namespaces have been implemented! See the manual. One consequence of this
is that files included with -i, read with -f, and command line program
@@ -43,5 +44,5 @@ Changes from 4.2.1 to 5.0.0
gawk -e 'BEGIN {' -e 'print "hello" }'
-XX. A number of bugs, some of them quite significant, have been fixed.
+12. A number of bugs, some of them quite significant, have been fixed.
See the ChangeLog for details.