diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-05-01 08:34:36 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-05-01 08:34:36 +0000 |
commit | 41afff9a417a80c3e54995a704dc3d9890aa7811 (patch) | |
tree | 77a3b05f384784b24038ef942367664a393b7a6c /gdb/doc/ChangeLog | |
parent | dd37a34b6fb4b92552fd195ebf1b33c350c675a7 (diff) | |
download | gdb-41afff9a417a80c3e54995a704dc3d9890aa7811.zip gdb-41afff9a417a80c3e54995a704dc3d9890aa7811.tar.gz gdb-41afff9a417a80c3e54995a704dc3d9890aa7811.tar.bz2 |
* annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
TeX.
* gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
"@kindex f" into "@kindex f (foo)", otherwise we get index entries
like `n' and `s' which look weird. Convert some of the @kindex to
@vindex, when they refer to variables, not commands.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b9509fc..4d55a3f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,13 @@ +2000-05-01 Eli Zaretskii <eliz@is.elta.co.il> + + * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in + TeX. + + * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries + "@kindex f" into "@kindex f (foo)", otherwise we get index entries + like `n' and `s' which look weird. Convert some of the @kindex to + @vindex, when they refer to variables, not commands. + Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com> * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes. |