* syncase.scm: fix bad let.
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
413d32b6
NJ
12002-03-12 Neil Jerram <neil@ossau.uklinux.net>
2
3 * data-rep.texi, guile.texi, scheme-evaluation.texi,
4 scheme-options.texi, scheme-translation.texi: Various minor
5 enhancements ported from the stable CVS branch.
6
1ebf1566
TTN
72002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
8
9 * tools.texi (Miscellaneous Tools): New node/chapter.
10 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
11 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
12 (Executable Modules): Now a section under "Miscellaneous Tools".
13
14 * guile.texi (Miscellaneous Tools): Add under "Part II".
15 Implement by including tools.texi.
16
17 * Makefile.am (guile_TEXINFOS): Add tools.texi.
18
192002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
20
21 * tools.texi: New file.
22
a3f0622d
NJ
232002-03-03 Neil Jerram <neil@ossau.uklinux.net>
24
25 * autoconf.texi (Autoconf Background): Insert missing `of'.
26
228a24ef
DH
272002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
28
29 * api.txt, data-rep.texi: Renamed the struct scm_cell to
30 scm_t_cell.
31
32 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
33 scm_alloc_double_cell to scm_double_cell.
34
eee065c4
MV
352002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
36
37 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
38 section.
39
621f22b1
MV
402002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
41
42 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
43 scm_must_malloc and free in example code. Updated text for the
44 new memory management functions.
45
46 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
47 of to scm_must_malloc.
48
edb810bb
SJ
492002-02-27 Stefan Jahn <stefan@lkcc.org>
50
51 * gh.texi (scm transition summary): Documented some more
52 gh equivalents and removed appropriate FIXME's.
53
327d4dd3
TTN
542002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
55
56 * Makefile.am: Update path to pre-inst-guile automake frag.
57
8794fdca
RB
582002-02-24 Rob Browning <rlb@defaultvalue.org>
59
60 * .cvsignore: add autoconf-macros.texi.
61
62 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
63
bd75ebc3
MV
642002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
65
66 * scheme-memory.texi (Memory Blocks): New section.
67
5e9d88a4
TTN
682002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
69
70 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
71
72 (GUILE): Delete var.
73 (autoconf-macros.texi): Use $(preinstguiletool).
74
7c5c2796
TTN
752002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
76
77 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
78 (Autoconf Support): Add new sections to menu.
79
402e687c
MV
802002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
81
82 * scheme-data.texi (Symbol Uninterned): Added node.
83
f74fa0a0
SJ
842002-01-29 Stefan Jahn <stefan@lkcc.org>
85
86 * gh.texi (scm transition summary): Documented gh equivalents
87 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
88 and removed the appropriate FIXME's.
89
68cf83e0
MV
902002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
91
92 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
93 when invoking the uninstalled guile executable.
94
5b156bcd
TTN
952002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
96
97 * Makefile.am (autoconf-macros.texi): Fix build bug:
98 Write this file to srcdir. Thanks to I. N. Golubev.
99
8430281a
GH
1002002-01-08 Gary Houston <ghouston@arglist.com>
101
102 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
103 when building autoconf-macros.texi. There are still problems with
104 modules and running makeinfo when builddir != srcdir.
105
a3e49ac1
TTN
1062002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
107
108 * data-rep.texi, gh.texi, guile.texi, intro.texi,
109 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
110 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
111 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
112 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
113 scheme-modules.texi, scheme-procedures.texi,
114 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
115 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
116
4902ea64
NJ
1172002-01-07 Neil Jerram <neil@ossau.uklinux.net>
118
119 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
120 `do'). Thanks to Fabrice Bauzac.
121
f1597833
TTN
1222002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
123
124 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
125
4d9678fd
TTN
1262002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
127
128 * guile.texi (Part II): Add "Autoconf Support"; include
129 autoconf.texi.
130
131 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
132 autoconf-macros.texi.
133 (autoconf.texi, autoconf-macros.texi): New rules.
134
135 * autoconf.texi: New file.
136
0fabb425
MV
1372001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
138
139 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
140 "Pierre". Thanks to Ron Peterson!
141
226297eb
NJ
1422001-12-22 Neil Jerram <neil@ossau.uklinux.net>
143
144 * program.texi (Programming Overview): Chapter renamed from
145 `Programming Options'; some new material added.
146
a7a7bb95
NJ
1472001-12-07 Neil Jerram <neil@ossau.uklinux.net>
148
149 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
150 broadened so that this chapter discusses the Guile API as a whole.
151
152 * program.texi (Available Functionality): Revise so that text
153 reads better.
154
155 * guile.texi (Programming Intro): New introductory text.
156
157 * scheme-ideas.texi (Definition): Reorder reference bullets in
158 ascending page number order.
159
923d5b87
MG
1602001-12-04 Martin Grabmueller <mg@glug.org>
161
162 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
163 either.
164
2a946b44
NJ
1652001-12-01 Neil Jerram <neil@ossau.uklinux.net>
166
4c731ece
NJ
167 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
168
169 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
170
2a946b44
NJ
171 * scheme-data.texi (Variables): Node moved to modules chapter.
172 (Symbol Read Syntax): New node, with syntax-related material taken
173 from old Symbols node.
174 (Symbol Primitives): Renamed from `Symbols'.
175 (Symbols and Variables): Renamed to `Symbols'.
176 (Symbol Props): Renamed from `Symbol Tables'.
177 (Symbols): General review, improvements and additional material
178 throughout this section.
4c731ece
NJ
179 (Other Data Types): New material: links to object types documented
180 elsewhere. Also renamed node to `Other Types'.
181 (Data Types): Split into two: `Simple Data Types' and `Compound
182 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
183
184 * guile.texi: Updated Notes comment.
185
186 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
187 part, as the Rx interface is not core Guile.
188
1892001-11-30 Neil Jerram <neil@ossau.uklinux.net>
190
191 * scheme-data.texi (String Miscellanea): Removed, moving doc for
192 string-ci->symbol into the node on Symbols.
193
194 * Makefile.am (ETAGS_ARGS): Added.
195
196 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
197 intern-symbol, string->obarray-symbol, symbol-binding,
198 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
199 of which no longer exist.
200
5f7dd1ca
TTN
2012001-11-25 Thien-Thi Nguyen <ttn@glug.org>
202
203 * posix.texi: Fix spelling. Thanks to Chris Cramer.
204 Reword `getpass' intro blurb.
205
c276c3e3
NJ
2062001-11-23 Neil Jerram <neil@ossau.uklinux.net>
207
208 * program.texi (Program Control): Remove spurious placeholder
209 text.
210
19a35d19
TTN
2112001-11-20 Thien-Thi Nguyen <ttn@glug.org>
212
213 * scheme-options.texi (Install Config):
214 Tweak `%load-path' verb to not imply it's a proc.
215 Add documentation for `%guile-build-info'.
216
d4e5a409
NJ
2172001-11-19 Neil Jerram <neil@ossau.uklinux.net>
218
219 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
220 doc for builtin-bindings (no longer exists).
221 (Variables): Expanded existing description of variables. Removed
222 doc for builtin-variable (no longer exists).
223
224 * scheme-binding.texi (Top Level): New docs for define, scm_define
225 and scm_c_define. Also clarified point about interchangeability
226 of define and set!.
227
694a9bb3
NJ
2282001-11-18 Neil Jerram <neil@ossau.uklinux.net>
229
230 * scheme-data.texi (Vectors): Autoupdate docs for
231 vector-move-left! and vector-move-right!.
232
8f85c0c6
NJ
2332001-11-16 Neil Jerram <neil@ossau.uklinux.net>
234
235 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
236 new-docstrings.texi, posix.texi, scheme-binding.texi,
237 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
238 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
239 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
240 scheme-scheduling.texi, scheme-translation.texi,
241 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
242 category for "primitive" and "procedure" @deffn's to {Scheme
243 Procedure}; add @deffnx lines for {C Function}s; automatic updates
244 from libguile docstring changes.
245
246 * scheme-memory.texi (Garbage Collection): Removed doc for removed
247 `unhash-name'.
248
ef394643
TTN
2492001-11-14 Thien-Thi Nguyen <ttn@glug.org>
250
251 * scheme-procedures.texi: Spell "library" correctly.
252
72dd0a03
NJ
2532001-11-13 Neil Jerram <neil@ossau.uklinux.net>
254
255 * new-docstrings.texi, scheme-data.texi: Merge recent doc
256 improvements from stable branch.
257
258 * scheme-options.texi: Automatic updates from docstring changes in
259 libguile's C source code.
260
b56b5983
NJ
2612001-11-12 Neil Jerram <neil@ossau.uklinux.net>
262
263 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
264 updates for struct? and struct-vtable?.
265 (String Searching): Add missing "for". Thanks to Scott Lenser.
266
9401323e
NJ
2672001-11-08 Neil Jerram <neil@ossau.uklinux.net>
268
269 * guile.texi (Top): Added new chapter `Programming Options'.
270
271 * program.texi: New file.
272
273 * Makefile.am (guile_TEXINFOS): Added program.texi.
274
2752001-11-07 Neil Jerram <neil@ossau.uklinux.net>
276
277 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
278 scheme-data.texi, scheme-binding.texi, posix.texi,
279 new-docstrings.texi: Automatic updates from improved libguile
280 docstrings.
281
2822001-11-04 Neil Jerram <neil@ossau.uklinux.net>
283
284 * preface.texi: Use MANUAL_EDITION variable.
285 (Manual Layout): Updated to reflect reorg.
286
287 * guile.texi (MANUAL_EDITION): New variable, with value
288 incremented from 1.0 to 1.1 to reflect the reorg described here.
289 (Top): Use MANUAL_EDITION variable.
290
291 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
292 @unnumbered rather than @chapter for these indices.
293
294 * guile.texi (Top): A little top-level reshuffling, with the aims
295 that: (1) the `Guile Scheme' (reference) part of the manual
296 becomes the `Guile API Reference', and covers both Scheme and C
297 interfaces; (2) non-API-reference material such as the `Basic
298 Ideas in Scheme' chapter is collected together to form a new part
299 `Programming with Guile'. This new part will contain general
300 documentation on using and programming Guile in both Scheme and C,
301 including - for example - awareness of GC when C programming, how
302 to use the snarf macros, how to debug ...
303 (Top): Move inclusion of scheme-indices.texi so that all indices
304 appear together in the printed manual.
305
306 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
307 debugging.texi.
ef394643 308
9401323e
NJ
309 * appendices.texi: Removed.
310
311 * debugging.texi (Debugger User Interface): New file, same as the
312 material that used to be in appendices.texi, but now a chapter in
313 Part II rather than an appendix.
314
315 * appendices.texi (Obtaining and Installing Guile): Moved to
316 become a chapter in ...
317 * intro.texi: ... Part I: Introduction to Guile.
318
319 * scm.texi (I/O Extensions): Moved to become a section of ...
320 * scheme-io.texi (Input and Output): ... this chapter.
321
322 * scm.texi (Handling Errors): Moved to become a section of ...
323 * scheme-control.texi (Control Mechanisms): ... this chapter.
324
ca26b87d
TTN
3252001-11-06 Thien-Thi Nguyen <ttn@glug.org>
326
327 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
328 time and clock resolution, SRFI-19 Time object and accessors,
329 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
330 procedures, SRFI-19 Date object and accessors, SRFI-19
331 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
332 to string/string to date converters): New nodes.
04bbd6ce 333 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 334
7ab89df1
MV
3352001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
336
337 * scripts.texi: Document `--debug' and `--no-debug'.
338
c2c67382
GH
3392001-10-27 Gary Houston <ghouston@arglist.com>
340
a42b5e5b
GH
341 * guile.texi, scsh.texi: removed obsolete guile-scsh material
342 and updated links (I don't know if it should remain in the
343 main menu. It's like slib I think.)
344
c2c67382
GH
345 * minor updates to the slib installation notes.
346
a599743c
NJ
3472001-10-05 Neil Jerram <neil@ossau.uklinux.net>
348
349 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
350 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
351 noticing that they'd disappeared!)
352
74e0de86
TTN
3532001-10-05 Thien-Thi Nguyen <ttn@glug.org>
354
355 * scheme-io.texi (Writing): Add entry for `display'.
356 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
357
40f316d0
MG
3582001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
359
360 * srfi-modules.texi (SRFI-13): Tyop fix.
361 (SRFI-13): Changed paragraph about bindings both in the code and
362 in SRFI-13.
363
364 * misc-modules.texi (Formatted Output): Tyop fix.
365 (Formatted Output): Document ~g properly.
366
367 Thanks to Alex Schroeder for pointing out the typos and sending
368 suggestions.
74e0de86 369
523f81ba
TTN
3702001-09-25 Thien-Thi Nguyen <ttn@glug.org>
371
372 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
373 Thanks to suggestion by Alex Schroeder.
374
6c997de2
NJ
3752001-08-30 Neil Jerram <neil@ossau.uklinux.net>
376
255ea784
NJ
377 * guile.texi (Top): Group all index nodes together so that
378 `Info-index' works more effectively in Info. Thanks to Eric
379 Hanchrow for the report and fix.
380
6c997de2
NJ
381 * scheme-data.texi (Random, String Syntax, String Modification,
382 Regular Expressions), scheme-ideas.texi (Definition),
383 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
384 scm.texi (Transforming Scheme name to C name, Port
385 Implementation): Various typo fixes and clarifications merged from
386 the stable CVS branch.
387
b45898ca
NJ
3882001-08-27 Neil Jerram <neil@ossau.uklinux.net>
389
390 * intro.texi: Merged wording fixes from stable CVS branch.
391
392 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
393
394 * guile.texi: Incorporate text previously in separate AUTHORS
395 file.
396
3972001-08-27 Neil Jerram <neil@ossau.uklinux.net>
398
399 The change log for files in this directory continues backwards
400 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
401 prior to this date was contained in a single directory.