aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2000-11-19 19:02:50 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-11-19 19:02:50 +0000
commit3d6f4d76bc68b1550d88549f168782436663c112 (patch)
tree189234f1dd357f26c6ab7e7e98a3a629b65a8ff0 /contrib/ChangeLog
parent564b42a1442e78971d3e26ba8ad1fcc479190d11 (diff)
downloadgcc-3d6f4d76bc68b1550d88549f168782436663c112.zip
gcc-3d6f4d76bc68b1550d88549f168782436663c112.tar.gz
gcc-3d6f4d76bc68b1550d88549f168782436663c112.tar.bz2
texi2pod.pl: - Add real command line parsing.
* texi2pod.pl: - Add real command line parsing. - Support @ifset, @ifclear, @set, @value, -D switch. - Support @sc. Improve handling of @ref and friends. - Discard @subsection, @need, @node lines. - Un-nest font changes to match texinfo semantics. - Handle @{ and @}. Oops. - Don't emit E<> directives inside verbatim blocks. From-SVN: r37569
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 73dd29f..8f5dfe5 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,14 @@
+2000-11-19 Zack Weinberg <zackw@stanford.edu>
+
+ * texi2pod.pl:
+ - Add real command line parsing.
+ - Support @ifset, @ifclear, @set, @value, -D switch.
+ - Support @sc. Improve handling of @ref and friends.
+ - Discard @subsection, @need, @node lines.
+ - Un-nest font changes to match texinfo semantics.
+ - Handle @{ and @}. Oops.
+ - Don't emit E<> directives inside verbatim blocks.
+
2000-11-12 Bruce Korb <bkorb@gnu.org>
* release: generalize the release script a bit.