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