Changes from arch/CVS synchronization
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
9f1ba6a9
NJ
12006-09-04 Neil Jerram <neil@ossau.uklinux.net>
2
3 * api-control.texi (Dynamic Wind): Doc for scm_dynwind_free.
4
5 * api-modules.texi (The Guile module system), api-data.texi
6 (Integers, Numerical Tower), api-compound.texi (Uniform Numeric
7 Vectors): Fix typos. (Patch sent in by Marco Maggi.)
8
5b2da4cc
NJ
92006-08-29 Neil Jerram <neil@ossau.uklinux.net>
10
11 * api-debug.texi (Debug on Error): Added paragraph on need to use
12 debugging evaluator. Added text on what the Guile REPL code does.
13
fc3d5c43
NJ
142006-08-28 Neil Jerram <neil@ossau.uklinux.net>
15
16 * api-debug.texi (Examining the Stack): Minor improvements to
17 display-backtrace doc.
18 (Debug on Error): More new text on catching the error stack.
19
2202fd6c
NJ
202006-08-27 Neil Jerram <neil@ossau.uklinux.net>
21
22 * api-debug.texi (Debug on Error): New text on how to catch errors
23 and the error stack.
24
01d2ee15
NJ
252006-08-23 Neil Jerram <neil@ossau.uklinux.net>
26
27 * scheme-using.texi (Using Guile in Emacs): New text about
28 available Emacs libraries.
29 (GDS Introduction): New node, containing GDS-specific introductory
30 text.
31
9837893a
NJ
322006-08-18 Neil Jerram <neil@ossau.uklinux.net>
33
34 * scheme-using.texi (Using Guile in Emacs): Unignore extra GDS
35 intro text. (I will edit this down later. For now it's
36 convenient to have it all appearing, so it's visible on paper.)
37
5af872e1
NJ
382006-08-11 Neil Jerram <neil@ossau.uklinux.net>
39
62ae9557
NJ
40 * scheme-using.texi (Run To Frame Exit): Improved doc for finish.
41 (Continue Execution): Improved doc for continue.
42 (Using Guile in Emacs): Lots of new docs about the Emacs
43 interface.
44
45 * api-debug.texi (Low Level Trap Calls): New.
46 (Using Traps): Removed, material incorporated into Low Level Trap
47 Calls.
48 (High Level Traps): New.
49 (Breakpoints): New.
50
51 * scheme-using.texi (Single Stepping): Improve doc for step and
52 next.
53
54 * api-debug.texi (Debug on Error): Note need to handling of errors
55 in C.
56
5af872e1
NJ
57 * api-debug.texi (Debugging): New intro text. New subsection
58 "Evaluation Model". Moved existing subsections "Capturing the
59 Stack or Innermost Stack Frame", "Examining the Stack", "Examining
60 Stack Frames", "Source Properties", "Decoding Memoized Source
61 Expressions" and "Starting a New Stack" under "Evaluation Model".
62 (Capturing the Stack or Innermost Stack Frame): Some new text, and
63 correction to doc for last-stack-frame.
64 (Debug on Error): Renamed from "Interactive Debugging".
65
46f7666d
NJ
662006-08-01 Neil Jerram <neil@ossau.uklinux.net>
67
c9ef3741
NJ
68 * api-debug.texi (Breakpoints): Removed (all wrong).
69
70 * guile.texi (API Reference): Improved summary for "Debugging"
71 menu item.
72
46f7666d
NJ
73 * scheme-debugging.texi (Debug Last Error, Interactive Debugger):
74 Moved/merged to scheme-using.texi, as REPL features.
75 (Examples): New.
76 (Intro to Breakpoints): New introductory text here. Removed all
77 subnodes except for Breakpoints Overview.
78
79 * scheme-using.texi: New.
80
81 * guile.texi (Programming in Scheme): Include new
82 scheme-using.texi file.
83
84 * Makefile.am (guile_TEXINFOS): Include new scheme-using.texi
85 file.
86
42be21d8
LC
87