(Handling Errors): Fix regexp error key, should
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
9cb16d5d
KR
12003-05-10 Kevin Ryde <user42@zip.com.au>
2
d25e96a4
KR
3 * scheme-data.texi (Reals and Rationals): Fix typo @result{#f}, and
4 put @result outside @code.
5
6 * scheme-data.texi (Bitwise Operations): Note negatives are treated as
7 infinite precision twos complement. Revise `ash' to emphasise this
8 for right shifts of negatives. Describe integer-length behaviour on
9 negatives. Add `...' to logand, logior, logxor since they take
10 multiple parameters.
056f9269 11 * guile.texi (m): New macro.
d25e96a4 12
9cb16d5d
KR
13 * scheme-control.texi (Handling Errors): Revise C support section to
14 get index entries, and clarify parameters. Remove scm_regex_error, no
15 longer exists and wasn't available to applications.
16
d25e96a4
KR
17 * scheme-control.texi (Handling Errors): Index entries for error keys.
18
80dd1cb0 192003-05-08 Kevin Ryde <user42@zip.com.au>
49584bf2 20
0c935fce
KR
21 * scheme-data.texi (Bitwise Operations): Fix lognot to ones-complement.
22
49584bf2
KR
23 * slib.texi (JACAL): Fix @ref title.
24 Add index entries, use @file and @code variously.
25
d963e93f
KR
262003-05-06 Kevin Ryde <user42@zip.com.au>
27
28 * scheme-scheduling.texi (C level thread interface): Use @deftypefn
29 not @deftypefun, to get function names (not types) indexed.
30
31 * scheme-options.texi (Build Config): Add index entries for
32 %guile-build-info keys.
33
272f8235
KR
342003-05-04 Kevin Ryde <user42@zip.com.au>
35
36 * scheme-data.texi (Integer Operations): Describe how quotient,
37 remainder and modulo round their results.
38
44357057
KR
39 * scheme-io.texi (Reading): In read-char and peek-char, fix typos "?"
40 in @rnindex. In port-column, use @: after i.e.
a7b0aa50
KR
41 (Writing): In get-print-state, two spaces after full stop. Add write,
42 revise display.
44357057 43
272f8235
KR
44 * srfi-modules.texi (SRFI-1 Length Append etc): Add count.
45 (SRFI-1 Fold and Map): In reduce, fix typo "... variant of fold", add
46 "f" to fold call shown. In reduce-right, use @code on "reduce".
47
48 * data-rep.texi, gh.texi: Add spaces after some @defun names.
49 * posix.texi (Processes): Fix typo "hhhh".
50
2ce02471
NJ
512003-05-01 Neil Jerram <neil@ossau.uklinux.net>
52
53 * posix.texi: Add index entries for many variables and functions,
54 either using @defvar/@deffn or @vindex/@pindex. (Patch supplied
55 by Kevin Ryde.)
56
1a61d41b
MV
572003-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
58
59 * posix.texi (scm_c_port_for_each): Added.
60
a95dbade
NJ
612003-04-26 Neil Jerram <neil@ossau.uklinux.net>
62
d513f5c6
NJ
63 * scheme-data.texi (Symbol Primitives): Document scm_str2symbol
64 and scm_mem2symbol.
65
63bf8015
NJ
66 * data-rep.texi (Describing a New Type): Clarify that
67 scm_make_smob_type_mfpe is deprecated. (Thanks to
68 tomas@fabula.de.)
69
a95dbade
NJ
70 * scheme-control.texi (Handling Errors): Remove scm_sysmissing,
71 long since gone from libguile. (Thanks to Kevin Ryde.)
72
fc87c27a
MV
732003-04-05 Marius Vollmer <mvo@zagadka.de>
74
75 * preface.texi: Reflect change to LGPL.
76
08c7666d
RB
772003-03-27 Rob Browning <rlb@defaultvalue.org>
78
79 * scheme-io.texi (Reading): clarify character ordering in port for
80 unread-string.
81
dbd6bd29
RB
822003-03-07 Rob Browning <rlb@defaultvalue.org>
83
84 * guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
85 choke TeX (thanks to Dale P. Smith).
86
87 * preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
88 don't choke TeX (thanks to Dale P. Smith).
89
1767a0e0
MD
902003-01-02 Mikael Djurfeldt <djurfeldt@nada.kth.se>
91
92 * scheme-scheduling.texi (Low level thread primitives): Fixed typo
93 in broadcast-condition-variable.
94
b2cbe8d8
RB
952002-12-08 Rob Browning <rlb@defaultvalue.org>
96
97 * scheme-options.texi (Build Config): add effective-version docs.
98
7403e409
NJ
992002-11-17 Neil Jerram <neil@ossau.uklinux.net>
100
82512be0
NJ
101 Applied patches from Stephen Compall as follows. (Thanks!)
102
103 2002-11-06 Stephen Compall <rushing@sigecom.net>
104
105 * posix.texi: Changed quotes to match Texinfo expectations.
106
107 Added references to the glibc manual.
108
109 Used proper Texinfo text marking for many keywords, such as @code,
110 @samp, @env, @var.
111
112 Fixed argument metasyntactic variable references in
113 file-manipulation section so the usage in the descriptions matches
114 the usage in the declarations.
7403e409
NJ
115
116 2002-10-26 Stephen Compall <rushing@sigecom.net>
117
118 * scheme-data.texi: Addition and change of many Texinfo tags,
119 particularly usage of @var and @samp, as well as reformatting of
120 some lists into tables and usage of @result.
121
122 Notes about some things I didn't understand, as well as a
123 missing section on non-control characters.
124
d703aba5
GH
1252002-10-27 Gary Houston <ghouston@arglist.com>
126
127 * scheme-modules.texi (Environments): only available when
128 (ice-9 r5rs) is used.
129 * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
130
a48c626f
MV
1312002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
132
133 * scheme-scheduling.texi: Updated mutex and condition varable
134 functions.
135
9a69a50e
NJ
1362002-10-27 Neil Jerram <neil@ossau.uklinux.net>
137
138 * debugging.texi (Debugging Features): Rewritten.
139
0a50eeaa
NJ
1402002-10-19 Neil Jerram <neil@ossau.uklinux.net>
141
142 * new-docstrings.texi, scheme-binding.texi, scheme-io.texi,
143 scheme-scheduling.texi, posix.texi: Automatic docstring updates.
144
e7d58d26
MV
1452002-10-14 Marius Vollmer <mvo@zagadka.ping.de>
146
147 * intro.texi (Whirlwind Tour): Added pointer to examples
148 directory.
149
acfa1f52
MV
1502002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
151
152 * scheme-scheduling.texi (System Asyncs): Updated.
153
66894177
MV
1542002-10-07 Marius Vollmer <mvo@zagadka.ping.de>
155
156 * scheme-scheduling.texi (Asyncs): Updated.
157 * posix.texi (sigaction): Updated.
158
66add4eb
NJ
1592002-10-03 Neil Jerram <neil@ossau.uklinux.net>
160
161 * posix.texi (Processes), scheme-options.texi (Common Feature
162 Symbols): Refer to provided? rather than deprecated feature?.
163
ba20db9b
MV
1642002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
165
166 * tools.texi (How guile-snarf works): Updated.
167 (Writing your own snarfing macros): New.
168
c936bede
NJ
1692002-09-25 Neil Jerram <neil@ossau.uklinux.net>
170
171 * scheme-debug.texi (Debugging): Make sections into nodes.
172 (Debugging Options): Node removed.
173
174 * scheme-options.texi (Feature Tracking): Brought forward before
175 sections on options.
176 (Runtime Options): New section, to group options-related nodes.
177
1782002-09-24 Neil Jerram <neil@ossau.uklinux.net>
179
180 * scheme-options.texi (Options and Config): Chapter name changed,
181 and intro text improved.
182 (Install Config): Brought forward, and renamed Build
183 Configuration.
184
185 The following doc updates are from Ian Sheldon - thanks!
186
187 * scheme-data.texi (Appending Strings, Regexp Functions, Match
188 Structures): Add examples.
189 (Regular Expressions): Add instruction to use (ice-9 regex)
190 module.
191
192 * slib.texi (SLIB): Remove duplicate `the'.
193
1942002-09-22 Neil Jerram <neil@ossau.uklinux.net>
195
196 * scheme-options.texi (General option interface): Mention
197 eval-options-interface and debug-options-interface.
198
199 * scheme-debug.texi (Debugging): New node describing source
200 properties.
201
c15030be
NJ
2022002-09-19 Neil Jerram <neil@ossau.uklinux.net>
203
204 * scheme-utility.texi (Hook Reference): Improvements to hook docs.
205 Thanks to Thien-Thi Nguyen for the patches.
206
2047e5d7
MV
2072002-09-16 Marius Vollmer <mvo@zagadka.ping.de>
208
209 * scheme-data.texi (Symbol Props): It's "set-symbol-property!",
210 not "set-symbol-property". Thanks to Pieter Pareit!
211
6f663ebc
MV
2122002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
213
214 * scheme-data.texi: Tell them to use 'provided?' instead of
215 '*feaures*'.
216
af31a24f
MV
2172002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
218
1381c506
MV
219 * scheme-ideas.texi (Creating a Procedure): Fixed typo. Thanks to
220 Pieter Pareit!
221
35e791bd
MV
222 * intro.texi: Updated GNu ftp server name. Use "-lguile" instead
223 of "libguile.a". Some small fixes/improvements.
224
af31a24f
MV
225 * scheme-reading.texi: Added www.schemers.org. Removed foldoc,
226 it's too generic. Updated 'teach yourself ...' URL.
227
44ecca61
MV
2282002-08-27 Marius Vollmer <mvo@zagadka.ping.de>
229
af31a24f 230 * scheme-modules.texi: Markup fixes and removal of gh_ references.
44ecca61
MV
231 Thanks to Dale Smith!
232
29dae8f8
MV
2332002-08-14 Marius Vollmer <mvo@zagadka.ping.de>
234
235 * scheme-evaluation.texi (eval-string): Updated.
236
237 * scheme-scheduling.texi (Fluids): Touched up a bit, added
238 with-fluids.
239
28ab7725
MV
2402002-08-13 Marius Vollmer <mvo@zagadka.ping.de>
241
242 * scheme-modules.texi (More Modules Procedures): Removed.
243 (Accessing Modules from C): New.
244
f631e15e
GH
2452002-08-10 Gary Houston <ghouston@arglist.com>
246
08b98c54
GH
247 * scheme-procedures.texi: new section Primitive Procedures,
248 documentation for scm_c_make_gsubr and scm_c_define_gsubr.
249 * scheme-modules.texi (Compiled Code Modules): replace
250 gh_new_procedure with scm_c_define_gsubr.
f631e15e 251
bcf009c3
NJ
2522002-08-08 Neil Jerram <neil@ossau.uklinux.net>
253
395b0a34
NJ
254 * gh.texi (Data types and constants defined by gh): Avoid
255 generating index entry for SCM.
256
257 * posix.texi (Runtime Environment): Remove duplicate doc for
258 setenv.
259
bcf009c3
NJ
260 * data-rep.texi, scheme-memory.texi, scheme-modules.texi: Merge
261 recent updates from stable branch.
262
263 * posix.texi (File System, Time, Pipes, Network Databases,
264 Internet Socket Examples): Add examples provided by Ian Sheldon.
265
00706edc
MV
2662002-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
267
268 * scheme-binding.texi: Don't talk about 'bound?' which is gone.
269 Thanks to Christopher Cramer.
270
ba1b2226
HWN
2712002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
272
273 * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
274 correct typos.
275
3d0f4c62
MV
2762002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
277
278 * intro.texi, srfi-modules.texi: Added (use-modules (ice-9
279 rdelim)) to an example that uses read-line. Thanks to Ralf
280 Mattes!
281
282 * scheme-memory.texi: Added an introductory blurb about GC that I
283 had lying around.
284
c3164ca8
GH
2852002-08-02 Gary Houston <ghouston@arglist.com>
286
287 * scheme-modules.texi: split "Scheme and modules" into
288 "provide and require" and "Environments". Mention R5RS
289 environments.
290
3db03338
NJ
2912002-07-16 Neil Jerram <neil@ossau.uklinux.net>
292
293 * scheme-options.texi (Debugger options): New subsection
294 describing stack overflow and what to do about it.
295
dd235de4
GH
2962002-07-10 Gary Houston <ghouston@arglist.com>
297
298 * scheme-modules.texi (Compiled Code Modules): Removed description
299 of scm_register_module_xxx, which no longer exists. A description
300 of current techniques is needed.
301
e717bf46
MV
3022002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
303
304 * scheme-data.texi (Numbers): Added description of the new values
305 +inf.0, -inf.0 and +nan.0.
306
307 * posix.texi (Runtime Environment): Added entries for 'setenv' and
308 'unsetenv'.
309
3102002-04-28 Marius Vollmer <mvo@zagadka.ping.de>
311
312 * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
313 from gh.texi to data-rep.texi. Both files already had similar
314 descriptions for SCM. Given that gh.texi is deprecated, looking
315 up `SCM' in the index should take one to the primary location
316 rather than deprecated section. Hence this change. Added
317 `@deftp' for scm_t_bits data type so that a proper index entry is
318 added for this. Thanks to Richard Y. Kim!
319
320 * data-rep.texi (Subrs): Changed scm_make_gsubr to
321 scm_c_define_gsubr. Thanks to Richard Y. Kim!
322
efb7d2fc
MV
3232002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
324
325 * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
326 string-tokenize.
327
1982a56a
NJ
3282002-04-20 Neil Jerram <neil@ossau.uklinux.net>
329
ce9d0562
NJ
330 * scheme-intro.texi (Scheme Layout), scm.texi (Reference Layout):
331 Node moved from a to b.
332
333 * guile.texi (Scheme Intro, Basic Ideas, Guile Scripting, Command
334 Line Handling, Debugging Features, Autoconf Support, Miscellaneous
335 Tools, Further Reading): Moved to new Part II.
336
337 * preface.texi (Manual Layout): Part numbers updated accordingly.
338
339 * guile.texi (Top): Move API Overview node to beginning of Guile
340 API Reference part.
341 (Part II: Writing and Running Guile Scheme): New part; will
342 contain content from `Programming with Guile' that pertains to
343 writing and using Guile on the Scheme level.
344
345 * scm.texi (API Overview): Renamed from `Guile API'.
346
347 * guile.texi (Top), scheme-modules.texi (Included Guile Modules):
348 Debugger User Interface node renamed Debugging Features.
349
350 * debugging.texi (Stacks and Frames): Node deleted; non-duplicated
351 material moved to scheme-debug.texi.
352 (Debugging Features): Renamed from `Debugger User Interface'.
353
f2ba76ae
NJ
354 * scheme-debug.texi (Debugging): Rename chapter `Debugging
355 Infrastructure' and reorganize its contents.
356
357 * scheme-debug.texi (Debugging), scheme-control.texi (Handling
358 Errors): Move display-error to error-focussed section.
359
360 * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
361 backtrace to user-level debugging chapter.
362
363 * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
364 Properties): Move procedure-name, procedure-source and
365 procedure-environment to procedures chapter.
366
367 * scheme-debug.texi (Debugging), scheme-memory.texi (Memory
368 Blocks): Move malloc-stats to memory management chapter.
369
370 * scheme-procedures.texi (Syntax Rules): Remove mention of
371 use-modules for loading syncase; only use-syntax really works.
372 Thanks to Panagiotis Vossos for spotting this.
373
1982a56a
NJ
374 * program.texi (Scheme vs C): New node, with existing material
375 taken from chapter intro.
376 (Programming Overview): New intro para to introduce example of
377 Guile integration:
378 (Extending Dia): New node.
379
dc006627
MV
3802002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
381
382 * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
383 guile.tps, guile.vrs, guile.tmp.
384
755de645
NJ
3852002-04-01 Neil Jerram <neil@ossau.uklinux.net>
386
0624ce33
NJ
387 * scheme-intro.texi (Scheme Layout): Remove reference to defunct
388 Guile Extensions index.
389
390 * guile.texi: Removed Guile Extensions index.
391
392 * scheme-indices.texi (Guile Extensions Index): Removed.
393
394 * guile.texi: Remove vgone, vdeprecated, vchanged and vnote
395 macros; they're not actually useful after all. Update copyright
396 years.
397
398 * scheme-compound.texi (Vectors): Make subsections into nodes.
399 (Vectors): Review, slightly reorg and clarify docs in this
400 section.
401
755de645
NJ
402 * scheme-data.texi (Symbols): Reorganized node substructure and
403 added lots of explanatory text around the @deffn's.
404
e8f1ff71
NJ
4052002-03-29 Neil Jerram <neil@ossau.uklinux.net>
406
755de645
NJ
407 * scheme-modules.texi (Variables): Mention obarrays.
408
409 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
410 markers for deprecated symbol items.
411 (Symbol Props): Remove doc for obsolete 2 arg version of
412 symbol-interned?.
413 (String Miscellanea): Removed, since it only contained duplicate
414 doc for string-ci->symbol.
415 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
416 section removed.
417
e8f1ff71
NJ
418 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
419 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
420 eval2 and read-and-eval!.
421
422 * data-rep.texi (Describing a New Type), scheme-compound.texi
423 (Append/Reverse), scheme-procedures.texi (Internal Macros):
424 Trivial updates to sync with stable branch.
425
801892e7
NJ
4262002-03-27 Neil Jerram <neil@ossau.uklinux.net>
427
428 * scheme-compound.texi (List Searching): Remove docs for
429 `scm_sloppy_mem*', which no longer exist.
430
4312002-03-24 Neil Jerram <neil@ossau.uklinux.net>
432
433 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
434 Package): Use @ifnottex instead of @ifinfo, so that HTML
435 generation works correctly.
436
e31a525e
MV
4372002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
438
439 * tools.texi: Updated to reflect changes to the guile-snarf tool.
440
c16da59f
NJ
4412002-03-16 Neil Jerram <neil@ossau.uklinux.net>
442
443 * scheme-utility.texi (Hooks): Further updates. New material on
444 GC hooks.
445
446 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
447 eval2 and read-and-eval!.
448
449 * deprecated.texi (Deprecated): Remove docs about previously
450 deprecated items that have now been removed.
451
34ad73ed
TTN
4522002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
453
454 * tools.texi (guile-1.4 guile-snarf): Remove this node.
455 (How guile-snarf works): Update usage and description to
456 no longer mention "--compat=1.4" and instead "-d" and "-D".
457 (Macros guile-snarf recognizes): Add list of deprecated macros
458 and blurb. Add cindex for deprecated macros.
459
198586ed
NJ
4602002-03-15 Neil Jerram <neil@ossau.uklinux.net>
461
387d418c
NJ
462 * scheme-utility.texi (Hooks): Reviewed and updated.
463
464 * scheme-options.texi (Feature Tracking): New section.
465
466 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
467 description of corresponding C functions.
468
198586ed
NJ
469 * scheme-utility.texi (Object Properties): Revamp documentation on
470 object properties.
471
472 * scheme-memory.texi (Weak References): Update reference to Object
473 Properties node.
474
475 * guile.texi: Add macros for describing version information.
476
477 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
478 scheme-procedures.texi: Automatic updates from snarfed libguile
479 docstrings.
480
13b68204
TTN
4812002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
482
483 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
484
2287fb53
TTN
485 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
486 new processing steps. Update usage example, makefile frag.
487
488 (guile-1.4 guile-snarf): New subsubsection under
489 "Init Snarfing with guile-snarf".
490
413d32b6
NJ
4912002-03-12 Neil Jerram <neil@ossau.uklinux.net>
492
21b83aab
NJ
493 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
494 Automatic updates from snarfed libguile docstrings.
495
413d32b6
NJ
496 * data-rep.texi, guile.texi, scheme-evaluation.texi,
497 scheme-options.texi, scheme-translation.texi: Various minor
498 enhancements ported from the stable CVS branch.
499
1ebf1566
TTN
5002002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
501
502 * tools.texi (Miscellaneous Tools): New node/chapter.
503 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
504 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
505 (Executable Modules): Now a section under "Miscellaneous Tools".
506
507 * guile.texi (Miscellaneous Tools): Add under "Part II".
508 Implement by including tools.texi.
509
510 * Makefile.am (guile_TEXINFOS): Add tools.texi.
511
5122002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
513
514 * tools.texi: New file.
515
a3f0622d
NJ
5162002-03-03 Neil Jerram <neil@ossau.uklinux.net>
517
518 * autoconf.texi (Autoconf Background): Insert missing `of'.
519
228a24ef
DH
5202002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
521
522 * api.txt, data-rep.texi: Renamed the struct scm_cell to
523 scm_t_cell.
524
525 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
526 scm_alloc_double_cell to scm_double_cell.
527
eee065c4
MV
5282002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
529
530 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
531 section.
532
621f22b1
MV
5332002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
534
535 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
536 scm_must_malloc and free in example code. Updated text for the
537 new memory management functions.
538
539 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
540 of to scm_must_malloc.
541
edb810bb
SJ
5422002-02-27 Stefan Jahn <stefan@lkcc.org>
543
544 * gh.texi (scm transition summary): Documented some more
545 gh equivalents and removed appropriate FIXME's.
546
327d4dd3
TTN
5472002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
548
549 * Makefile.am: Update path to pre-inst-guile automake frag.
550
8794fdca
RB
5512002-02-24 Rob Browning <rlb@defaultvalue.org>
552
553 * .cvsignore: add autoconf-macros.texi.
554
555 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
556
bd75ebc3
MV
5572002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
558
559 * scheme-memory.texi (Memory Blocks): New section.
560
5e9d88a4
TTN
5612002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
562
563 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
564
565 (GUILE): Delete var.
566 (autoconf-macros.texi): Use $(preinstguiletool).
567
7c5c2796
TTN
5682002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
569
570 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
571 (Autoconf Support): Add new sections to menu.
572
402e687c
MV
5732002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
574
575 * scheme-data.texi (Symbol Uninterned): Added node.
576
f74fa0a0
SJ
5772002-01-29 Stefan Jahn <stefan@lkcc.org>
578
579 * gh.texi (scm transition summary): Documented gh equivalents
580 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
581 and removed the appropriate FIXME's.
582
68cf83e0
MV
5832002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
584
585 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
586 when invoking the uninstalled guile executable.
587
5b156bcd
TTN
5882002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
589
590 * Makefile.am (autoconf-macros.texi): Fix build bug:
591 Write this file to srcdir. Thanks to I. N. Golubev.
592
8430281a
GH
5932002-01-08 Gary Houston <ghouston@arglist.com>
594
595 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
596 when building autoconf-macros.texi. There are still problems with
597 modules and running makeinfo when builddir != srcdir.
598
a3e49ac1
TTN
5992002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
600
601 * data-rep.texi, gh.texi, guile.texi, intro.texi,
602 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
603 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
604 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
605 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
606 scheme-modules.texi, scheme-procedures.texi,
607 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
608 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
609
4902ea64
NJ
6102002-01-07 Neil Jerram <neil@ossau.uklinux.net>
611
612 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
613 `do'). Thanks to Fabrice Bauzac.
614
f1597833
TTN
6152002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
616
617 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
618
4d9678fd
TTN
6192002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
620
621 * guile.texi (Part II): Add "Autoconf Support"; include
622 autoconf.texi.
623
624 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
625 autoconf-macros.texi.
626 (autoconf.texi, autoconf-macros.texi): New rules.
627
628 * autoconf.texi: New file.
629
0fabb425
MV
6302001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
631
632 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
633 "Pierre". Thanks to Ron Peterson!
634
226297eb
NJ
6352001-12-22 Neil Jerram <neil@ossau.uklinux.net>
636
637 * program.texi (Programming Overview): Chapter renamed from
638 `Programming Options'; some new material added.
639
a7a7bb95
NJ
6402001-12-07 Neil Jerram <neil@ossau.uklinux.net>
641
642 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
643 broadened so that this chapter discusses the Guile API as a whole.
644
645 * program.texi (Available Functionality): Revise so that text
646 reads better.
647
648 * guile.texi (Programming Intro): New introductory text.
649
650 * scheme-ideas.texi (Definition): Reorder reference bullets in
651 ascending page number order.
652
923d5b87
MG
6532001-12-04 Martin Grabmueller <mg@glug.org>
654
655 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
656 either.
657
2a946b44
NJ
6582001-12-01 Neil Jerram <neil@ossau.uklinux.net>
659
4c731ece
NJ
660 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
661
662 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
663
2a946b44
NJ
664 * scheme-data.texi (Variables): Node moved to modules chapter.
665 (Symbol Read Syntax): New node, with syntax-related material taken
666 from old Symbols node.
667 (Symbol Primitives): Renamed from `Symbols'.
668 (Symbols and Variables): Renamed to `Symbols'.
669 (Symbol Props): Renamed from `Symbol Tables'.
670 (Symbols): General review, improvements and additional material
671 throughout this section.
4c731ece
NJ
672 (Other Data Types): New material: links to object types documented
673 elsewhere. Also renamed node to `Other Types'.
674 (Data Types): Split into two: `Simple Data Types' and `Compound
675 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
676
677 * guile.texi: Updated Notes comment.
678
679 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
680 part, as the Rx interface is not core Guile.
681
6822001-11-30 Neil Jerram <neil@ossau.uklinux.net>
683
684 * scheme-data.texi (String Miscellanea): Removed, moving doc for
685 string-ci->symbol into the node on Symbols.
686
687 * Makefile.am (ETAGS_ARGS): Added.
688
689 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
690 intern-symbol, string->obarray-symbol, symbol-binding,
691 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
692 of which no longer exist.
693
5f7dd1ca
TTN
6942001-11-25 Thien-Thi Nguyen <ttn@glug.org>
695
696 * posix.texi: Fix spelling. Thanks to Chris Cramer.
697 Reword `getpass' intro blurb.
698
c276c3e3
NJ
6992001-11-23 Neil Jerram <neil@ossau.uklinux.net>
700
701 * program.texi (Program Control): Remove spurious placeholder
702 text.
703
19a35d19
TTN
7042001-11-20 Thien-Thi Nguyen <ttn@glug.org>
705
706 * scheme-options.texi (Install Config):
707 Tweak `%load-path' verb to not imply it's a proc.
708 Add documentation for `%guile-build-info'.
709
d4e5a409
NJ
7102001-11-19 Neil Jerram <neil@ossau.uklinux.net>
711
712 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
713 doc for builtin-bindings (no longer exists).
714 (Variables): Expanded existing description of variables. Removed
715 doc for builtin-variable (no longer exists).
716
717 * scheme-binding.texi (Top Level): New docs for define, scm_define
718 and scm_c_define. Also clarified point about interchangeability
719 of define and set!.
720
694a9bb3
NJ
7212001-11-18 Neil Jerram <neil@ossau.uklinux.net>
722
723 * scheme-data.texi (Vectors): Autoupdate docs for
724 vector-move-left! and vector-move-right!.
725
8f85c0c6
NJ
7262001-11-16 Neil Jerram <neil@ossau.uklinux.net>
727
728 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
729 new-docstrings.texi, posix.texi, scheme-binding.texi,
730 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
731 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
732 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
733 scheme-scheduling.texi, scheme-translation.texi,
734 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
735 category for "primitive" and "procedure" @deffn's to {Scheme
736 Procedure}; add @deffnx lines for {C Function}s; automatic updates
737 from libguile docstring changes.
738
739 * scheme-memory.texi (Garbage Collection): Removed doc for removed
740 `unhash-name'.
741
ef394643
TTN
7422001-11-14 Thien-Thi Nguyen <ttn@glug.org>
743
744 * scheme-procedures.texi: Spell "library" correctly.
745
72dd0a03
NJ
7462001-11-13 Neil Jerram <neil@ossau.uklinux.net>
747
748 * new-docstrings.texi, scheme-data.texi: Merge recent doc
749 improvements from stable branch.
750
751 * scheme-options.texi: Automatic updates from docstring changes in
752 libguile's C source code.
753
b56b5983
NJ
7542001-11-12 Neil Jerram <neil@ossau.uklinux.net>
755
756 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
757 updates for struct? and struct-vtable?.
758 (String Searching): Add missing "for". Thanks to Scott Lenser.
759
9401323e
NJ
7602001-11-08 Neil Jerram <neil@ossau.uklinux.net>
761
762 * guile.texi (Top): Added new chapter `Programming Options'.
763
764 * program.texi: New file.
765
766 * Makefile.am (guile_TEXINFOS): Added program.texi.
767
7682001-11-07 Neil Jerram <neil@ossau.uklinux.net>
769
770 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
771 scheme-data.texi, scheme-binding.texi, posix.texi,
772 new-docstrings.texi: Automatic updates from improved libguile
773 docstrings.
774
7752001-11-04 Neil Jerram <neil@ossau.uklinux.net>
776
777 * preface.texi: Use MANUAL_EDITION variable.
778 (Manual Layout): Updated to reflect reorg.
779
780 * guile.texi (MANUAL_EDITION): New variable, with value
781 incremented from 1.0 to 1.1 to reflect the reorg described here.
782 (Top): Use MANUAL_EDITION variable.
783
784 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
785 @unnumbered rather than @chapter for these indices.
786
787 * guile.texi (Top): A little top-level reshuffling, with the aims
788 that: (1) the `Guile Scheme' (reference) part of the manual
789 becomes the `Guile API Reference', and covers both Scheme and C
790 interfaces; (2) non-API-reference material such as the `Basic
791 Ideas in Scheme' chapter is collected together to form a new part
792 `Programming with Guile'. This new part will contain general
793 documentation on using and programming Guile in both Scheme and C,
794 including - for example - awareness of GC when C programming, how
795 to use the snarf macros, how to debug ...
796 (Top): Move inclusion of scheme-indices.texi so that all indices
797 appear together in the printed manual.
798
799 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
800 debugging.texi.
ef394643 801
9401323e
NJ
802 * appendices.texi: Removed.
803
804 * debugging.texi (Debugger User Interface): New file, same as the
805 material that used to be in appendices.texi, but now a chapter in
806 Part II rather than an appendix.
807
808 * appendices.texi (Obtaining and Installing Guile): Moved to
809 become a chapter in ...
810 * intro.texi: ... Part I: Introduction to Guile.
811
812 * scm.texi (I/O Extensions): Moved to become a section of ...
813 * scheme-io.texi (Input and Output): ... this chapter.
814
815 * scm.texi (Handling Errors): Moved to become a section of ...
816 * scheme-control.texi (Control Mechanisms): ... this chapter.
817
ca26b87d
TTN
8182001-11-06 Thien-Thi Nguyen <ttn@glug.org>
819
820 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
821 time and clock resolution, SRFI-19 Time object and accessors,
822 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
823 procedures, SRFI-19 Date object and accessors, SRFI-19
824 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
825 to string/string to date converters): New nodes.
04bbd6ce 826 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 827
7ab89df1
MV
8282001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
829
830 * scripts.texi: Document `--debug' and `--no-debug'.
831
c2c67382
GH
8322001-10-27 Gary Houston <ghouston@arglist.com>
833
a42b5e5b
GH
834 * guile.texi, scsh.texi: removed obsolete guile-scsh material
835 and updated links (I don't know if it should remain in the
836 main menu. It's like slib I think.)
837
c2c67382
GH
838 * minor updates to the slib installation notes.
839
a599743c
NJ
8402001-10-05 Neil Jerram <neil@ossau.uklinux.net>
841
842 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
843 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
844 noticing that they'd disappeared!)
845
74e0de86
TTN
8462001-10-05 Thien-Thi Nguyen <ttn@glug.org>
847
848 * scheme-io.texi (Writing): Add entry for `display'.
849 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
850
40f316d0
MG
8512001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
852
853 * srfi-modules.texi (SRFI-13): Tyop fix.
854 (SRFI-13): Changed paragraph about bindings both in the code and
855 in SRFI-13.
856
857 * misc-modules.texi (Formatted Output): Tyop fix.
858 (Formatted Output): Document ~g properly.
859
860 Thanks to Alex Schroeder for pointing out the typos and sending
861 suggestions.
74e0de86 862
523f81ba
TTN
8632001-09-25 Thien-Thi Nguyen <ttn@glug.org>
864
865 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
866 Thanks to suggestion by Alex Schroeder.
867
6c997de2
NJ
8682001-08-30 Neil Jerram <neil@ossau.uklinux.net>
869
255ea784
NJ
870 * guile.texi (Top): Group all index nodes together so that
871 `Info-index' works more effectively in Info. Thanks to Eric
872 Hanchrow for the report and fix.
873
6c997de2
NJ
874 * scheme-data.texi (Random, String Syntax, String Modification,
875 Regular Expressions), scheme-ideas.texi (Definition),
876 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
877 scm.texi (Transforming Scheme name to C name, Port
878 Implementation): Various typo fixes and clarifications merged from
879 the stable CVS branch.
880
b45898ca
NJ
8812001-08-27 Neil Jerram <neil@ossau.uklinux.net>
882
883 * intro.texi: Merged wording fixes from stable CVS branch.
884
885 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
886
887 * guile.texi: Incorporate text previously in separate AUTHORS
888 file.
889
8902001-08-27 Neil Jerram <neil@ossau.uklinux.net>
891
892 The change log for files in this directory continues backwards
893 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
894 prior to this date was contained in a single directory.