(SRFI-13 Miscellaneous): Updated docs of string-tokenize.
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
1982a56a
NJ
12002-04-20 Neil Jerram <neil@ossau.uklinux.net>
2
ce9d0562
NJ
3 * scheme-intro.texi (Scheme Layout), scm.texi (Reference Layout):
4 Node moved from a to b.
5
6 * guile.texi (Scheme Intro, Basic Ideas, Guile Scripting, Command
7 Line Handling, Debugging Features, Autoconf Support, Miscellaneous
8 Tools, Further Reading): Moved to new Part II.
9
10 * preface.texi (Manual Layout): Part numbers updated accordingly.
11
12 * guile.texi (Top): Move API Overview node to beginning of Guile
13 API Reference part.
14 (Part II: Writing and Running Guile Scheme): New part; will
15 contain content from `Programming with Guile' that pertains to
16 writing and using Guile on the Scheme level.
17
18 * scm.texi (API Overview): Renamed from `Guile API'.
19
20 * guile.texi (Top), scheme-modules.texi (Included Guile Modules):
21 Debugger User Interface node renamed Debugging Features.
22
23 * debugging.texi (Stacks and Frames): Node deleted; non-duplicated
24 material moved to scheme-debug.texi.
25 (Debugging Features): Renamed from `Debugger User Interface'.
26
f2ba76ae
NJ
27 * scheme-debug.texi (Debugging): Rename chapter `Debugging
28 Infrastructure' and reorganize its contents.
29
30 * scheme-debug.texi (Debugging), scheme-control.texi (Handling
31 Errors): Move display-error to error-focussed section.
32
33 * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
34 backtrace to user-level debugging chapter.
35
36 * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
37 Properties): Move procedure-name, procedure-source and
38 procedure-environment to procedures chapter.
39
40 * scheme-debug.texi (Debugging), scheme-memory.texi (Memory
41 Blocks): Move malloc-stats to memory management chapter.
42
43 * scheme-procedures.texi (Syntax Rules): Remove mention of
44 use-modules for loading syncase; only use-syntax really works.
45 Thanks to Panagiotis Vossos for spotting this.
46
1982a56a
NJ
47 * program.texi (Scheme vs C): New node, with existing material
48 taken from chapter intro.
49 (Programming Overview): New intro para to introduce example of
50 Guile integration:
51 (Extending Dia): New node.
52
dc006627
MV
532002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
54
55 * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
56 guile.tps, guile.vrs, guile.tmp.
57
755de645
NJ
582002-04-01 Neil Jerram <neil@ossau.uklinux.net>
59
0624ce33
NJ
60 * scheme-intro.texi (Scheme Layout): Remove reference to defunct
61 Guile Extensions index.
62
63 * guile.texi: Removed Guile Extensions index.
64
65 * scheme-indices.texi (Guile Extensions Index): Removed.
66
67 * guile.texi: Remove vgone, vdeprecated, vchanged and vnote
68 macros; they're not actually useful after all. Update copyright
69 years.
70
71 * scheme-compound.texi (Vectors): Make subsections into nodes.
72 (Vectors): Review, slightly reorg and clarify docs in this
73 section.
74
755de645
NJ
75 * scheme-data.texi (Symbols): Reorganized node substructure and
76 added lots of explanatory text around the @deffn's.
77
e8f1ff71
NJ
782002-03-29 Neil Jerram <neil@ossau.uklinux.net>
79
755de645
NJ
80 * scheme-modules.texi (Variables): Mention obarrays.
81
82 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
83 markers for deprecated symbol items.
84 (Symbol Props): Remove doc for obsolete 2 arg version of
85 symbol-interned?.
86 (String Miscellanea): Removed, since it only contained duplicate
87 doc for string-ci->symbol.
88 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
89 section removed.
90
e8f1ff71
NJ
91 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
92 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
93 eval2 and read-and-eval!.
94
95 * data-rep.texi (Describing a New Type), scheme-compound.texi
96 (Append/Reverse), scheme-procedures.texi (Internal Macros):
97 Trivial updates to sync with stable branch.
98
801892e7
NJ
992002-03-27 Neil Jerram <neil@ossau.uklinux.net>
100
101 * scheme-compound.texi (List Searching): Remove docs for
102 `scm_sloppy_mem*', which no longer exist.
103
1042002-03-24 Neil Jerram <neil@ossau.uklinux.net>
105
106 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
107 Package): Use @ifnottex instead of @ifinfo, so that HTML
108 generation works correctly.
109
e31a525e
MV
1102002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
111
112 * tools.texi: Updated to reflect changes to the guile-snarf tool.
113
c16da59f
NJ
1142002-03-16 Neil Jerram <neil@ossau.uklinux.net>
115
116 * scheme-utility.texi (Hooks): Further updates. New material on
117 GC hooks.
118
119 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
120 eval2 and read-and-eval!.
121
122 * deprecated.texi (Deprecated): Remove docs about previously
123 deprecated items that have now been removed.
124
34ad73ed
TTN
1252002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
126
127 * tools.texi (guile-1.4 guile-snarf): Remove this node.
128 (How guile-snarf works): Update usage and description to
129 no longer mention "--compat=1.4" and instead "-d" and "-D".
130 (Macros guile-snarf recognizes): Add list of deprecated macros
131 and blurb. Add cindex for deprecated macros.
132
198586ed
NJ
1332002-03-15 Neil Jerram <neil@ossau.uklinux.net>
134
387d418c
NJ
135 * scheme-utility.texi (Hooks): Reviewed and updated.
136
137 * scheme-options.texi (Feature Tracking): New section.
138
139 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
140 description of corresponding C functions.
141
198586ed
NJ
142 * scheme-utility.texi (Object Properties): Revamp documentation on
143 object properties.
144
145 * scheme-memory.texi (Weak References): Update reference to Object
146 Properties node.
147
148 * guile.texi: Add macros for describing version information.
149
150 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
151 scheme-procedures.texi: Automatic updates from snarfed libguile
152 docstrings.
153
13b68204
TTN
1542002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
155
156 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
157
2287fb53
TTN
158 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
159 new processing steps. Update usage example, makefile frag.
160
161 (guile-1.4 guile-snarf): New subsubsection under
162 "Init Snarfing with guile-snarf".
163
413d32b6
NJ
1642002-03-12 Neil Jerram <neil@ossau.uklinux.net>
165
21b83aab
NJ
166 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
167 Automatic updates from snarfed libguile docstrings.
168
413d32b6
NJ
169 * data-rep.texi, guile.texi, scheme-evaluation.texi,
170 scheme-options.texi, scheme-translation.texi: Various minor
171 enhancements ported from the stable CVS branch.
172
1ebf1566
TTN
1732002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
174
175 * tools.texi (Miscellaneous Tools): New node/chapter.
176 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
177 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
178 (Executable Modules): Now a section under "Miscellaneous Tools".
179
180 * guile.texi (Miscellaneous Tools): Add under "Part II".
181 Implement by including tools.texi.
182
183 * Makefile.am (guile_TEXINFOS): Add tools.texi.
184
1852002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
186
187 * tools.texi: New file.
188
a3f0622d
NJ
1892002-03-03 Neil Jerram <neil@ossau.uklinux.net>
190
191 * autoconf.texi (Autoconf Background): Insert missing `of'.
192
228a24ef
DH
1932002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
194
195 * api.txt, data-rep.texi: Renamed the struct scm_cell to
196 scm_t_cell.
197
198 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
199 scm_alloc_double_cell to scm_double_cell.
200
eee065c4
MV
2012002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
202
203 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
204 section.
205
621f22b1
MV
2062002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
207
208 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
209 scm_must_malloc and free in example code. Updated text for the
210 new memory management functions.
211
212 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
213 of to scm_must_malloc.
214
edb810bb
SJ
2152002-02-27 Stefan Jahn <stefan@lkcc.org>
216
217 * gh.texi (scm transition summary): Documented some more
218 gh equivalents and removed appropriate FIXME's.
219
327d4dd3
TTN
2202002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
221
222 * Makefile.am: Update path to pre-inst-guile automake frag.
223
8794fdca
RB
2242002-02-24 Rob Browning <rlb@defaultvalue.org>
225
226 * .cvsignore: add autoconf-macros.texi.
227
228 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
229
bd75ebc3
MV
2302002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
231
232 * scheme-memory.texi (Memory Blocks): New section.
233
5e9d88a4
TTN
2342002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
235
236 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
237
238 (GUILE): Delete var.
239 (autoconf-macros.texi): Use $(preinstguiletool).
240
7c5c2796
TTN
2412002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
242
243 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
244 (Autoconf Support): Add new sections to menu.
245
402e687c
MV
2462002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
247
248 * scheme-data.texi (Symbol Uninterned): Added node.
249
f74fa0a0
SJ
2502002-01-29 Stefan Jahn <stefan@lkcc.org>
251
252 * gh.texi (scm transition summary): Documented gh equivalents
253 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
254 and removed the appropriate FIXME's.
255
68cf83e0
MV
2562002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
257
258 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
259 when invoking the uninstalled guile executable.
260
5b156bcd
TTN
2612002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
262
263 * Makefile.am (autoconf-macros.texi): Fix build bug:
264 Write this file to srcdir. Thanks to I. N. Golubev.
265
8430281a
GH
2662002-01-08 Gary Houston <ghouston@arglist.com>
267
268 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
269 when building autoconf-macros.texi. There are still problems with
270 modules and running makeinfo when builddir != srcdir.
271
a3e49ac1
TTN
2722002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
273
274 * data-rep.texi, gh.texi, guile.texi, intro.texi,
275 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
276 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
277 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
278 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
279 scheme-modules.texi, scheme-procedures.texi,
280 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
281 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
282
4902ea64
NJ
2832002-01-07 Neil Jerram <neil@ossau.uklinux.net>
284
285 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
286 `do'). Thanks to Fabrice Bauzac.
287
f1597833
TTN
2882002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
289
290 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
291
4d9678fd
TTN
2922002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
293
294 * guile.texi (Part II): Add "Autoconf Support"; include
295 autoconf.texi.
296
297 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
298 autoconf-macros.texi.
299 (autoconf.texi, autoconf-macros.texi): New rules.
300
301 * autoconf.texi: New file.
302
0fabb425
MV
3032001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
304
305 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
306 "Pierre". Thanks to Ron Peterson!
307
226297eb
NJ
3082001-12-22 Neil Jerram <neil@ossau.uklinux.net>
309
310 * program.texi (Programming Overview): Chapter renamed from
311 `Programming Options'; some new material added.
312
a7a7bb95
NJ
3132001-12-07 Neil Jerram <neil@ossau.uklinux.net>
314
315 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
316 broadened so that this chapter discusses the Guile API as a whole.
317
318 * program.texi (Available Functionality): Revise so that text
319 reads better.
320
321 * guile.texi (Programming Intro): New introductory text.
322
323 * scheme-ideas.texi (Definition): Reorder reference bullets in
324 ascending page number order.
325
923d5b87
MG
3262001-12-04 Martin Grabmueller <mg@glug.org>
327
328 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
329 either.
330
2a946b44
NJ
3312001-12-01 Neil Jerram <neil@ossau.uklinux.net>
332
4c731ece
NJ
333 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
334
335 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
336
2a946b44
NJ
337 * scheme-data.texi (Variables): Node moved to modules chapter.
338 (Symbol Read Syntax): New node, with syntax-related material taken
339 from old Symbols node.
340 (Symbol Primitives): Renamed from `Symbols'.
341 (Symbols and Variables): Renamed to `Symbols'.
342 (Symbol Props): Renamed from `Symbol Tables'.
343 (Symbols): General review, improvements and additional material
344 throughout this section.
4c731ece
NJ
345 (Other Data Types): New material: links to object types documented
346 elsewhere. Also renamed node to `Other Types'.
347 (Data Types): Split into two: `Simple Data Types' and `Compound
348 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
349
350 * guile.texi: Updated Notes comment.
351
352 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
353 part, as the Rx interface is not core Guile.
354
3552001-11-30 Neil Jerram <neil@ossau.uklinux.net>
356
357 * scheme-data.texi (String Miscellanea): Removed, moving doc for
358 string-ci->symbol into the node on Symbols.
359
360 * Makefile.am (ETAGS_ARGS): Added.
361
362 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
363 intern-symbol, string->obarray-symbol, symbol-binding,
364 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
365 of which no longer exist.
366
5f7dd1ca
TTN
3672001-11-25 Thien-Thi Nguyen <ttn@glug.org>
368
369 * posix.texi: Fix spelling. Thanks to Chris Cramer.
370 Reword `getpass' intro blurb.
371
c276c3e3
NJ
3722001-11-23 Neil Jerram <neil@ossau.uklinux.net>
373
374 * program.texi (Program Control): Remove spurious placeholder
375 text.
376
19a35d19
TTN
3772001-11-20 Thien-Thi Nguyen <ttn@glug.org>
378
379 * scheme-options.texi (Install Config):
380 Tweak `%load-path' verb to not imply it's a proc.
381 Add documentation for `%guile-build-info'.
382
d4e5a409
NJ
3832001-11-19 Neil Jerram <neil@ossau.uklinux.net>
384
385 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
386 doc for builtin-bindings (no longer exists).
387 (Variables): Expanded existing description of variables. Removed
388 doc for builtin-variable (no longer exists).
389
390 * scheme-binding.texi (Top Level): New docs for define, scm_define
391 and scm_c_define. Also clarified point about interchangeability
392 of define and set!.
393
694a9bb3
NJ
3942001-11-18 Neil Jerram <neil@ossau.uklinux.net>
395
396 * scheme-data.texi (Vectors): Autoupdate docs for
397 vector-move-left! and vector-move-right!.
398
8f85c0c6
NJ
3992001-11-16 Neil Jerram <neil@ossau.uklinux.net>
400
401 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
402 new-docstrings.texi, posix.texi, scheme-binding.texi,
403 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
404 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
405 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
406 scheme-scheduling.texi, scheme-translation.texi,
407 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
408 category for "primitive" and "procedure" @deffn's to {Scheme
409 Procedure}; add @deffnx lines for {C Function}s; automatic updates
410 from libguile docstring changes.
411
412 * scheme-memory.texi (Garbage Collection): Removed doc for removed
413 `unhash-name'.
414
ef394643
TTN
4152001-11-14 Thien-Thi Nguyen <ttn@glug.org>
416
417 * scheme-procedures.texi: Spell "library" correctly.
418
72dd0a03
NJ
4192001-11-13 Neil Jerram <neil@ossau.uklinux.net>
420
421 * new-docstrings.texi, scheme-data.texi: Merge recent doc
422 improvements from stable branch.
423
424 * scheme-options.texi: Automatic updates from docstring changes in
425 libguile's C source code.
426
b56b5983
NJ
4272001-11-12 Neil Jerram <neil@ossau.uklinux.net>
428
429 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
430 updates for struct? and struct-vtable?.
431 (String Searching): Add missing "for". Thanks to Scott Lenser.
432
9401323e
NJ
4332001-11-08 Neil Jerram <neil@ossau.uklinux.net>
434
435 * guile.texi (Top): Added new chapter `Programming Options'.
436
437 * program.texi: New file.
438
439 * Makefile.am (guile_TEXINFOS): Added program.texi.
440
4412001-11-07 Neil Jerram <neil@ossau.uklinux.net>
442
443 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
444 scheme-data.texi, scheme-binding.texi, posix.texi,
445 new-docstrings.texi: Automatic updates from improved libguile
446 docstrings.
447
4482001-11-04 Neil Jerram <neil@ossau.uklinux.net>
449
450 * preface.texi: Use MANUAL_EDITION variable.
451 (Manual Layout): Updated to reflect reorg.
452
453 * guile.texi (MANUAL_EDITION): New variable, with value
454 incremented from 1.0 to 1.1 to reflect the reorg described here.
455 (Top): Use MANUAL_EDITION variable.
456
457 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
458 @unnumbered rather than @chapter for these indices.
459
460 * guile.texi (Top): A little top-level reshuffling, with the aims
461 that: (1) the `Guile Scheme' (reference) part of the manual
462 becomes the `Guile API Reference', and covers both Scheme and C
463 interfaces; (2) non-API-reference material such as the `Basic
464 Ideas in Scheme' chapter is collected together to form a new part
465 `Programming with Guile'. This new part will contain general
466 documentation on using and programming Guile in both Scheme and C,
467 including - for example - awareness of GC when C programming, how
468 to use the snarf macros, how to debug ...
469 (Top): Move inclusion of scheme-indices.texi so that all indices
470 appear together in the printed manual.
471
472 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
473 debugging.texi.
ef394643 474
9401323e
NJ
475 * appendices.texi: Removed.
476
477 * debugging.texi (Debugger User Interface): New file, same as the
478 material that used to be in appendices.texi, but now a chapter in
479 Part II rather than an appendix.
480
481 * appendices.texi (Obtaining and Installing Guile): Moved to
482 become a chapter in ...
483 * intro.texi: ... Part I: Introduction to Guile.
484
485 * scm.texi (I/O Extensions): Moved to become a section of ...
486 * scheme-io.texi (Input and Output): ... this chapter.
487
488 * scm.texi (Handling Errors): Moved to become a section of ...
489 * scheme-control.texi (Control Mechanisms): ... this chapter.
490
ca26b87d
TTN
4912001-11-06 Thien-Thi Nguyen <ttn@glug.org>
492
493 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
494 time and clock resolution, SRFI-19 Time object and accessors,
495 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
496 procedures, SRFI-19 Date object and accessors, SRFI-19
497 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
498 to string/string to date converters): New nodes.
04bbd6ce 499 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 500
7ab89df1
MV
5012001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
502
503 * scripts.texi: Document `--debug' and `--no-debug'.
504
c2c67382
GH
5052001-10-27 Gary Houston <ghouston@arglist.com>
506
a42b5e5b
GH
507 * guile.texi, scsh.texi: removed obsolete guile-scsh material
508 and updated links (I don't know if it should remain in the
509 main menu. It's like slib I think.)
510
c2c67382
GH
511 * minor updates to the slib installation notes.
512
a599743c
NJ
5132001-10-05 Neil Jerram <neil@ossau.uklinux.net>
514
515 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
516 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
517 noticing that they'd disappeared!)
518
74e0de86
TTN
5192001-10-05 Thien-Thi Nguyen <ttn@glug.org>
520
521 * scheme-io.texi (Writing): Add entry for `display'.
522 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
523
40f316d0
MG
5242001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
525
526 * srfi-modules.texi (SRFI-13): Tyop fix.
527 (SRFI-13): Changed paragraph about bindings both in the code and
528 in SRFI-13.
529
530 * misc-modules.texi (Formatted Output): Tyop fix.
531 (Formatted Output): Document ~g properly.
532
533 Thanks to Alex Schroeder for pointing out the typos and sending
534 suggestions.
74e0de86 535
523f81ba
TTN
5362001-09-25 Thien-Thi Nguyen <ttn@glug.org>
537
538 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
539 Thanks to suggestion by Alex Schroeder.
540
6c997de2
NJ
5412001-08-30 Neil Jerram <neil@ossau.uklinux.net>
542
255ea784
NJ
543 * guile.texi (Top): Group all index nodes together so that
544 `Info-index' works more effectively in Info. Thanks to Eric
545 Hanchrow for the report and fix.
546
6c997de2
NJ
547 * scheme-data.texi (Random, String Syntax, String Modification,
548 Regular Expressions), scheme-ideas.texi (Definition),
549 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
550 scm.texi (Transforming Scheme name to C name, Port
551 Implementation): Various typo fixes and clarifications merged from
552 the stable CVS branch.
553
b45898ca
NJ
5542001-08-27 Neil Jerram <neil@ossau.uklinux.net>
555
556 * intro.texi: Merged wording fixes from stable CVS branch.
557
558 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
559
560 * guile.texi: Incorporate text previously in separate AUTHORS
561 file.
562
5632001-08-27 Neil Jerram <neil@ossau.uklinux.net>
564
565 The change log for files in this directory continues backwards
566 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
567 prior to this date was contained in a single directory.