aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/doc/ChangeLog7
-rw-r--r--gdb/doc/annotate.texi2
-rw-r--r--gdb/doc/gdb.texinfo9
-rw-r--r--readline/doc/ChangeLog6
-rw-r--r--readline/doc/inc-hist.texinfo2
-rw-r--r--readline/doc/rluser.texinfo2
6 files changed, 13 insertions, 15 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index e489f8a..72dcb4f 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
+ Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
+ back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
+ * annotate.texi: Update.
+
2000-03-28 Stan Shebs <shebs@apple.com>
* gdb.texinfo: Update dates, bump to Eighth Edition (note
diff --git a/gdb/doc/annotate.texi b/gdb/doc/annotate.texi
index 2bcf20f..7b994ec 100644
--- a/gdb/doc/annotate.texi
+++ b/gdb/doc/annotate.texi
@@ -55,10 +55,8 @@
@syncodeindex fn cp
-@ifclear GDBN
@node Annotations
@chapter @value{GDBN} Annotations
-@end ifclear
This chapter describes annotations in @value{GDBN}. Annotations are
designed to interface @value{GDBN} to graphical user interfaces or other
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index be4a8c9..82482d0 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -12209,8 +12209,6 @@ environment. Users of this environment can use a new command,
each value is printed in its own window.
@end ignore
-@node Annotations
-@chapter @value{GDBN} Annotations
@include annotate.texi
@node GDB Bugs
@@ -12454,14 +12452,7 @@ things without first using the debugger to find the facts.
@c inc-hist.texinfo
@c Use -I with makeinfo to point to the appropriate directory,
@c environment var TEXINPUTS with TeX.
-
-@node Command Line Editing
-@chapter Command Line Editing
@include rluser.texinfo
-
-
-@node Using History Interactively
-@chapter Using History Interactively
@include inc-hist.texinfo
diff --git a/readline/doc/ChangeLog b/readline/doc/ChangeLog
index 75a770b..3a132d1 100644
--- a/readline/doc/ChangeLog
+++ b/readline/doc/ChangeLog
@@ -1,3 +1,9 @@
+Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * inc-hist.texinfo, rluser.texinfo: Revert change Fri Mar 24
+ 18:04:32 2000 Andrew Cagney <cagney@b1.cygnus.com>.
+ Unconditionally provide @chapter and @node.
+
Fri Mar 24 18:04:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
* inc-hist.texinfo: When GDBN omit the chapter/node.
diff --git a/readline/doc/inc-hist.texinfo b/readline/doc/inc-hist.texinfo
index f7f7644..06774b7 100644
--- a/readline/doc/inc-hist.texinfo
+++ b/readline/doc/inc-hist.texinfo
@@ -23,10 +23,8 @@ Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions.
@end ignore
-@ifclear GDBN
@node Using History Interactively
@chapter Using History Interactively
-@end ifclear
@ifset BashFeatures
This chapter describes how to use the GNU History Library interactively,
diff --git a/readline/doc/rluser.texinfo b/readline/doc/rluser.texinfo
index 86bade7..755f7ca 100644
--- a/readline/doc/rluser.texinfo
+++ b/readline/doc/rluser.texinfo
@@ -36,10 +36,8 @@ into another language, under the above conditions for modified versions.
@comment If you are including this manual as an appendix, then set the
@comment variable readline-appendix.
-@ifclear GDBN
@node Command Line Editing
@chapter Command Line Editing
-@end ifclear
This chapter describes the basic features of the @sc{GNU}
command line editing interface.