update traps documentation (unfinished)
authorAndy Wingo <wingo@pobox.com>
Thu, 7 Oct 2010 11:06:57 +0000 (13:06 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 7 Oct 2010 11:06:57 +0000 (13:06 +0200)
commit6e069bbfce57357ff279f19b09464b48de43fede
tree015df30e0d0f7092a2de5d6729f1aa9ddc5b5b35
parenta43b4d6e1f10e857f3d0cc0af69ba7c29a53b05e
update traps documentation (unfinished)

* doc/ref/Makefile.am:
* doc/ref/guile.texi:
* doc/ref/scheme-debugging.texi: Remove scheme-debugging.texi, which
  only described tracing. Tracing documentation is now in
  api-debugging.

* doc/ref/scheme-using.texi (Evaluating Scheme Code): Remove reference
  to source traps, as that section is going away.

* doc/ref/api-modules.texi (Included Guile Modules): Remove reference to
  Tracing. This section is a little silly, anyway...

* doc/ref/api-evaluation.texi (VM Behaviour): Remove section, it is in
  api-debugging now.

* doc/ref/api-debug.texi (Stacks, Frames): Rename sections from
  "Examining the Stack" and "Examining Stack Frames", respectively.
  (Traps): Update for current API. A big and not-quite-finished update.
doc/ref/Makefile.am
doc/ref/api-debug.texi
doc/ref/api-evaluation.texi
doc/ref/api-modules.texi
doc/ref/guile.texi
doc/ref/scheme-debugging.texi [deleted file]
doc/ref/scheme-using.texi