* api-debug.texi (Low Level Trap Calls): Removed (material
authorNeil Jerram <neil@ossau.uklinux.net>
Wed, 19 Mar 2008 22:51:24 +0000 (22:51 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Wed, 19 Mar 2008 22:51:24 +0000 (22:51 +0000)
commit24dbb5ed1080132c1dc67bf100d10ab4cc011af1
tree166a47d34204621bb5fa4a05ebdcd54f55d6a59f
parentcc7e01ceddaae8723feeedf33cca4fd106111025
* api-debug.texi (Low Level Trap Calls): Removed (material
duplicated elsewhere); doc for with-traps and debug-object? moved
to section on evaluator trap options.
(High Level Traps): Renamed just `Traps'.  Add references to
evaluator trap options and debug options.  Make language
appropriate for core Guile (as opposed to previously separate
package).
(Location Traps): Corrected to reflect that location traps now
specify a specific position, not a range of positions.
(Debugging Examples): New (content moved here from
scheme-debugging.texi, and updated to use traps instead of
breakpoints).

* api-modules.texi (Included Guile Modules): Change `Debugging
Features' reference to `Tracing'.

* api-options.texi (Evaluator trap options): Doc for with-traps
and debug-object? is now here.

* guile.texi, scheme-debugging.texi: Move the `Tracing' content of
scheme-debugging.texi to the Modules section.

* scheme-using.texi (Using Guile in Emacs, GDS Getting Started):
Minor edits.

* scheme-debugging.texi (Debugging Features, Intro to
Breakpoints): Removed.
(Examples): Moved to api-debug.texi.
(Tracing, Old Tracing): Promoted one level.
(New Tracing, Tracing Compared): Removed.
doc/ref/ChangeLog
doc/ref/api-debug.texi
doc/ref/api-modules.texi
doc/ref/api-options.texi
doc/ref/guile.texi
doc/ref/scheme-debugging.texi
doc/ref/scheme-using.texi