* GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
7403e409
NJ
12002-11-17 Neil Jerram <neil@ossau.uklinux.net>
2
82512be0
NJ
3 Applied patches from Stephen Compall as follows. (Thanks!)
4
5 2002-11-06 Stephen Compall <rushing@sigecom.net>
6
7 * posix.texi: Changed quotes to match Texinfo expectations.
8
9 Added references to the glibc manual.
10
11 Used proper Texinfo text marking for many keywords, such as @code,
12 @samp, @env, @var.
13
14 Fixed argument metasyntactic variable references in
15 file-manipulation section so the usage in the descriptions matches
16 the usage in the declarations.
7403e409
NJ
17
18 2002-10-26 Stephen Compall <rushing@sigecom.net>
19
20 * scheme-data.texi: Addition and change of many Texinfo tags,
21 particularly usage of @var and @samp, as well as reformatting of
22 some lists into tables and usage of @result.
23
24 Notes about some things I didn't understand, as well as a
25 missing section on non-control characters.
26
d703aba5
GH
272002-10-27 Gary Houston <ghouston@arglist.com>
28
29 * scheme-modules.texi (Environments): only available when
30 (ice-9 r5rs) is used.
31 * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
32
a48c626f
MV
332002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
34
35 * scheme-scheduling.texi: Updated mutex and condition varable
36 functions.
37
9a69a50e
NJ
382002-10-27 Neil Jerram <neil@ossau.uklinux.net>
39
40 * debugging.texi (Debugging Features): Rewritten.
41
0a50eeaa
NJ
422002-10-19 Neil Jerram <neil@ossau.uklinux.net>
43
44 * new-docstrings.texi, scheme-binding.texi, scheme-io.texi,
45 scheme-scheduling.texi, posix.texi: Automatic docstring updates.
46
e7d58d26
MV
472002-10-14 Marius Vollmer <mvo@zagadka.ping.de>
48
49 * intro.texi (Whirlwind Tour): Added pointer to examples
50 directory.
51
acfa1f52
MV
522002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
53
54 * scheme-scheduling.texi (System Asyncs): Updated.
55
66894177
MV
562002-10-07 Marius Vollmer <mvo@zagadka.ping.de>
57
58 * scheme-scheduling.texi (Asyncs): Updated.
59 * posix.texi (sigaction): Updated.
60
66add4eb
NJ
612002-10-03 Neil Jerram <neil@ossau.uklinux.net>
62
63 * posix.texi (Processes), scheme-options.texi (Common Feature
64 Symbols): Refer to provided? rather than deprecated feature?.
65
ba20db9b
MV
662002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
67
68 * tools.texi (How guile-snarf works): Updated.
69 (Writing your own snarfing macros): New.
70
c936bede
NJ
712002-09-25 Neil Jerram <neil@ossau.uklinux.net>
72
73 * scheme-debug.texi (Debugging): Make sections into nodes.
74 (Debugging Options): Node removed.
75
76 * scheme-options.texi (Feature Tracking): Brought forward before
77 sections on options.
78 (Runtime Options): New section, to group options-related nodes.
79
802002-09-24 Neil Jerram <neil@ossau.uklinux.net>
81
82 * scheme-options.texi (Options and Config): Chapter name changed,
83 and intro text improved.
84 (Install Config): Brought forward, and renamed Build
85 Configuration.
86
87 The following doc updates are from Ian Sheldon - thanks!
88
89 * scheme-data.texi (Appending Strings, Regexp Functions, Match
90 Structures): Add examples.
91 (Regular Expressions): Add instruction to use (ice-9 regex)
92 module.
93
94 * slib.texi (SLIB): Remove duplicate `the'.
95
962002-09-22 Neil Jerram <neil@ossau.uklinux.net>
97
98 * scheme-options.texi (General option interface): Mention
99 eval-options-interface and debug-options-interface.
100
101 * scheme-debug.texi (Debugging): New node describing source
102 properties.
103
c15030be
NJ
1042002-09-19 Neil Jerram <neil@ossau.uklinux.net>
105
106 * scheme-utility.texi (Hook Reference): Improvements to hook docs.
107 Thanks to Thien-Thi Nguyen for the patches.
108
2047e5d7
MV
1092002-09-16 Marius Vollmer <mvo@zagadka.ping.de>
110
111 * scheme-data.texi (Symbol Props): It's "set-symbol-property!",
112 not "set-symbol-property". Thanks to Pieter Pareit!
113
6f663ebc
MV
1142002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
115
116 * scheme-data.texi: Tell them to use 'provided?' instead of
117 '*feaures*'.
118
af31a24f
MV
1192002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
120
1381c506
MV
121 * scheme-ideas.texi (Creating a Procedure): Fixed typo. Thanks to
122 Pieter Pareit!
123
35e791bd
MV
124 * intro.texi: Updated GNu ftp server name. Use "-lguile" instead
125 of "libguile.a". Some small fixes/improvements.
126
af31a24f
MV
127 * scheme-reading.texi: Added www.schemers.org. Removed foldoc,
128 it's too generic. Updated 'teach yourself ...' URL.
129
44ecca61
MV
1302002-08-27 Marius Vollmer <mvo@zagadka.ping.de>
131
af31a24f 132 * scheme-modules.texi: Markup fixes and removal of gh_ references.
44ecca61
MV
133 Thanks to Dale Smith!
134
29dae8f8
MV
1352002-08-14 Marius Vollmer <mvo@zagadka.ping.de>
136
137 * scheme-evaluation.texi (eval-string): Updated.
138
139 * scheme-scheduling.texi (Fluids): Touched up a bit, added
140 with-fluids.
141
28ab7725
MV
1422002-08-13 Marius Vollmer <mvo@zagadka.ping.de>
143
144 * scheme-modules.texi (More Modules Procedures): Removed.
145 (Accessing Modules from C): New.
146
f631e15e
GH
1472002-08-10 Gary Houston <ghouston@arglist.com>
148
08b98c54
GH
149 * scheme-procedures.texi: new section Primitive Procedures,
150 documentation for scm_c_make_gsubr and scm_c_define_gsubr.
151 * scheme-modules.texi (Compiled Code Modules): replace
152 gh_new_procedure with scm_c_define_gsubr.
f631e15e 153
bcf009c3
NJ
1542002-08-08 Neil Jerram <neil@ossau.uklinux.net>
155
395b0a34
NJ
156 * gh.texi (Data types and constants defined by gh): Avoid
157 generating index entry for SCM.
158
159 * posix.texi (Runtime Environment): Remove duplicate doc for
160 setenv.
161
bcf009c3
NJ
162 * data-rep.texi, scheme-memory.texi, scheme-modules.texi: Merge
163 recent updates from stable branch.
164
165 * posix.texi (File System, Time, Pipes, Network Databases,
166 Internet Socket Examples): Add examples provided by Ian Sheldon.
167
00706edc
MV
1682002-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
169
170 * scheme-binding.texi: Don't talk about 'bound?' which is gone.
171 Thanks to Christopher Cramer.
172
ba1b2226
HWN
1732002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
174
175 * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
176 correct typos.
177
3d0f4c62
MV
1782002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
179
180 * intro.texi, srfi-modules.texi: Added (use-modules (ice-9
181 rdelim)) to an example that uses read-line. Thanks to Ralf
182 Mattes!
183
184 * scheme-memory.texi: Added an introductory blurb about GC that I
185 had lying around.
186
c3164ca8
GH
1872002-08-02 Gary Houston <ghouston@arglist.com>
188
189 * scheme-modules.texi: split "Scheme and modules" into
190 "provide and require" and "Environments". Mention R5RS
191 environments.
192
3db03338
NJ
1932002-07-16 Neil Jerram <neil@ossau.uklinux.net>
194
195 * scheme-options.texi (Debugger options): New subsection
196 describing stack overflow and what to do about it.
197
dd235de4
GH
1982002-07-10 Gary Houston <ghouston@arglist.com>
199
200 * scheme-modules.texi (Compiled Code Modules): Removed description
201 of scm_register_module_xxx, which no longer exists. A description
202 of current techniques is needed.
203
e717bf46
MV
2042002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
205
206 * scheme-data.texi (Numbers): Added description of the new values
207 +inf.0, -inf.0 and +nan.0.
208
209 * posix.texi (Runtime Environment): Added entries for 'setenv' and
210 'unsetenv'.
211
2122002-04-28 Marius Vollmer <mvo@zagadka.ping.de>
213
214 * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
215 from gh.texi to data-rep.texi. Both files already had similar
216 descriptions for SCM. Given that gh.texi is deprecated, looking
217 up `SCM' in the index should take one to the primary location
218 rather than deprecated section. Hence this change. Added
219 `@deftp' for scm_t_bits data type so that a proper index entry is
220 added for this. Thanks to Richard Y. Kim!
221
222 * data-rep.texi (Subrs): Changed scm_make_gsubr to
223 scm_c_define_gsubr. Thanks to Richard Y. Kim!
224
efb7d2fc
MV
2252002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
226
227 * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
228 string-tokenize.
229
1982a56a
NJ
2302002-04-20 Neil Jerram <neil@ossau.uklinux.net>
231
ce9d0562
NJ
232 * scheme-intro.texi (Scheme Layout), scm.texi (Reference Layout):
233 Node moved from a to b.
234
235 * guile.texi (Scheme Intro, Basic Ideas, Guile Scripting, Command
236 Line Handling, Debugging Features, Autoconf Support, Miscellaneous
237 Tools, Further Reading): Moved to new Part II.
238
239 * preface.texi (Manual Layout): Part numbers updated accordingly.
240
241 * guile.texi (Top): Move API Overview node to beginning of Guile
242 API Reference part.
243 (Part II: Writing and Running Guile Scheme): New part; will
244 contain content from `Programming with Guile' that pertains to
245 writing and using Guile on the Scheme level.
246
247 * scm.texi (API Overview): Renamed from `Guile API'.
248
249 * guile.texi (Top), scheme-modules.texi (Included Guile Modules):
250 Debugger User Interface node renamed Debugging Features.
251
252 * debugging.texi (Stacks and Frames): Node deleted; non-duplicated
253 material moved to scheme-debug.texi.
254 (Debugging Features): Renamed from `Debugger User Interface'.
255
f2ba76ae
NJ
256 * scheme-debug.texi (Debugging): Rename chapter `Debugging
257 Infrastructure' and reorganize its contents.
258
259 * scheme-debug.texi (Debugging), scheme-control.texi (Handling
260 Errors): Move display-error to error-focussed section.
261
262 * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
263 backtrace to user-level debugging chapter.
264
265 * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
266 Properties): Move procedure-name, procedure-source and
267 procedure-environment to procedures chapter.
268
269 * scheme-debug.texi (Debugging), scheme-memory.texi (Memory
270 Blocks): Move malloc-stats to memory management chapter.
271
272 * scheme-procedures.texi (Syntax Rules): Remove mention of
273 use-modules for loading syncase; only use-syntax really works.
274 Thanks to Panagiotis Vossos for spotting this.
275
1982a56a
NJ
276 * program.texi (Scheme vs C): New node, with existing material
277 taken from chapter intro.
278 (Programming Overview): New intro para to introduce example of
279 Guile integration:
280 (Extending Dia): New node.
281
dc006627
MV
2822002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
283
284 * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
285 guile.tps, guile.vrs, guile.tmp.
286
755de645
NJ
2872002-04-01 Neil Jerram <neil@ossau.uklinux.net>
288
0624ce33
NJ
289 * scheme-intro.texi (Scheme Layout): Remove reference to defunct
290 Guile Extensions index.
291
292 * guile.texi: Removed Guile Extensions index.
293
294 * scheme-indices.texi (Guile Extensions Index): Removed.
295
296 * guile.texi: Remove vgone, vdeprecated, vchanged and vnote
297 macros; they're not actually useful after all. Update copyright
298 years.
299
300 * scheme-compound.texi (Vectors): Make subsections into nodes.
301 (Vectors): Review, slightly reorg and clarify docs in this
302 section.
303
755de645
NJ
304 * scheme-data.texi (Symbols): Reorganized node substructure and
305 added lots of explanatory text around the @deffn's.
306
e8f1ff71
NJ
3072002-03-29 Neil Jerram <neil@ossau.uklinux.net>
308
755de645
NJ
309 * scheme-modules.texi (Variables): Mention obarrays.
310
311 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
312 markers for deprecated symbol items.
313 (Symbol Props): Remove doc for obsolete 2 arg version of
314 symbol-interned?.
315 (String Miscellanea): Removed, since it only contained duplicate
316 doc for string-ci->symbol.
317 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
318 section removed.
319
e8f1ff71
NJ
320 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
321 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
322 eval2 and read-and-eval!.
323
324 * data-rep.texi (Describing a New Type), scheme-compound.texi
325 (Append/Reverse), scheme-procedures.texi (Internal Macros):
326 Trivial updates to sync with stable branch.
327
801892e7
NJ
3282002-03-27 Neil Jerram <neil@ossau.uklinux.net>
329
330 * scheme-compound.texi (List Searching): Remove docs for
331 `scm_sloppy_mem*', which no longer exist.
332
3332002-03-24 Neil Jerram <neil@ossau.uklinux.net>
334
335 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
336 Package): Use @ifnottex instead of @ifinfo, so that HTML
337 generation works correctly.
338
e31a525e
MV
3392002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
340
341 * tools.texi: Updated to reflect changes to the guile-snarf tool.
342
c16da59f
NJ
3432002-03-16 Neil Jerram <neil@ossau.uklinux.net>
344
345 * scheme-utility.texi (Hooks): Further updates. New material on
346 GC hooks.
347
348 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
349 eval2 and read-and-eval!.
350
351 * deprecated.texi (Deprecated): Remove docs about previously
352 deprecated items that have now been removed.
353
34ad73ed
TTN
3542002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
355
356 * tools.texi (guile-1.4 guile-snarf): Remove this node.
357 (How guile-snarf works): Update usage and description to
358 no longer mention "--compat=1.4" and instead "-d" and "-D".
359 (Macros guile-snarf recognizes): Add list of deprecated macros
360 and blurb. Add cindex for deprecated macros.
361
198586ed
NJ
3622002-03-15 Neil Jerram <neil@ossau.uklinux.net>
363
387d418c
NJ
364 * scheme-utility.texi (Hooks): Reviewed and updated.
365
366 * scheme-options.texi (Feature Tracking): New section.
367
368 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
369 description of corresponding C functions.
370
198586ed
NJ
371 * scheme-utility.texi (Object Properties): Revamp documentation on
372 object properties.
373
374 * scheme-memory.texi (Weak References): Update reference to Object
375 Properties node.
376
377 * guile.texi: Add macros for describing version information.
378
379 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
380 scheme-procedures.texi: Automatic updates from snarfed libguile
381 docstrings.
382
13b68204
TTN
3832002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
384
385 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
386
2287fb53
TTN
387 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
388 new processing steps. Update usage example, makefile frag.
389
390 (guile-1.4 guile-snarf): New subsubsection under
391 "Init Snarfing with guile-snarf".
392
413d32b6
NJ
3932002-03-12 Neil Jerram <neil@ossau.uklinux.net>
394
21b83aab
NJ
395 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
396 Automatic updates from snarfed libguile docstrings.
397
413d32b6
NJ
398 * data-rep.texi, guile.texi, scheme-evaluation.texi,
399 scheme-options.texi, scheme-translation.texi: Various minor
400 enhancements ported from the stable CVS branch.
401
1ebf1566
TTN
4022002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
403
404 * tools.texi (Miscellaneous Tools): New node/chapter.
405 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
406 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
407 (Executable Modules): Now a section under "Miscellaneous Tools".
408
409 * guile.texi (Miscellaneous Tools): Add under "Part II".
410 Implement by including tools.texi.
411
412 * Makefile.am (guile_TEXINFOS): Add tools.texi.
413
4142002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
415
416 * tools.texi: New file.
417
a3f0622d
NJ
4182002-03-03 Neil Jerram <neil@ossau.uklinux.net>
419
420 * autoconf.texi (Autoconf Background): Insert missing `of'.
421
228a24ef
DH
4222002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
423
424 * api.txt, data-rep.texi: Renamed the struct scm_cell to
425 scm_t_cell.
426
427 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
428 scm_alloc_double_cell to scm_double_cell.
429
eee065c4
MV
4302002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
431
432 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
433 section.
434
621f22b1
MV
4352002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
436
437 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
438 scm_must_malloc and free in example code. Updated text for the
439 new memory management functions.
440
441 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
442 of to scm_must_malloc.
443
edb810bb
SJ
4442002-02-27 Stefan Jahn <stefan@lkcc.org>
445
446 * gh.texi (scm transition summary): Documented some more
447 gh equivalents and removed appropriate FIXME's.
448
327d4dd3
TTN
4492002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
450
451 * Makefile.am: Update path to pre-inst-guile automake frag.
452
8794fdca
RB
4532002-02-24 Rob Browning <rlb@defaultvalue.org>
454
455 * .cvsignore: add autoconf-macros.texi.
456
457 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
458
bd75ebc3
MV
4592002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
460
461 * scheme-memory.texi (Memory Blocks): New section.
462
5e9d88a4
TTN
4632002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
464
465 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
466
467 (GUILE): Delete var.
468 (autoconf-macros.texi): Use $(preinstguiletool).
469
7c5c2796
TTN
4702002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
471
472 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
473 (Autoconf Support): Add new sections to menu.
474
402e687c
MV
4752002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
476
477 * scheme-data.texi (Symbol Uninterned): Added node.
478
f74fa0a0
SJ
4792002-01-29 Stefan Jahn <stefan@lkcc.org>
480
481 * gh.texi (scm transition summary): Documented gh equivalents
482 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
483 and removed the appropriate FIXME's.
484
68cf83e0
MV
4852002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
486
487 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
488 when invoking the uninstalled guile executable.
489
5b156bcd
TTN
4902002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
491
492 * Makefile.am (autoconf-macros.texi): Fix build bug:
493 Write this file to srcdir. Thanks to I. N. Golubev.
494
8430281a
GH
4952002-01-08 Gary Houston <ghouston@arglist.com>
496
497 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
498 when building autoconf-macros.texi. There are still problems with
499 modules and running makeinfo when builddir != srcdir.
500
a3e49ac1
TTN
5012002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
502
503 * data-rep.texi, gh.texi, guile.texi, intro.texi,
504 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
505 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
506 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
507 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
508 scheme-modules.texi, scheme-procedures.texi,
509 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
510 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
511
4902ea64
NJ
5122002-01-07 Neil Jerram <neil@ossau.uklinux.net>
513
514 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
515 `do'). Thanks to Fabrice Bauzac.
516
f1597833
TTN
5172002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
518
519 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
520
4d9678fd
TTN
5212002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
522
523 * guile.texi (Part II): Add "Autoconf Support"; include
524 autoconf.texi.
525
526 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
527 autoconf-macros.texi.
528 (autoconf.texi, autoconf-macros.texi): New rules.
529
530 * autoconf.texi: New file.
531
0fabb425
MV
5322001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
533
534 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
535 "Pierre". Thanks to Ron Peterson!
536
226297eb
NJ
5372001-12-22 Neil Jerram <neil@ossau.uklinux.net>
538
539 * program.texi (Programming Overview): Chapter renamed from
540 `Programming Options'; some new material added.
541
a7a7bb95
NJ
5422001-12-07 Neil Jerram <neil@ossau.uklinux.net>
543
544 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
545 broadened so that this chapter discusses the Guile API as a whole.
546
547 * program.texi (Available Functionality): Revise so that text
548 reads better.
549
550 * guile.texi (Programming Intro): New introductory text.
551
552 * scheme-ideas.texi (Definition): Reorder reference bullets in
553 ascending page number order.
554
923d5b87
MG
5552001-12-04 Martin Grabmueller <mg@glug.org>
556
557 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
558 either.
559
2a946b44
NJ
5602001-12-01 Neil Jerram <neil@ossau.uklinux.net>
561
4c731ece
NJ
562 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
563
564 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
565
2a946b44
NJ
566 * scheme-data.texi (Variables): Node moved to modules chapter.
567 (Symbol Read Syntax): New node, with syntax-related material taken
568 from old Symbols node.
569 (Symbol Primitives): Renamed from `Symbols'.
570 (Symbols and Variables): Renamed to `Symbols'.
571 (Symbol Props): Renamed from `Symbol Tables'.
572 (Symbols): General review, improvements and additional material
573 throughout this section.
4c731ece
NJ
574 (Other Data Types): New material: links to object types documented
575 elsewhere. Also renamed node to `Other Types'.
576 (Data Types): Split into two: `Simple Data Types' and `Compound
577 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
578
579 * guile.texi: Updated Notes comment.
580
581 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
582 part, as the Rx interface is not core Guile.
583
5842001-11-30 Neil Jerram <neil@ossau.uklinux.net>
585
586 * scheme-data.texi (String Miscellanea): Removed, moving doc for
587 string-ci->symbol into the node on Symbols.
588
589 * Makefile.am (ETAGS_ARGS): Added.
590
591 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
592 intern-symbol, string->obarray-symbol, symbol-binding,
593 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
594 of which no longer exist.
595
5f7dd1ca
TTN
5962001-11-25 Thien-Thi Nguyen <ttn@glug.org>
597
598 * posix.texi: Fix spelling. Thanks to Chris Cramer.
599 Reword `getpass' intro blurb.
600
c276c3e3
NJ
6012001-11-23 Neil Jerram <neil@ossau.uklinux.net>
602
603 * program.texi (Program Control): Remove spurious placeholder
604 text.
605
19a35d19
TTN
6062001-11-20 Thien-Thi Nguyen <ttn@glug.org>
607
608 * scheme-options.texi (Install Config):
609 Tweak `%load-path' verb to not imply it's a proc.
610 Add documentation for `%guile-build-info'.
611
d4e5a409
NJ
6122001-11-19 Neil Jerram <neil@ossau.uklinux.net>
613
614 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
615 doc for builtin-bindings (no longer exists).
616 (Variables): Expanded existing description of variables. Removed
617 doc for builtin-variable (no longer exists).
618
619 * scheme-binding.texi (Top Level): New docs for define, scm_define
620 and scm_c_define. Also clarified point about interchangeability
621 of define and set!.
622
694a9bb3
NJ
6232001-11-18 Neil Jerram <neil@ossau.uklinux.net>
624
625 * scheme-data.texi (Vectors): Autoupdate docs for
626 vector-move-left! and vector-move-right!.
627
8f85c0c6
NJ
6282001-11-16 Neil Jerram <neil@ossau.uklinux.net>
629
630 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
631 new-docstrings.texi, posix.texi, scheme-binding.texi,
632 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
633 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
634 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
635 scheme-scheduling.texi, scheme-translation.texi,
636 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
637 category for "primitive" and "procedure" @deffn's to {Scheme
638 Procedure}; add @deffnx lines for {C Function}s; automatic updates
639 from libguile docstring changes.
640
641 * scheme-memory.texi (Garbage Collection): Removed doc for removed
642 `unhash-name'.
643
ef394643
TTN
6442001-11-14 Thien-Thi Nguyen <ttn@glug.org>
645
646 * scheme-procedures.texi: Spell "library" correctly.
647
72dd0a03
NJ
6482001-11-13 Neil Jerram <neil@ossau.uklinux.net>
649
650 * new-docstrings.texi, scheme-data.texi: Merge recent doc
651 improvements from stable branch.
652
653 * scheme-options.texi: Automatic updates from docstring changes in
654 libguile's C source code.
655
b56b5983
NJ
6562001-11-12 Neil Jerram <neil@ossau.uklinux.net>
657
658 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
659 updates for struct? and struct-vtable?.
660 (String Searching): Add missing "for". Thanks to Scott Lenser.
661
9401323e
NJ
6622001-11-08 Neil Jerram <neil@ossau.uklinux.net>
663
664 * guile.texi (Top): Added new chapter `Programming Options'.
665
666 * program.texi: New file.
667
668 * Makefile.am (guile_TEXINFOS): Added program.texi.
669
6702001-11-07 Neil Jerram <neil@ossau.uklinux.net>
671
672 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
673 scheme-data.texi, scheme-binding.texi, posix.texi,
674 new-docstrings.texi: Automatic updates from improved libguile
675 docstrings.
676
6772001-11-04 Neil Jerram <neil@ossau.uklinux.net>
678
679 * preface.texi: Use MANUAL_EDITION variable.
680 (Manual Layout): Updated to reflect reorg.
681
682 * guile.texi (MANUAL_EDITION): New variable, with value
683 incremented from 1.0 to 1.1 to reflect the reorg described here.
684 (Top): Use MANUAL_EDITION variable.
685
686 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
687 @unnumbered rather than @chapter for these indices.
688
689 * guile.texi (Top): A little top-level reshuffling, with the aims
690 that: (1) the `Guile Scheme' (reference) part of the manual
691 becomes the `Guile API Reference', and covers both Scheme and C
692 interfaces; (2) non-API-reference material such as the `Basic
693 Ideas in Scheme' chapter is collected together to form a new part
694 `Programming with Guile'. This new part will contain general
695 documentation on using and programming Guile in both Scheme and C,
696 including - for example - awareness of GC when C programming, how
697 to use the snarf macros, how to debug ...
698 (Top): Move inclusion of scheme-indices.texi so that all indices
699 appear together in the printed manual.
700
701 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
702 debugging.texi.
ef394643 703
9401323e
NJ
704 * appendices.texi: Removed.
705
706 * debugging.texi (Debugger User Interface): New file, same as the
707 material that used to be in appendices.texi, but now a chapter in
708 Part II rather than an appendix.
709
710 * appendices.texi (Obtaining and Installing Guile): Moved to
711 become a chapter in ...
712 * intro.texi: ... Part I: Introduction to Guile.
713
714 * scm.texi (I/O Extensions): Moved to become a section of ...
715 * scheme-io.texi (Input and Output): ... this chapter.
716
717 * scm.texi (Handling Errors): Moved to become a section of ...
718 * scheme-control.texi (Control Mechanisms): ... this chapter.
719
ca26b87d
TTN
7202001-11-06 Thien-Thi Nguyen <ttn@glug.org>
721
722 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
723 time and clock resolution, SRFI-19 Time object and accessors,
724 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
725 procedures, SRFI-19 Date object and accessors, SRFI-19
726 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
727 to string/string to date converters): New nodes.
04bbd6ce 728 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 729
7ab89df1
MV
7302001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
731
732 * scripts.texi: Document `--debug' and `--no-debug'.
733
c2c67382
GH
7342001-10-27 Gary Houston <ghouston@arglist.com>
735
a42b5e5b
GH
736 * guile.texi, scsh.texi: removed obsolete guile-scsh material
737 and updated links (I don't know if it should remain in the
738 main menu. It's like slib I think.)
739
c2c67382
GH
740 * minor updates to the slib installation notes.
741
a599743c
NJ
7422001-10-05 Neil Jerram <neil@ossau.uklinux.net>
743
744 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
745 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
746 noticing that they'd disappeared!)
747
74e0de86
TTN
7482001-10-05 Thien-Thi Nguyen <ttn@glug.org>
749
750 * scheme-io.texi (Writing): Add entry for `display'.
751 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
752
40f316d0
MG
7532001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
754
755 * srfi-modules.texi (SRFI-13): Tyop fix.
756 (SRFI-13): Changed paragraph about bindings both in the code and
757 in SRFI-13.
758
759 * misc-modules.texi (Formatted Output): Tyop fix.
760 (Formatted Output): Document ~g properly.
761
762 Thanks to Alex Schroeder for pointing out the typos and sending
763 suggestions.
74e0de86 764
523f81ba
TTN
7652001-09-25 Thien-Thi Nguyen <ttn@glug.org>
766
767 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
768 Thanks to suggestion by Alex Schroeder.
769
6c997de2
NJ
7702001-08-30 Neil Jerram <neil@ossau.uklinux.net>
771
255ea784
NJ
772 * guile.texi (Top): Group all index nodes together so that
773 `Info-index' works more effectively in Info. Thanks to Eric
774 Hanchrow for the report and fix.
775
6c997de2
NJ
776 * scheme-data.texi (Random, String Syntax, String Modification,
777 Regular Expressions), scheme-ideas.texi (Definition),
778 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
779 scm.texi (Transforming Scheme name to C name, Port
780 Implementation): Various typo fixes and clarifications merged from
781 the stable CVS branch.
782
b45898ca
NJ
7832001-08-27 Neil Jerram <neil@ossau.uklinux.net>
784
785 * intro.texi: Merged wording fixes from stable CVS branch.
786
787 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
788
789 * guile.texi: Incorporate text previously in separate AUTHORS
790 file.
791
7922001-08-27 Neil Jerram <neil@ossau.uklinux.net>
793
794 The change log for files in this directory continues backwards
795 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
796 prior to this date was contained in a single directory.