diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-19 19:02:50 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-19 19:02:50 +0000 |
commit | 304acf0e4ff3fb8f2b59f3a99fd9feb278a8c161 (patch) | |
tree | 189234f1dd357f26c6ab7e7e98a3a629b65a8ff0 /contrib/ChangeLog | |
parent | 23e5c4338513e51d78c6441e4901b126bb7a786a (diff) | |
download | gcc-304acf0e4ff3fb8f2b59f3a99fd9feb278a8c161.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37569 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 73dd29f33d3..8f5dfe54cd4 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. |