aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-07-27 00:52:01 +0000
committerRoland Pesch <pesch@cygnus>1991-07-27 00:52:01 +0000
commita8b765617e0c325d30c502f6981d9361d560dbae (patch)
tree2462542e7a1583d451fbc5d7ae607b4c3488a108 /gdb
parent7463aadd5b8c9a0b95d4a936bc1050e664d1704c (diff)
downloadgdb-a8b765617e0c325d30c502f6981d9361d560dbae.zip
gdb-a8b765617e0c325d30c502f6981d9361d560dbae.tar.gz
gdb-a8b765617e0c325d30c502f6981d9361d560dbae.tar.bz2
*** empty log message ***
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 389b4fa..29bb84e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,17 @@
Fri Jul 26 13:20:02 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
+ * doc/gdb.texinfo:
+ (1) Applied some fixes due to comments from Larry Breed (easier ones
+ through chapsec 5.2)
+ (2) Eliminated use of @footnote---had my doubts about it anyways, and
+ it's broken in latest texinfo
+ (3) Introduced *some* use of [] for optional arguments, where
+ explanation is not simpler by listing cmd w arg and cmd w/out arg
+ separately. Still not using @deffn.
+ (4) Dropped in GPL-2. NOTE: one of GPL-2 or texinfo is broken; a
+ couple of headings are too long. Need patches to texinfo or revision
+ to GPL-2.
+
* Partial update to README (which still needs work for this
release!): (1) use of configure corrected for new script,
(2) "make gdb.dvi" and "make gdb.info" mentioned.