*** empty log message ***
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
801892e7
NJ
12002-03-27 Neil Jerram <neil@ossau.uklinux.net>
2
3 * scheme-compound.texi (List Searching): Remove docs for
4 `scm_sloppy_mem*', which no longer exist.
5
62002-03-24 Neil Jerram <neil@ossau.uklinux.net>
7
8 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
9 Package): Use @ifnottex instead of @ifinfo, so that HTML
10 generation works correctly.
11
e31a525e
MV
122002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
13
14 * tools.texi: Updated to reflect changes to the guile-snarf tool.
15
c16da59f
NJ
162002-03-16 Neil Jerram <neil@ossau.uklinux.net>
17
18 * scheme-utility.texi (Hooks): Further updates. New material on
19 GC hooks.
20
21 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
22 eval2 and read-and-eval!.
23
24 * deprecated.texi (Deprecated): Remove docs about previously
25 deprecated items that have now been removed.
26
34ad73ed
TTN
272002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
28
29 * tools.texi (guile-1.4 guile-snarf): Remove this node.
30 (How guile-snarf works): Update usage and description to
31 no longer mention "--compat=1.4" and instead "-d" and "-D".
32 (Macros guile-snarf recognizes): Add list of deprecated macros
33 and blurb. Add cindex for deprecated macros.
34
198586ed
NJ
352002-03-15 Neil Jerram <neil@ossau.uklinux.net>
36
387d418c
NJ
37 * scheme-utility.texi (Hooks): Reviewed and updated.
38
39 * scheme-options.texi (Feature Tracking): New section.
40
41 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
42 description of corresponding C functions.
43
198586ed
NJ
44 * scheme-utility.texi (Object Properties): Revamp documentation on
45 object properties.
46
47 * scheme-memory.texi (Weak References): Update reference to Object
48 Properties node.
49
50 * guile.texi: Add macros for describing version information.
51
52 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
53 scheme-procedures.texi: Automatic updates from snarfed libguile
54 docstrings.
55
13b68204
TTN
562002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
57
58 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
59
2287fb53
TTN
60 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
61 new processing steps. Update usage example, makefile frag.
62
63 (guile-1.4 guile-snarf): New subsubsection under
64 "Init Snarfing with guile-snarf".
65
413d32b6
NJ
662002-03-12 Neil Jerram <neil@ossau.uklinux.net>
67
21b83aab
NJ
68 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
69 Automatic updates from snarfed libguile docstrings.
70
413d32b6
NJ
71 * data-rep.texi, guile.texi, scheme-evaluation.texi,
72 scheme-options.texi, scheme-translation.texi: Various minor
73 enhancements ported from the stable CVS branch.
74
1ebf1566
TTN
752002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
76
77 * tools.texi (Miscellaneous Tools): New node/chapter.
78 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
79 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
80 (Executable Modules): Now a section under "Miscellaneous Tools".
81
82 * guile.texi (Miscellaneous Tools): Add under "Part II".
83 Implement by including tools.texi.
84
85 * Makefile.am (guile_TEXINFOS): Add tools.texi.
86
872002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
88
89 * tools.texi: New file.
90
a3f0622d
NJ
912002-03-03 Neil Jerram <neil@ossau.uklinux.net>
92
93 * autoconf.texi (Autoconf Background): Insert missing `of'.
94
228a24ef
DH
952002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
96
97 * api.txt, data-rep.texi: Renamed the struct scm_cell to
98 scm_t_cell.
99
100 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
101 scm_alloc_double_cell to scm_double_cell.
102
eee065c4
MV
1032002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
104
105 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
106 section.
107
621f22b1
MV
1082002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
109
110 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
111 scm_must_malloc and free in example code. Updated text for the
112 new memory management functions.
113
114 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
115 of to scm_must_malloc.
116
edb810bb
SJ
1172002-02-27 Stefan Jahn <stefan@lkcc.org>
118
119 * gh.texi (scm transition summary): Documented some more
120 gh equivalents and removed appropriate FIXME's.
121
327d4dd3
TTN
1222002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
123
124 * Makefile.am: Update path to pre-inst-guile automake frag.
125
8794fdca
RB
1262002-02-24 Rob Browning <rlb@defaultvalue.org>
127
128 * .cvsignore: add autoconf-macros.texi.
129
130 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
131
bd75ebc3
MV
1322002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
133
134 * scheme-memory.texi (Memory Blocks): New section.
135
5e9d88a4
TTN
1362002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
137
138 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
139
140 (GUILE): Delete var.
141 (autoconf-macros.texi): Use $(preinstguiletool).
142
7c5c2796
TTN
1432002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
144
145 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
146 (Autoconf Support): Add new sections to menu.
147
402e687c
MV
1482002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
149
150 * scheme-data.texi (Symbol Uninterned): Added node.
151
f74fa0a0
SJ
1522002-01-29 Stefan Jahn <stefan@lkcc.org>
153
154 * gh.texi (scm transition summary): Documented gh equivalents
155 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
156 and removed the appropriate FIXME's.
157
68cf83e0
MV
1582002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
159
160 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
161 when invoking the uninstalled guile executable.
162
5b156bcd
TTN
1632002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
164
165 * Makefile.am (autoconf-macros.texi): Fix build bug:
166 Write this file to srcdir. Thanks to I. N. Golubev.
167
8430281a
GH
1682002-01-08 Gary Houston <ghouston@arglist.com>
169
170 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
171 when building autoconf-macros.texi. There are still problems with
172 modules and running makeinfo when builddir != srcdir.
173
a3e49ac1
TTN
1742002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
175
176 * data-rep.texi, gh.texi, guile.texi, intro.texi,
177 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
178 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
179 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
180 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
181 scheme-modules.texi, scheme-procedures.texi,
182 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
183 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
184
4902ea64
NJ
1852002-01-07 Neil Jerram <neil@ossau.uklinux.net>
186
187 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
188 `do'). Thanks to Fabrice Bauzac.
189
f1597833
TTN
1902002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
191
192 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
193
4d9678fd
TTN
1942002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
195
196 * guile.texi (Part II): Add "Autoconf Support"; include
197 autoconf.texi.
198
199 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
200 autoconf-macros.texi.
201 (autoconf.texi, autoconf-macros.texi): New rules.
202
203 * autoconf.texi: New file.
204
0fabb425
MV
2052001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
206
207 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
208 "Pierre". Thanks to Ron Peterson!
209
226297eb
NJ
2102001-12-22 Neil Jerram <neil@ossau.uklinux.net>
211
212 * program.texi (Programming Overview): Chapter renamed from
213 `Programming Options'; some new material added.
214
a7a7bb95
NJ
2152001-12-07 Neil Jerram <neil@ossau.uklinux.net>
216
217 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
218 broadened so that this chapter discusses the Guile API as a whole.
219
220 * program.texi (Available Functionality): Revise so that text
221 reads better.
222
223 * guile.texi (Programming Intro): New introductory text.
224
225 * scheme-ideas.texi (Definition): Reorder reference bullets in
226 ascending page number order.
227
923d5b87
MG
2282001-12-04 Martin Grabmueller <mg@glug.org>
229
230 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
231 either.
232
2a946b44
NJ
2332001-12-01 Neil Jerram <neil@ossau.uklinux.net>
234
4c731ece
NJ
235 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
236
237 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
238
2a946b44
NJ
239 * scheme-data.texi (Variables): Node moved to modules chapter.
240 (Symbol Read Syntax): New node, with syntax-related material taken
241 from old Symbols node.
242 (Symbol Primitives): Renamed from `Symbols'.
243 (Symbols and Variables): Renamed to `Symbols'.
244 (Symbol Props): Renamed from `Symbol Tables'.
245 (Symbols): General review, improvements and additional material
246 throughout this section.
4c731ece
NJ
247 (Other Data Types): New material: links to object types documented
248 elsewhere. Also renamed node to `Other Types'.
249 (Data Types): Split into two: `Simple Data Types' and `Compound
250 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
251
252 * guile.texi: Updated Notes comment.
253
254 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
255 part, as the Rx interface is not core Guile.
256
2572001-11-30 Neil Jerram <neil@ossau.uklinux.net>
258
259 * scheme-data.texi (String Miscellanea): Removed, moving doc for
260 string-ci->symbol into the node on Symbols.
261
262 * Makefile.am (ETAGS_ARGS): Added.
263
264 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
265 intern-symbol, string->obarray-symbol, symbol-binding,
266 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
267 of which no longer exist.
268
5f7dd1ca
TTN
2692001-11-25 Thien-Thi Nguyen <ttn@glug.org>
270
271 * posix.texi: Fix spelling. Thanks to Chris Cramer.
272 Reword `getpass' intro blurb.
273
c276c3e3
NJ
2742001-11-23 Neil Jerram <neil@ossau.uklinux.net>
275
276 * program.texi (Program Control): Remove spurious placeholder
277 text.
278
19a35d19
TTN
2792001-11-20 Thien-Thi Nguyen <ttn@glug.org>
280
281 * scheme-options.texi (Install Config):
282 Tweak `%load-path' verb to not imply it's a proc.
283 Add documentation for `%guile-build-info'.
284
d4e5a409
NJ
2852001-11-19 Neil Jerram <neil@ossau.uklinux.net>
286
287 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
288 doc for builtin-bindings (no longer exists).
289 (Variables): Expanded existing description of variables. Removed
290 doc for builtin-variable (no longer exists).
291
292 * scheme-binding.texi (Top Level): New docs for define, scm_define
293 and scm_c_define. Also clarified point about interchangeability
294 of define and set!.
295
694a9bb3
NJ
2962001-11-18 Neil Jerram <neil@ossau.uklinux.net>
297
298 * scheme-data.texi (Vectors): Autoupdate docs for
299 vector-move-left! and vector-move-right!.
300
8f85c0c6
NJ
3012001-11-16 Neil Jerram <neil@ossau.uklinux.net>
302
303 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
304 new-docstrings.texi, posix.texi, scheme-binding.texi,
305 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
306 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
307 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
308 scheme-scheduling.texi, scheme-translation.texi,
309 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
310 category for "primitive" and "procedure" @deffn's to {Scheme
311 Procedure}; add @deffnx lines for {C Function}s; automatic updates
312 from libguile docstring changes.
313
314 * scheme-memory.texi (Garbage Collection): Removed doc for removed
315 `unhash-name'.
316
ef394643
TTN
3172001-11-14 Thien-Thi Nguyen <ttn@glug.org>
318
319 * scheme-procedures.texi: Spell "library" correctly.
320
72dd0a03
NJ
3212001-11-13 Neil Jerram <neil@ossau.uklinux.net>
322
323 * new-docstrings.texi, scheme-data.texi: Merge recent doc
324 improvements from stable branch.
325
326 * scheme-options.texi: Automatic updates from docstring changes in
327 libguile's C source code.
328
b56b5983
NJ
3292001-11-12 Neil Jerram <neil@ossau.uklinux.net>
330
331 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
332 updates for struct? and struct-vtable?.
333 (String Searching): Add missing "for". Thanks to Scott Lenser.
334
9401323e
NJ
3352001-11-08 Neil Jerram <neil@ossau.uklinux.net>
336
337 * guile.texi (Top): Added new chapter `Programming Options'.
338
339 * program.texi: New file.
340
341 * Makefile.am (guile_TEXINFOS): Added program.texi.
342
3432001-11-07 Neil Jerram <neil@ossau.uklinux.net>
344
345 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
346 scheme-data.texi, scheme-binding.texi, posix.texi,
347 new-docstrings.texi: Automatic updates from improved libguile
348 docstrings.
349
3502001-11-04 Neil Jerram <neil@ossau.uklinux.net>
351
352 * preface.texi: Use MANUAL_EDITION variable.
353 (Manual Layout): Updated to reflect reorg.
354
355 * guile.texi (MANUAL_EDITION): New variable, with value
356 incremented from 1.0 to 1.1 to reflect the reorg described here.
357 (Top): Use MANUAL_EDITION variable.
358
359 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
360 @unnumbered rather than @chapter for these indices.
361
362 * guile.texi (Top): A little top-level reshuffling, with the aims
363 that: (1) the `Guile Scheme' (reference) part of the manual
364 becomes the `Guile API Reference', and covers both Scheme and C
365 interfaces; (2) non-API-reference material such as the `Basic
366 Ideas in Scheme' chapter is collected together to form a new part
367 `Programming with Guile'. This new part will contain general
368 documentation on using and programming Guile in both Scheme and C,
369 including - for example - awareness of GC when C programming, how
370 to use the snarf macros, how to debug ...
371 (Top): Move inclusion of scheme-indices.texi so that all indices
372 appear together in the printed manual.
373
374 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
375 debugging.texi.
ef394643 376
9401323e
NJ
377 * appendices.texi: Removed.
378
379 * debugging.texi (Debugger User Interface): New file, same as the
380 material that used to be in appendices.texi, but now a chapter in
381 Part II rather than an appendix.
382
383 * appendices.texi (Obtaining and Installing Guile): Moved to
384 become a chapter in ...
385 * intro.texi: ... Part I: Introduction to Guile.
386
387 * scm.texi (I/O Extensions): Moved to become a section of ...
388 * scheme-io.texi (Input and Output): ... this chapter.
389
390 * scm.texi (Handling Errors): Moved to become a section of ...
391 * scheme-control.texi (Control Mechanisms): ... this chapter.
392
ca26b87d
TTN
3932001-11-06 Thien-Thi Nguyen <ttn@glug.org>
394
395 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
396 time and clock resolution, SRFI-19 Time object and accessors,
397 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
398 procedures, SRFI-19 Date object and accessors, SRFI-19
399 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
400 to string/string to date converters): New nodes.
04bbd6ce 401 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 402
7ab89df1
MV
4032001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
404
405 * scripts.texi: Document `--debug' and `--no-debug'.
406
c2c67382
GH
4072001-10-27 Gary Houston <ghouston@arglist.com>
408
a42b5e5b
GH
409 * guile.texi, scsh.texi: removed obsolete guile-scsh material
410 and updated links (I don't know if it should remain in the
411 main menu. It's like slib I think.)
412
c2c67382
GH
413 * minor updates to the slib installation notes.
414
a599743c
NJ
4152001-10-05 Neil Jerram <neil@ossau.uklinux.net>
416
417 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
418 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
419 noticing that they'd disappeared!)
420
74e0de86
TTN
4212001-10-05 Thien-Thi Nguyen <ttn@glug.org>
422
423 * scheme-io.texi (Writing): Add entry for `display'.
424 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
425
40f316d0
MG
4262001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
427
428 * srfi-modules.texi (SRFI-13): Tyop fix.
429 (SRFI-13): Changed paragraph about bindings both in the code and
430 in SRFI-13.
431
432 * misc-modules.texi (Formatted Output): Tyop fix.
433 (Formatted Output): Document ~g properly.
434
435 Thanks to Alex Schroeder for pointing out the typos and sending
436 suggestions.
74e0de86 437
523f81ba
TTN
4382001-09-25 Thien-Thi Nguyen <ttn@glug.org>
439
440 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
441 Thanks to suggestion by Alex Schroeder.
442
6c997de2
NJ
4432001-08-30 Neil Jerram <neil@ossau.uklinux.net>
444
255ea784
NJ
445 * guile.texi (Top): Group all index nodes together so that
446 `Info-index' works more effectively in Info. Thanks to Eric
447 Hanchrow for the report and fix.
448
6c997de2
NJ
449 * scheme-data.texi (Random, String Syntax, String Modification,
450 Regular Expressions), scheme-ideas.texi (Definition),
451 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
452 scm.texi (Transforming Scheme name to C name, Port
453 Implementation): Various typo fixes and clarifications merged from
454 the stable CVS branch.
455
b45898ca
NJ
4562001-08-27 Neil Jerram <neil@ossau.uklinux.net>
457
458 * intro.texi: Merged wording fixes from stable CVS branch.
459
460 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
461
462 * guile.texi: Incorporate text previously in separate AUTHORS
463 file.
464
4652001-08-27 Neil Jerram <neil@ossau.uklinux.net>
466
467 The change log for files in this directory continues backwards
468 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
469 prior to this date was contained in a single directory.