* Various small doc fixes.
[bpt/guile.git] / doc / ref / ChangeLog
1 2001-11-12 Neil Jerram <neil@ossau.uklinux.net>
2
3 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
4 updates for struct? and struct-vtable?.
5 (String Searching): Add missing "for". Thanks to Scott Lenser.
6
7 2001-11-08 Neil Jerram <neil@ossau.uklinux.net>
8
9 * guile.texi (Top): Added new chapter `Programming Options'.
10
11 * program.texi: New file.
12
13 * Makefile.am (guile_TEXINFOS): Added program.texi.
14
15 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
16
17 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
18 scheme-data.texi, scheme-binding.texi, posix.texi,
19 new-docstrings.texi: Automatic updates from improved libguile
20 docstrings.
21
22 2001-11-04 Neil Jerram <neil@ossau.uklinux.net>
23
24 * preface.texi: Use MANUAL_EDITION variable.
25 (Manual Layout): Updated to reflect reorg.
26
27 * guile.texi (MANUAL_EDITION): New variable, with value
28 incremented from 1.0 to 1.1 to reflect the reorg described here.
29 (Top): Use MANUAL_EDITION variable.
30
31 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
32 @unnumbered rather than @chapter for these indices.
33
34 * guile.texi (Top): A little top-level reshuffling, with the aims
35 that: (1) the `Guile Scheme' (reference) part of the manual
36 becomes the `Guile API Reference', and covers both Scheme and C
37 interfaces; (2) non-API-reference material such as the `Basic
38 Ideas in Scheme' chapter is collected together to form a new part
39 `Programming with Guile'. This new part will contain general
40 documentation on using and programming Guile in both Scheme and C,
41 including - for example - awareness of GC when C programming, how
42 to use the snarf macros, how to debug ...
43 (Top): Move inclusion of scheme-indices.texi so that all indices
44 appear together in the printed manual.
45
46 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
47 debugging.texi.
48
49 * appendices.texi: Removed.
50
51 * debugging.texi (Debugger User Interface): New file, same as the
52 material that used to be in appendices.texi, but now a chapter in
53 Part II rather than an appendix.
54
55 * appendices.texi (Obtaining and Installing Guile): Moved to
56 become a chapter in ...
57 * intro.texi: ... Part I: Introduction to Guile.
58
59 * scm.texi (I/O Extensions): Moved to become a section of ...
60 * scheme-io.texi (Input and Output): ... this chapter.
61
62 * scm.texi (Handling Errors): Moved to become a section of ...
63 * scheme-control.texi (Control Mechanisms): ... this chapter.
64
65 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
66
67 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
68 time and clock resolution, SRFI-19 Time object and accessors,
69 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
70 procedures, SRFI-19 Date object and accessors, SRFI-19
71 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
72 to string/string to date converters): New nodes.
73 (SRFI Support): Add "SRFI-19" to menu.
74
75 2001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
76
77 * scripts.texi: Document `--debug' and `--no-debug'.
78
79 2001-10-27 Gary Houston <ghouston@arglist.com>
80
81 * guile.texi, scsh.texi: removed obsolete guile-scsh material
82 and updated links (I don't know if it should remain in the
83 main menu. It's like slib I think.)
84
85 * minor updates to the slib installation notes.
86
87 2001-10-05 Neil Jerram <neil@ossau.uklinux.net>
88
89 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
90 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
91 noticing that they'd disappeared!)
92
93 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
94
95 * scheme-io.texi (Writing): Add entry for `display'.
96 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
97
98 2001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
99
100 * srfi-modules.texi (SRFI-13): Tyop fix.
101 (SRFI-13): Changed paragraph about bindings both in the code and
102 in SRFI-13.
103
104 * misc-modules.texi (Formatted Output): Tyop fix.
105 (Formatted Output): Document ~g properly.
106
107 Thanks to Alex Schroeder for pointing out the typos and sending
108 suggestions.
109
110 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
111
112 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
113 Thanks to suggestion by Alex Schroeder.
114
115 2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
116
117 * guile.texi (Top): Group all index nodes together so that
118 `Info-index' works more effectively in Info. Thanks to Eric
119 Hanchrow for the report and fix.
120
121 * scheme-data.texi (Random, String Syntax, String Modification,
122 Regular Expressions), scheme-ideas.texi (Definition),
123 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
124 scm.texi (Transforming Scheme name to C name, Port
125 Implementation): Various typo fixes and clarifications merged from
126 the stable CVS branch.
127
128 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
129
130 * intro.texi: Merged wording fixes from stable CVS branch.
131
132 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
133
134 * guile.texi: Incorporate text previously in separate AUTHORS
135 file.
136
137 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
138
139 The change log for files in this directory continues backwards
140 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
141 prior to this date was contained in a single directory.