* Various small manual improvements.
[bpt/guile.git] / doc / ref / ChangeLog
1 2001-12-07 Neil Jerram <neil@ossau.uklinux.net>
2
3 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
4 broadened so that this chapter discusses the Guile API as a whole.
5
6 * program.texi (Available Functionality): Revise so that text
7 reads better.
8
9 * guile.texi (Programming Intro): New introductory text.
10
11 * scheme-ideas.texi (Definition): Reorder reference bullets in
12 ascending page number order.
13
14 2001-12-04 Martin Grabmueller <mg@glug.org>
15
16 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
17 either.
18
19 2001-12-01 Neil Jerram <neil@ossau.uklinux.net>
20
21 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
22
23 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
24
25 * scheme-data.texi (Variables): Node moved to modules chapter.
26 (Symbol Read Syntax): New node, with syntax-related material taken
27 from old Symbols node.
28 (Symbol Primitives): Renamed from `Symbols'.
29 (Symbols and Variables): Renamed to `Symbols'.
30 (Symbol Props): Renamed from `Symbol Tables'.
31 (Symbols): General review, improvements and additional material
32 throughout this section.
33 (Other Data Types): New material: links to object types documented
34 elsewhere. Also renamed node to `Other Types'.
35 (Data Types): Split into two: `Simple Data Types' and `Compound
36 Data Types'. Introductory blurbs rewritten accordingly.
37
38 * guile.texi: Updated Notes comment.
39
40 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
41 part, as the Rx interface is not core Guile.
42
43 2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
44
45 * scheme-data.texi (String Miscellanea): Removed, moving doc for
46 string-ci->symbol into the node on Symbols.
47
48 * Makefile.am (ETAGS_ARGS): Added.
49
50 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
51 intern-symbol, string->obarray-symbol, symbol-binding,
52 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
53 of which no longer exist.
54
55 2001-11-25 Thien-Thi Nguyen <ttn@glug.org>
56
57 * posix.texi: Fix spelling. Thanks to Chris Cramer.
58 Reword `getpass' intro blurb.
59
60 2001-11-23 Neil Jerram <neil@ossau.uklinux.net>
61
62 * program.texi (Program Control): Remove spurious placeholder
63 text.
64
65 2001-11-20 Thien-Thi Nguyen <ttn@glug.org>
66
67 * scheme-options.texi (Install Config):
68 Tweak `%load-path' verb to not imply it's a proc.
69 Add documentation for `%guile-build-info'.
70
71 2001-11-19 Neil Jerram <neil@ossau.uklinux.net>
72
73 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
74 doc for builtin-bindings (no longer exists).
75 (Variables): Expanded existing description of variables. Removed
76 doc for builtin-variable (no longer exists).
77
78 * scheme-binding.texi (Top Level): New docs for define, scm_define
79 and scm_c_define. Also clarified point about interchangeability
80 of define and set!.
81
82 2001-11-18 Neil Jerram <neil@ossau.uklinux.net>
83
84 * scheme-data.texi (Vectors): Autoupdate docs for
85 vector-move-left! and vector-move-right!.
86
87 2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
88
89 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
90 new-docstrings.texi, posix.texi, scheme-binding.texi,
91 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
92 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
93 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
94 scheme-scheduling.texi, scheme-translation.texi,
95 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
96 category for "primitive" and "procedure" @deffn's to {Scheme
97 Procedure}; add @deffnx lines for {C Function}s; automatic updates
98 from libguile docstring changes.
99
100 * scheme-memory.texi (Garbage Collection): Removed doc for removed
101 `unhash-name'.
102
103 2001-11-14 Thien-Thi Nguyen <ttn@glug.org>
104
105 * scheme-procedures.texi: Spell "library" correctly.
106
107 2001-11-13 Neil Jerram <neil@ossau.uklinux.net>
108
109 * new-docstrings.texi, scheme-data.texi: Merge recent doc
110 improvements from stable branch.
111
112 * scheme-options.texi: Automatic updates from docstring changes in
113 libguile's C source code.
114
115 2001-11-12 Neil Jerram <neil@ossau.uklinux.net>
116
117 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
118 updates for struct? and struct-vtable?.
119 (String Searching): Add missing "for". Thanks to Scott Lenser.
120
121 2001-11-08 Neil Jerram <neil@ossau.uklinux.net>
122
123 * guile.texi (Top): Added new chapter `Programming Options'.
124
125 * program.texi: New file.
126
127 * Makefile.am (guile_TEXINFOS): Added program.texi.
128
129 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
130
131 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
132 scheme-data.texi, scheme-binding.texi, posix.texi,
133 new-docstrings.texi: Automatic updates from improved libguile
134 docstrings.
135
136 2001-11-04 Neil Jerram <neil@ossau.uklinux.net>
137
138 * preface.texi: Use MANUAL_EDITION variable.
139 (Manual Layout): Updated to reflect reorg.
140
141 * guile.texi (MANUAL_EDITION): New variable, with value
142 incremented from 1.0 to 1.1 to reflect the reorg described here.
143 (Top): Use MANUAL_EDITION variable.
144
145 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
146 @unnumbered rather than @chapter for these indices.
147
148 * guile.texi (Top): A little top-level reshuffling, with the aims
149 that: (1) the `Guile Scheme' (reference) part of the manual
150 becomes the `Guile API Reference', and covers both Scheme and C
151 interfaces; (2) non-API-reference material such as the `Basic
152 Ideas in Scheme' chapter is collected together to form a new part
153 `Programming with Guile'. This new part will contain general
154 documentation on using and programming Guile in both Scheme and C,
155 including - for example - awareness of GC when C programming, how
156 to use the snarf macros, how to debug ...
157 (Top): Move inclusion of scheme-indices.texi so that all indices
158 appear together in the printed manual.
159
160 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
161 debugging.texi.
162
163 * appendices.texi: Removed.
164
165 * debugging.texi (Debugger User Interface): New file, same as the
166 material that used to be in appendices.texi, but now a chapter in
167 Part II rather than an appendix.
168
169 * appendices.texi (Obtaining and Installing Guile): Moved to
170 become a chapter in ...
171 * intro.texi: ... Part I: Introduction to Guile.
172
173 * scm.texi (I/O Extensions): Moved to become a section of ...
174 * scheme-io.texi (Input and Output): ... this chapter.
175
176 * scm.texi (Handling Errors): Moved to become a section of ...
177 * scheme-control.texi (Control Mechanisms): ... this chapter.
178
179 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
180
181 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
182 time and clock resolution, SRFI-19 Time object and accessors,
183 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
184 procedures, SRFI-19 Date object and accessors, SRFI-19
185 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
186 to string/string to date converters): New nodes.
187 (SRFI Support): Add "SRFI-19" to menu.
188
189 2001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
190
191 * scripts.texi: Document `--debug' and `--no-debug'.
192
193 2001-10-27 Gary Houston <ghouston@arglist.com>
194
195 * guile.texi, scsh.texi: removed obsolete guile-scsh material
196 and updated links (I don't know if it should remain in the
197 main menu. It's like slib I think.)
198
199 * minor updates to the slib installation notes.
200
201 2001-10-05 Neil Jerram <neil@ossau.uklinux.net>
202
203 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
204 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
205 noticing that they'd disappeared!)
206
207 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
208
209 * scheme-io.texi (Writing): Add entry for `display'.
210 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
211
212 2001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
213
214 * srfi-modules.texi (SRFI-13): Tyop fix.
215 (SRFI-13): Changed paragraph about bindings both in the code and
216 in SRFI-13.
217
218 * misc-modules.texi (Formatted Output): Tyop fix.
219 (Formatted Output): Document ~g properly.
220
221 Thanks to Alex Schroeder for pointing out the typos and sending
222 suggestions.
223
224 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
225
226 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
227 Thanks to suggestion by Alex Schroeder.
228
229 2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
230
231 * guile.texi (Top): Group all index nodes together so that
232 `Info-index' works more effectively in Info. Thanks to Eric
233 Hanchrow for the report and fix.
234
235 * scheme-data.texi (Random, String Syntax, String Modification,
236 Regular Expressions), scheme-ideas.texi (Definition),
237 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
238 scm.texi (Transforming Scheme name to C name, Port
239 Implementation): Various typo fixes and clarifications merged from
240 the stable CVS branch.
241
242 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
243
244 * intro.texi: Merged wording fixes from stable CVS branch.
245
246 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
247
248 * guile.texi: Incorporate text previously in separate AUTHORS
249 file.
250
251 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
252
253 The change log for files in this directory continues backwards
254 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
255 prior to this date was contained in a single directory.