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