diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-07-30 04:14:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-07-30 04:14:38 +0000 |
commit | e6f672d252b712461db19ff06cea40c86172df4b (patch) | |
tree | 3675f158981294c18d5063713f53b1f68aeec3e5 /gdb/doc/ChangeLog | |
parent | fd7bb956ee6fa97901cccbc8ec62b1365907556c (diff) | |
download | gdb-e6f672d252b712461db19ff06cea40c86172df4b.zip gdb-e6f672d252b712461db19ff06cea40c86172df4b.tar.gz gdb-e6f672d252b712461db19ff06cea40c86172df4b.tar.bz2 |
2003-07-28 Andrew Cagney <cagney@redhat.com>
* Makefile.in (INFO_DEPS): Add annotate.info.
(dvi, ps, html, pdf): Add annotate.
(ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
(ANNOTATE_DOC_BUILD_INCLUDES): New macro.
(ANNOTATE_DOC_FILES): New macro.
(ANNOTATE_TEX_TMPS): New macro.
(annotate.info, annotate_toc.html): Specify dependencies.
(annotate.ps, annotate.pdf, annotate.dvi): Ditto.
* annotate.texinfo: Rename annotate.texi. Get building. Add
"Migrating to GDB/MI" and "Limitations of the Annotation
Interface" chapters. Mention why it is not part of the user
guide. Update copyright notice. Include "fdl.texi".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 81652d4..a2a8ce8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,18 @@ +2003-07-28 Andrew Cagney <cagney@redhat.com> + + * Makefile.in (INFO_DEPS): Add annotate.info. + (dvi, ps, html, pdf): Add annotate. + (ANNOTATE_DOC_SOURCE_INCLUDES): New macro. + (ANNOTATE_DOC_BUILD_INCLUDES): New macro. + (ANNOTATE_DOC_FILES): New macro. + (ANNOTATE_TEX_TMPS): New macro. + (annotate.info, annotate_toc.html): Specify dependencies. + (annotate.ps, annotate.pdf, annotate.dvi): Ditto. + * annotate.texinfo: Rename annotate.texi. Get building. Add + "Migrating to GDB/MI" and "Limitations of the Annotation + Interface" chapters. Mention why it is not part of the user + guide. Update copyright notice. Include "fdl.texi". + 2003-07-26 Stephane Carrez <stcarrez@nerim.fr> * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. |