stray tab
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
72bcfa04
NJ
12006-10-08 Neil Jerram <neil@ossau.uklinux.net>
2
3 * scheme-using.texi (Working with GDS in Scheme Buffers): New
4 subsection, to group (Access to Guile Help and Completion, Setting
5 and Managing Breakpoints, Evaluating Scheme Code) together.
aeb9d8e0 6 (GDS Getting Started): Editorial updates.
72bcfa04 7
7e5a256c
NJ
82006-10-06 Neil Jerram <neil@ossau.uklinux.net>
9
10 * scheme-using.texi (Using Guile in Emacs): Subnodes reordered,
11 from (Displaying the Scheme Stack, Continuing Execution,
12 Evaluating Scheme Code, Setting and Managing Breakpoints, Access
13 to Guile Help and Completion) to (Access to Guile Help and
14 Completion, Setting and Managing Breakpoints, Evaluating Scheme
15 Code, Displaying the Scheme Stack, Continuing Execution).
72ea645a
NJ
16 (Access to Guile Help and Completion): Mention where keys are
17 defined.
18 (Setting and Managing Breakpoints): Update text on how to set
19 breakpoints.
7e5a256c 20
40296bab
KR
212006-10-05 Kevin Ryde <user42@zip.com.au>
22
23 * misc-modules.texi (File Tree Walk): Corrections to BASE parameter
24 and symlink vs stale-symlink types in nftw.
25 * misc-modules.texi, guile.texi (Buffered Input): New section,
26 describing (ice-9 buffered-input).
27
28 * posix.texi (User Information): Clarify getpwent returns #f at end of
29 file.
30
31 * repl-modules.texi (Readline Functions): New section on how to call
32 readline from scheme code.
33
1e1387ca
NJ
342006-10-03 Neil Jerram <neil@ossau.uklinux.net>
35
36 * scheme-using.texi (GDS Getting Started): Editorial updates.
37
4695789c
NJ
382006-09-28 Neil Jerram <neil@ossau.uklinux.net>
39
4f6e3015
NJ
40 * scheme-using.texi (GDS Introduction, GDS Getting Started): Minor
41 edits.
42
4695789c
NJ
43 * api-data.texi (Symbol Props): Remove unnecessarily specific
44 parenthesis about Guile 1.6's use of extra symbol slots.
45
94a2c24a
NJ
462006-09-26 Neil Jerram <neil@ossau.uklinux.net>
47
48 * scheme-using.texi (Using Guile in Emacs, GDS Introduction):
49 Editorial updates.
50 (GDS Architecture): Moved earlier in containing section; editorial
51 updates.
52 (GDS Getting Started, How to Use GDS): Merged; editorial updates;
53 subsections reordered.
54
40296bab
KR
552006-09-26 Kevin Ryde <user42@zip.com.au>
56
57 * api-io.texi (Random Access): In truncate-file, tweak wording for
58 clarity, note cannot always extend file this way.
59 (Ports): File access uses LFS.
60
ee6be719
NJ
612006-09-25 Neil Jerram <neil@ossau.uklinux.net>
62
63 * scheme-using.texi (Error Handling, Interactive Debugger): Minor
64 editorial improvements.
65 (Leave Debugger): Removed.
66 (Display Backtrace): Minor updates.
67 (Frame Selection, Frame Information, Frame Evaluation) : Minor
68 editorial improvements.
69 (Stepping and Continuing): Merged from three previous nodes; plus
70 minor improvements. Removed doc for `trace-finish', which no
71 longer exists.
72
40296bab
KR
732006-09-22 Kevin Ryde <user42@zip.com.au>
74
75 * api-data.texi (Scientific): In sqrt, note it's the positive root
76 which is returned (as per R5RS).
77
49dec04b
LC
78