(docstring-process-alist): Consider entries in reverse order. That
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
4b0d27f2
MV
12004-08-24 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 Ran a (docstring-process-module "(guile)") and moved entries from
4 new-docstrings.texi to their appropriate place.
5
6 * api-undocumented.texi: New file.
7
3ece39d6
MV
82004-08-21 Marius Vollmer <mvo@zagadka.de>
9
10 From Richard Todd, Thanks!
11
12 * scheme-scripts.texi (Invoking Guile): documented new '-L'
13 switch.
14
61d6ed68
MV
152004-08-20 Marius Vollmer <mvo@zagadka.de>
16
17 * gh.texi: Updated transition section with new recommended things.
18
323a7e80
MV
192004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
20
21 * api-data.texi (Strings): Document copy-on-write behavior and
22 mutation-sharing substrings.
23 (Symbols): Document scm_from_locale_symbol and
24 scm_from_locale_symboln.
25
86ff1823
KR
262004-08-18 Kevin Ryde <user42@zip.com.au>
27
28 * posix.texi (Network Sockets and Communication): Add SOCK_RDM and
29 SOCK_SEQPACKET.
30
31 * posix.texi (Internet Socket Examples): Correction to socket calls,
32 should be PF_INET not AF_INET (though generally the two are the same
33 value).
34
02d9c82a
KR
352004-08-14 Kevin Ryde <user42@zip.com.au>
36
80b707b7
KR
37 * api-scheduling.texi (Mutexes): New datatype-centric section, adding
38 fair mutexes and collecting up material from ...
39 (Low level thread primitives, Higher level thread procedures, C level
40 thread interface): ... these nodes.
41
02d9c82a
KR
42 * srfi-modules.texi (SRFI-13 Predicates): Add string-any and
43 string-every support for char and charset predicates.
44
bb26cc2d
MV
452004-08-11 Marius Vollmer <mvo@zagadka.de>
46
47 * api-data.texi (scm_c_round, scm_c_truncate): Docs for'em.
48
f9751e86
MV
492004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
50
51 * api-control.texi: Updated example to use scm_to_locale_string
52 instead of roll-your-own scm_to_string. Also showcase
53 scm_frame_free.
54
55 * api-data.texi: Docs for scm_is_string, scm_to_locale_string*,
56 and scm_from_locale_string*.
57
58 * api-memory.texi: Docs for scm_frame_free.
59
636d4be5
KR
602004-08-09 Kevin Ryde <user42@zip.com.au>
61
62 * api-io.texi (File Ports): In open-file, describe the "b" binary flag.
63
64 * slib.texi (SLIB): Add notes on delete-file, provided? and open-file
65 overridden by ice-9 slib module.
66
29e61124
KR
672004-08-05 Kevin Ryde <user42@zip.com.au>
68
69 * api-scheduling.texi (Arbiters): Tweak wording for clarity, note any
70 thread can unlock not just the one which locked.
71
72 * posix.texi (Conventions): Describe system-error args, use @defun for
73 system-error-errno instead of just words.
74
75 * srfi-modules.texi (SRFI-13 Predicates): Tweak wording for clarity.
76 For string-every, note return is #t when no characters. For
77 string-any and string-every, note last pred call is not currently a
78 tail call, contrary to SRFI-13 spec.
79
c165cd43
MV
802004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
81
82 * api-data.texi: Added scm_is_real, scm_is_rational,
96d8c217
MV
83 scm_to_double, scm_from_double, numerator, and denominator. Added
84 scm_is_complex, scm_is_number, scm_c_make_rectangular,
c5e45cba 85 scm_c_make_polar, scm_c_real_part, scm_c_imag_part,
96d8c217
MV
86 scm_c_magnitude, and scm_c_angle.
87
8a3befe3
MV
882004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
89
c079ba3b
MV
90 * gh.texi: Replaced references to scm_num2* with scm_to_* and
91 references to scm_*2num with scm_from_*.
92
8a3befe3
MV
93 Renamed many file to make the structure of the manual more evident
94 in the names. Changed all references.
95
96 * scheme-binding.texi: Renamed to api-binding.texi.
97 * scheme-compound.texi: Renamed to api-compound.texi.
98 * scheme-control.texi: Renamed to api-control.texi.
99 * scheme-data.texi: Renamed to api-data.texi.
100 * scheme-debug.texi: Renamed to api-debug.texi.
101 * deprecated.texi: Renamed to api-deprecated.texi.
102 * scheme-evaluation.texi: Renamed to api-evaluation.texi.
103 * ref-init.texi: Renamed to api-init.texi.
104 * scheme-io.texi: Renamed to api-io.texi.
105 * scheme-memory.texi: Renamed to api-memory.texi.
106 * scheme-modules.texi: Renamed to api-modules.texi.
107 * scheme-options.texi: Renamed to api-options.texi.
108 * scm.texi: Renamed to api-overview.texi.
109 * scheme-procedures.texi: Renamed to api-procedures.texi.
110 * scheme-scheduling.texi: Renamed to api-scheduling.texi.
111 * scheme-scm.texi: Renamed to api-scm.texi.
112 * scheme-smobs.texi: Renamed to api-smobs.texi.
113 * scheme-snarf.texi: Renamed to api-snarf.texi.
114 * scheme-translation.texi: Renamed to api-translation.texi.
115 * scheme-utility.texi: Renamed to api-utility.texi.
116 * debugging.texi: Renamed to scheme-debugging.texi.
117 * scripts.texi: Renamed to scheme-scripts.texi.
118 * program.texi: Renamed to libguile-program.texi.
119
f625d00f
MV
120 * api-deprecated.texi: Removed.
121 * intro.texi (Discouraged and Deprecated): General information
122 about deprecation, etc.
123
da1e6e67
MV
1242004-07-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
125
126 * misc-modules.texi (Formatted Output): Changed @w to @w{} in
127 itemize. The former doesn't work for some reason...
128
eab8f8b2
KR
1292004-07-28 Kevin Ryde <user42@zip.com.au>
130
131 * misc-modules.texi (Formatted Output): Rewrite, describing escapes
132 and parameters in detail.
133 * guile.texi (@le, @ge): New macros for ifnottex.
134
34111015
KR
1352004-07-24 Kevin Ryde <user42@zip.com.au>
136
e759bc7c
KR
137 * guile.texi (@nicode): Use @alias instead of @macro, for correct
138 handling of backslashes.
139
317b4c4a
KR
140 * scheme-control.texi (Frames): Add @vindex for SCM_F_WIND_EXPLICITLY.
141
34111015
KR
142 * scheme-data.texi (String Syntax): Add all backslash forms accepted.
143 (Regexp Functions): Use @defvar for regexp/icase etc, to emphasise
144 that they're variables not symbols etc.
145
317b4c4a
KR
146 * scheme-smobs.texi (Smobs): In SCM_SMOB_OBJECT_LOC,
147 SCM_SMOB_OBJECT_2_LOC, SCM_SMOB_OBJECT_3_LOC, use {} to avoid "*"
148 getting into the index as part of the macro name.
149
34111015
KR
150 * srfi-modules.texi (SRFI-0): Revise for clarity, drop BNF in favour
151 of plain description, emphasise this is just for portable programs.
152
0523f1c0
MV
1532004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
154
155 * scheme-data.texi (Integers): Talk more about inexact and exact
156 integers.
157
7f6c5a88
KR
1582004-07-10 Kevin Ryde <user42@zip.com.au>
159
160 * srfi-modules.texi (SRFI-0): Add srfi-6 to the identifiers provided
161 by default.
162
33e57bbd
MV
1632004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
164
11c8f729
MV
165 * scheme-data.texi (Integers): Added docs for the new scm_is_,
166 scm_to_ and scm_from_ functions for integers.
167
39852cea
MV
168 * data-rep.texi (How Guile does it): Mark as being in limbo. All
169 the real documentation will be in the nodes "Programming in C" and
170 "API Reference".
171 (Boolean Data): Just refer to node "Booleans".
172
173 * gh.texi: Replace references to SCM_NFALSEP, etc with
174 scm_is_true, etc.
175
33e57bbd
MV
176 * scheme-data.texi (Booleans): Flag all function-like definitions
177 as "C Functions".
178
c309617c
MV
1792004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
180
181 * scheme-data.texi: Remove non-R5RS stuff from the 'rn' index.
182
183 * scheme-utility.texi: Added scm_is_eq, scm_eq_p, scm_eqv_p, and
184 scm_equal_p.
185
71ab4b50
MV
1862004-07-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
187
188 * scheme-data.texi (Booleans): Added reference entries for
189 scm_is_true, scm_is_false, scm_is_bool, scm_from_bool, and
190 scm_to_bool.
191
e4e4449c
MV
1922004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
193
194 * Makefile.am: Removed home-grown code for HTML generation.
195 Automake does it for us now.
196
197 * guile.texi, scheme-scm.texi: Do not use TeXinfo markup in
198 section or node names.
199
6293838c
RB
2002004-06-20 Rob Browning <rlb@defaultvalue.org>
201
202 * srfi-modules.texi (SRFI-31): add documentation for srfi-31.
203
6123c3bc
KR
2042004-05-19 Kevin Ryde <user42@zip.com.au>
205
206 * Makefile.am (CLEANFILES): Remove guile.cps guile.fns guile.rns
207 guile.tps guile.vrs guile.tmp, cleaned by automake these days.
208
c1e7caf7
MV
2092004-05-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
210
211 * scheme-smobs.texi: Updated for new SCM_SMOB_* macros.
212
213 * preface.texi: Moved around the sections so that the manual
214 overview comes first.
215
216 * libguile-smobs.texi: Updated for the new role of scm_t_bits.
217
3229f68b
MV
2182004-04-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
219
220 * Big reorganization of the whole manual to give it a simpler
221 structure.
222
682fb084
KR
2232004-03-25 Kevin Ryde <user42@zip.com.au>
224
225 * slib.texi (SLIB): Amend `require' cross reference node name, is
226 called "Require" in slib 3a1.
227
c344fddd
KR
2282004-03-23 Kevin Ryde <user42@zip.com.au>
229
230 * scheme-data.texi (Reals and Rationals): Typo in `rationalize'.
231
82ab7b18
KR
2322004-03-04 Kevin Ryde <user42@zip.com.au>
233
234 * posix.texi (Processes): Add setgroups.
235
236 * srfi-modules.texi (SRFI-26): New section.
237
2c143381
KR
2382004-02-21 Kevin Ryde <user42@zip.com.au>
239
238f1919 240 * scheme-evaluation.texi (Expression Syntax): Add @findex entries for
2c143381
KR
241 quote and quasiquote no longer using @deffn.
242
83078c1e
MV
2432004-02-20 Marius Vollmer <marius.vollmer@uni-dortmund.de>
244
245 * scheme-evaluation.texi (Expression Syntax): Turned syntax
246 description into a table, @deffn is not really up to the task.
247
ab32bd34
MV
2482004-02-18 Marius Vollmer <mvo@zagadka.de>
249
250 * guile.texi: Replaced list of authors with "The Guile
251 Developers".
252
253 * preface.texi (Contributors to the Manual): New section.
254
255 * scheme-evaluation.texi (Expression Syntax): Use an empty name
256 for the function call syntax definition. Otherwise, TeX complains
257 about unbalanced parenthesis.
258
573bc473
KR
2592004-02-18 Kevin Ryde <user42@zip.com.au>
260
261 * scheme-evaluation.texi (Expression Syntax): Fill section with
262 function calling etc, and quote and quasiquote.
263
264 * srfi-modules.texi (SRFI-9): Revise for detail and clarity. Don't
265 use ":foo" for example type name, since that depends on the keyword
266 reading option.
267
411a674a
MD
2682004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
269
270 * scheme-compound.texi (Hash Table Reference): Wrote a new entry
271 for hash-for-each-handle.
272
99fcc940
KR
2732004-02-16 Kevin Ryde <user42@zip.com.au>
274
275 * scheme-compound.texi (Sloppy Alist Functions): Amend error messages
276 shown to match current guile output.
277
c78a96e0
MD
2782004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
279
280 * scheme-compound.texi (Hash Table Reference): Renamed hash-map
281 --> hash-map->list.
282
c6e94bec
KR
2832004-02-15 Kevin Ryde <user42@zip.com.au>
284
285 * scheme-compound.texi (Hash Table Reference): In scm_hash_ref etc,
286 remove note that dflt must be given, it can be SCM_UNSPECIFIED.
287
288 * scheme-control.texi (while do): Expand and clarify `do', in
289 particular note iteration binds fresh locations, rather than values
290 "stored".
291
292 * srfi-modules.texi (SRFI-4): Revise for clarity, give each function
293 explicitly rather than showing TAG so Emacs info-look can find them,
294 merge "SRFI-4 - Read Syntax" and "SRFI-4 - Procedures" into just one
295 node.
296
ad94d5ce
KR
2972004-02-12 Kevin Ryde <user42@zip.com.au>
298
299 * scheme-compound.texi (Conventional Arrays): Revise for clarity.
300 In array-equal?, show multiple arguments allowed.
301 (Uniform Arrays): Remove duplicate array?.
302 * guile.texi (cross): New macro.
303
304 * scheme-compound.texi (Uniform Arrays): Note 1/3 prototype for
305 doubles is now an exact fraction.
306
307 * slib.texi (SLIB): Index entry for replacement `system'.
308
328df3e3
MD
3092004-01-28 Mikael Djurfeldt <mdj@chunk.mit.edu>
310
311 * scheme-compound.texi (Uniform Arrays): Added a FIXME warning
312 that the 1/3 prototype no longer works.
313
82b67748
MV
3142004-01-23 Marius Vollmer <mvo@zagadka.de>
315
316 * Makefile.am (guile_TEXINFOS): Added fdl.texi.
317
2153f459
MV
3182004-01-21 Marius Vollmer <mvo@zagadka.de>
319
320 Added copyright notices to all TeXinfo files.
321
322 * fdl.texi: New.
323 * guile.texi: Include it as an appendix.
324 * preface.texi: State that the manual is FDL.
325
165e14cf
KR
3262004-01-20 Kevin Ryde <user42@zip.com.au>
327
328 * preface.texi (Guile License): Note readline is GPL and manual has
329 its own copying terms. Describe briefly what the licenses mean in
330 practice.
331
332 * scheme-scheduling.texi (Higher level thread procedures): In monitor,
333 don't let "newly created" suggest a mutex created on every evaluation.
334 Note what "monitor" means.
335
336 * slib.texi (SLIB): Note `system' redefined by (ice-9 slib). Tweak
337 `require' example.
338
ff96677f
KR
3392004-01-11 Kevin Ryde <user42@zip.com.au>
340
341 * misc-modules.texi (Queues): New chapter.
342 * guile.texi (Top): Add it.
343
c95243c7
KR
3442004-01-09 Kevin Ryde <user42@zip.com.au>
345
346 * scheme-compound.texi (Bit Vectors): Revise for clarity, following
347 report by Rouben Rostamian. Remove #b() example, that syntax is not
348 accepted.
349
fc6bb283
MV
3502004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
351
352 * scheme-control.texi, scheme-io.tex, scheme-scheduling.texi:
353 Adapt to new 'frame' names. Document scm_c_with_fluid,
354 scm_c_with_fluids, and scm_frame_fluid.
355
aacff585
MV
3562004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
357
358 * scheme-control.texi: Document scm_on_unwind_with_scm and
359 scm_on_rewind_with_scm.
360
49c00ecc
MV
3612004-01-05 Marius Vollmer <mvo@zagadka.de>
362
363 * scheme-scheduling.texi: Document scm_with_[un]blocked_asyncs.
364
365 * scheme-io.texi: Document scm_with_current_<foo>_port.
366
dab514a8
MV
3672004-01-03 Marius Vollmer <mvo@zagadka.de>
368
369 * scheme-control.texi: Document the frames stuff and other random
370 changes.
371
441a25d9
KR
3722004-01-04 Kevin Ryde <user42@zip.com.au>
373
ec76b8f9
KR
374 * scheme-scheduling.texi (Threads): Note Guile uses POSIX threads, for
375 concurrency and preemption.
376 (C level thread interface): Note periodic libguile call required for C
377 code in threads, add commented out reminders for SCM_TICK and
378 guile-mode, for when those features are ready.
379
441a25d9
KR
380 * srfi-modules.texi (SRFI-1 Filtering and Partitioning): For partition
381 and partition!, emphasise the multi-value return, note partition may
382 share a tail with the given list.
383
384 * srfi-modules.texi (SRFI-1 Searching, SRFI-1 Deleting, SRFI-1
385 Association Lists): Note how member, delete, delete! and assoc extend
386 the corresponding core functions.
387
16f9b795
KR
3882003-11-25 Kevin Ryde <user42@zip.com.au>
389
390 * tools.texi (Macros guile-snarf recognizes): Correction to GOOPS
391 cross reference.
392
f24809dc
MV
3932003-11-19 Marius Vollmer <mvo@zagadka.de>
394
395 * scheme-data.texi: Include exact rationals.
396
397 From Stephen Compall. Thanks!
398
399 * intro.texi (What is Guile?): Add @acronym for POSIX, R5RS, GUI,
400 and HTTP. Conclude linking libguile. Say what one can find *for*.
401
402 * preface.texi (Manual Conventions): Double-quote some statements
403 formerly single-quoted. Remove some redundant quotes around code.
404 Clarify meaning of `iff' further for those that didn't get it the
405 first time 'round (like me). Make graphical indicators samples,
406 not code. Put results of evaluation on the same line as @result
407 symbols. Use @print example as example of total usage, and remind
408 readers not to forget the difference.
409
aff7e166
MV
4102003-11-17 Marius Vollmer <mvo@zagadka.de>
411
412 * scheme-modules.texi: Document '@' and '@@'.
413
414 * scripts.texi: Mention that "-e (@ ...)" also works.
415
8868e472
KR
4162003-11-15 Kevin Ryde <user42@zip.com.au>
417
418 * scheme-data.texi (Random): Add *random-state* variable, put note at
419 the top of the node about it being the default, rather than just in
420 the description of random.
421
59e8c5a3
MV
4222003-11-13 Marius Vollmer <mvo@zagadka.de>
423
424 * preface.texi (Manual Layout): Wrap POSIX, API, and SLIB in
425 @acronym. Change from paragraph format (somewhat clumsy-looking
426 on paper, at least) to @table format, with headers @strong. Made
427 example modules complete sentences. From Stephen Compall, thanks!
428
a07b5c18
KR
4292003-11-09 Kevin Ryde <user42@zip.com.au>
430
c2337a61
KR
431 * misc-modules.texi (Pretty Printing): Add new keyword options, break
432 example to avoid long line.
433
a07b5c18
KR
434 * scheme-data.texi (Random): In random, use @code for *random-state*.
435 Reported by Stephen Compall.
436
c2337a61
KR
437 * srfi-modules.texi (SRFI-1 Filtering and Partitioning): Move filter
438 and filter! ...
439 * scheme-compound.texi (List Modification): ... to here, now that
440 they're implemented in the core.
441
a5fda890
KR
4422003-11-03 Kevin Ryde <user42@zip.com.au>
443
444 * misc-modules.texi (File Tree Walk): New chapter.
445 * guile.texi: Add it.
446
2ec86560
KR
4472003-10-18 Kevin Ryde <user42@zip.com.au>
448
449 * gh.texi (Calling Scheme procedures from C, scm transition summary):
450 Refer to scm_list_n, not the old name scm_listify.
451 (scm transition summary): For gh_apply, recommend scm_apply_0, which
452 is now documented.
453
454 * gh.texi (Defining new Scheme procedures in C): Don't use
455 @strong{Note:}, latest makeinfo will complain it looks like a cross
456 reference.
457
458 * posix.texi (Time): Correction to strftime glibc cross reference
459 node, now "Formatting Calendar Time".
460
461 * srfi-modules.texi (SRFI-1 Searching): In break, note conflict with
462 binding established by `while'.
463
f09fe637
KR
4642003-10-09 Kevin Ryde <user42@zip.com.au>
465
466 * scheme-compound.texi (Hash Table Reference): Decribe rehashing, note
467 no hashx-remove!, describe make-hash-table size parameter.
468
6b5dc4ee
MV
4692003-10-06 Marius Vollmer <mvo@zagadka.de>
470
471 * scheme-memory.texi: Added a short explanation of the GC and the
472 conservative stack scanning.
473 (scm_gc_protect_object, scm_gc_unprotect_object,
474 scm_permanent_object): New.
475
476 * data-rep.texi, scheme-memory.texi (scm_remember_upto_here_1,
477 scm_remember_upto_here_2): Moved from data-rep.texi to
478 scheme-memory.texi.
479
8552a9c0
KR
4802003-10-02 Kevin Ryde <user42@zip.com.au>
481
482 * scheme-io.texi (String Ports): In call-with-output-string, note proc
483 should not close the port. In get-output-string, note string must be
484 gotten before closing the port.
485
a21ceb52
KR
4862003-09-21 Kevin Ryde <user42@zip.com.au>
487
488 * posix.texi (File System): In access?, reword a bit, clarify real
489 versus effective ID handling, cross reference glibc on that, and
490 recommend against access tests in library functions.
491
9f5e5b56
KR
4922003-09-13 Kevin Ryde <user42@zip.com.au>
493
494 * posix.texi (File System): In stat:dev and stat:mode, clarify that
495 both are numbers.
496
497 * posix.texi (Network Address Conversion): Under IPv4, describe
498 numeric representation in Guile, add INADDR_LOOPBACK and
499 INADDR_BROADCAST, add commented-out INADDR_NONE.
500
501 * scheme-compound.texi (Append/Reverse): Merge reverse and reverse!,
502 describe newtail parameter for reverse!, remove confusing caveat about
503 head becoming tail for reverse!.
504
505 * scheme-io.texi (Reading): In port-column, port-line,
506 set-port-column! and set-port-line!, port parameter must be given,
507 there's no default to current input.
508
509 * scheme-io.texi (Reading): Add scm_c_read.
510 (Writing): Add scm_c_write.
511
512 * srfi-modules.texi (SRFI-1 Constructors): Add list-copy.
513
89990cc6
KR
514 * srfi-modules.texi (SRFI-19): Rewrite, adding descriptions of all
515 functions, and a bit of an introduction.
516
53bb8782
KR
5172003-09-03 Kevin Ryde <user42@zip.com.au>
518
519 * scheme-data.texi (Keyword Primitives): Add examples to
520 make-keyword-from-dash-symbol and keyword-dash-symbol. Add
521 scm_c_make_keyword.
522
523 * scheme-data.texi (Symbol Primitives): In gensym, cross reference
524 uninterned symbols, use @w{} on " g" prefix to avoid any chance of a
525 line break obscuring it.
526
0f008a15
KR
5272003-08-30 Kevin Ryde <user42@zip.com.au>
528
529 * data-rep.texi (Remembering During Operations): Note
530 scm_remember_upto_here_1 applies only to C automatic variables.
531
532 * guile.texi: Move @contents to usual place after title page, and
533 after first menu since that looks nice in html.
534
535 * posix.texi (Ports and File Descriptors): In pipe PIPE_BUF, use
536 @defvar, reword a bit for clarity, cross reference glibc.
537
538 * posix.texi (Network Sockets and Communication): In socket, use
539 @defvar for protocol variables, cross reference for getprotobyname,
540 note it's usually connect and accept that establishes communication.
541
542 * posix.texi (Network Sockets and Communication): In socketpair,
543 clarify the return is a pair with ports in car and cdr, note
544 connection is full duplex, refer to socket for parameters, refer to
545 PF_UNIX rather than AF_UNIX.
546
547 * scheme-compound.texi (Append/Reverse): Merge append and append!,
548 shown parameters as lst1 ... lstN, describe list argument for
549 scm_append and scm_append_x and note that it's unmodified.
550
551 * scheme-compound.texi (Hash Table Reference): Add hashx- case
552 insensitive string example, add cross references to symbol-hash,
553 string-hash, string-hash-ci, and char-set-hash.
554
555 * scheme-control.texi (Multiple Values): In values, show args as "arg1
556 ... argN". In scm_values, note args is a list and returned object
557 shares structure with it.
558
559 * scheme-control.texi (Catch): Add scm_internal_catch.
560 (Lazy Catch): Add scm_internal_lazy_catch.
561
562 * scheme-data.texi (Arithmetic): Use a table for scheme to C libm
563 equivalences, add C99 trunc.
564
565 * scheme-procedures.texi (Lambda): Note ". rest" list argument is
566 always newly created.
567
568 * srfi-modules.texi (SRFI-1 Association Lists): In alist-delete and
569 alist-delete!, note argument order for the equality calls per SRFI-1
570 spec.
571
b71d6c47
KR
5722003-08-26 Kevin Ryde <user42@zip.com.au>
573
574 * scheme-data.texi (Scientific): Add two-argument atan.
575
412d82c4
KR
576 * tools.texi (How guile-snarf works): Need @@ for texinfo in example.
577
5782003-08-17 Kevin Ryde <user42@zip.com.au>
579
580 * scheme-compound.texi (Hash Table Reference): Collect up groups of
581 functions to avoid duplication. Revise notes on hashx functions and
582 on vector implementation. In make-hash-table, size is now optional.
583 Add hash-map and hash-for-each.
584
78c2d49c
KR
5852003-08-14 Kevin Ryde <user42@zip.com.au>
586
587 * scheme-control.texi (while do): Update `while' for code rewrite, in
588 particular describe break and continue.
589
ddff957c
KR
5902003-08-09 Kevin Ryde <user42@zip.com.au>
591
592 * scheme-memory.texi (Memory Blocks): Add index entries for deprecated
593 scm_must_malloc and friends.
594
8e5b4b9e
KR
5952003-07-29 Kevin Ryde <user42@zip.com.au>
596
597 * scheme-compound.texi (List Constructors): Remove scm_cons_star,
598 since it's not very helpful.
599
600 * scheme-utility.texi (Property Primitives): In primitive-property-ref,
601 note parameters to not-found-proc, use hyphens rather than underscores
602 for that parameter name.
603 In primitive-property-set!, VAL is the value parameter not CODE.
604
48513dcd
KR
6052003-07-24 Kevin Ryde <user42@zip.com.au>
606
607 * scheme-control.texi (Dynamic Wind): Untabify.
608 (Multiple Values): Use @result.
609 Reported by Stephen Compall <s11@member.fsf.org>.
610
611 * scheme-control.texi (Continuations): Rewrite with more detail.
612
613 * scheme-scheduling.texi (System asyncs): Add index entries for C
614 functions.
615
616 * scheme-scheduling.texi (Parallel Forms): New section.
617
44e874b5
KR
6182003-07-18 Kevin Ryde <user42@zip.com.au>
619
620 * scheme-compound.texi (List Constructors): In list, use "elem1
621 ... elemN". Add scm_list_1, scm_list_2, scm_list_3, scm_list_4,
622 scm_list_5, scm_list_n. Remove scm_list, since it's a no-op.
63708c3b 623 * guile.texi (nicode): New macro.
44e874b5 624
67081a34
KR
625 * scheme-evaluation.texi (Fly Evaluation): In apply, reword for
626 clarity, drop the "append" example. Add scm_apply, scm_apply_0,
627 scm_apply_1, scm_apply_2, scm_apply_3.
628 Add scm_call_0, scm_call_1, scm_call_2, scm_call_3.
629 In apply:nconc2last, move down after "apply", reword for clarity, note
630 correspondence to apply params.
631
0a52dd47
KR
632 * srfi-modules.texi (SRFI-0): Add cond-expand index entry.
633 (SRFI-9): Add define-record-type index entry.
634
0b7d5c6c
KR
6352003-07-12 Kevin Ryde <user42@zip.com.au>
636
637 * srfi-modules.texi (SRFI-1 Constructors): In iota, reword a bit for
638 clarity and add a couple of examples.
639
b58c85ce
KR
6402003-07-10 Kevin Ryde <user42@zip.com.au>
641
642 * deprecated.texi (Deprecated): Add scm_remember.
643
86440448
KR
6442003-06-22 Kevin Ryde <user42@zip.com.au>
645
646 * data-rep.texi (Remembering During Operations): Refer to all "Guile
647 library functions" as provoking gc.
648
67116e5e
KR
6492003-06-19 Kevin Ryde <user42@zip.com.au>
650
651 * scheme-io.texi (File Ports): Describe call-with-input-file and
652 call-with-output-file together. Describe with-input-from-file,
653 with-output-to-file and with-error-to-file together, and add that they
654 use dynamic-wind on the current port setting and keep the port open in
655 support of captured continuations.
656 (Closing): Describe close-input-port and close-output-port together,
657 tweak the wording slightly.
658
df7986ca
KR
6592003-06-14 Kevin Ryde <user42@zip.com.au>
660
67116e5e
KR
661 * data-rep.texi (Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
662 and SCM_SYMBOL_CHARS, cross reference "Remembering During Operations".
663
df7986ca
KR
664 * scheme-data.texi (Arithmetic): round is to nearest even.
665
b72cfff1
KR
6662003-06-12 Kevin Ryde <user42@zip.com.au>
667
668 * data-rep.texi (Remembering During Operations): New section.
669
670 * scheme-data.texi (Primitive Numerics): Add atan2, pow, asinh, acosh
671 and atanh to scheme<->C table. Note asinh, acosh and atanh are C99,
672 and scm_asinh, scm_acosh and scm_atanh are equivalents. Cross ref
673 glibc "Mathematics". Reword this end part for clarity.
674
675 * scheme-memory.texi (Memory Blocks): Use {} around types for
676 @deftypefn, for correct name in indexes.
677 * scheme-utility.texi (C Hooks): Ditto.
678 * gh.texi (Scheme to C): Ditto.
679
680 * gh.texi (Scheme to C): In gh_scm2newstr, lenp is size_t* not int*.
681 This changed in guile 1.6, the docs weren't updated.
682
067067e4
MV
6832003-06-09 Marius Vollmer <mvo@zagadka.de>
684
685 From Mike Gran <spikegran@earthlink.net>. Thanks!
686
687 * preface.texi: Minor punctuation mistakes. Hyphens should link
688 compound adjectives. Commas should be placed after a "therefore"
689 that begins a sentence. Commas should not be used to separate a
690 list of only 2 dependent clauses.
691
ae0bdfe0
KR
6922003-06-07 Kevin Ryde <user42@zip.com.au>
693
694 * scheme-data.texi (Arithmetic): Cross reference glibc floor and ceil.
695
e418bd7c
KR
6962003-06-05 Kevin Ryde <user42@zip.com.au>
697
698 * posix.texi (File System): stat:rdev and stat:blocks can return #f,
699 stat:blksize returns a sensible size if the field is not available.
700
701 * scheme-compound.texi (Array Mapping): Reword for clarity, and in
702 particular have the same parameter names in the text and prototypes.
703
704 * scheme-evaluation.texi (Delayed Evaluation): Add delay, reword
705 promise? and force a bit, describe recursive forcing of a promise by
706 its own code.
707
dc07c1a1
KR
708 * scheme-io.texi (Ports): Add notes on garbage collection, and on
709 explicitly closing file ports.
710 (File Ports): Cross reference Ports node on explicit closing.
711
712 * posix.texi (Network Sockets and Communication): Cross reference
713 Ports node on explicit closing.
714
e418bd7c
KR
715 * scheme-scheduling.texi (Futures): New section.
716
717 * srfi-modules.texi (SRFI-13 Miscellaneous): In string-replace, note
718 that start1 and end1 optional is a Guile extension.
719
c47e2599
KR
7202003-05-30 Kevin Ryde <user42@zip.com.au>
721
722 * deprecated.texi: Add substring-move-left! and substring-move-right!.
723
724 * scheme-io.texi (Default Ports): Remove duplicate descriptions of
725 set-current-output-port and set-current-error-port.
726
42ad901d
DH
7272003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
728
729 * scheme-compound.texi: Clarified that vectors need to be quoted.
730
5e25cd39
KR
7312003-05-26 Kevin Ryde <user42@zip.com.au>
732
733 * posix.texi (Locales): Clarify setlocale a bit, list all categories,
734 cross reference to libc.
735
f9c3ffce
KR
7362003-05-24 Kevin Ryde <user42@zip.com.au>
737
738 * scheme-procedures.texi: Add index entries lambda, optargs, syncase.
739
740 * scsh.texi (The Scheme shell (scsh)): Add index entries.
741
d97f609a
KR
7422003-05-22 Kevin Ryde <user42@zip.com.au>
743
744 * srfi-modules.texi (SRFI-2): Rewrite and-let*, describing plain
745 expression clauses and improving the examples.
746
1ee1076e
MV
7472003-05-17 Marius Vollmer <mvo@zagadka.de>
748
749 * posix.texi (socket): Use PF_ instead of AF_ prefix.
750
f6b77266
KR
7512003-05-16 Kevin Ryde <user42@zip.com.au>
752
753 * guile.texi: Use @copying, show copyright and permissions at start of
754 info and html.
755
756 * srfi-modules.texi (SRFI-1 Deleting): Rewrite delete and
757 delete-duplicates, adding behaviour details specified by srfi-1.
758
332a621b
KR
7592003-05-12 Kevin Ryde <user42@zip.com.au>
760
761 * preface.texi (Guile License): Refer to COPYING.LIB.
762
763 * repl-modules.texi (Loading Readline Support, Readline Options):
764 Index entries for readline functions.
765
766 * scheme-control.texi (Handling Errors): Fix regexp error key, should
767 be `regular-expression-syntax'.
768
769 * scheme-data.texi (Complex): Show z argument in prototypes.
770
9cb16d5d
KR
7712003-05-10 Kevin Ryde <user42@zip.com.au>
772
d25e96a4
KR
773 * scheme-data.texi (Reals and Rationals): Fix typo @result{#f}, and
774 put @result outside @code.
775
776 * scheme-data.texi (Bitwise Operations): Note negatives are treated as
777 infinite precision twos complement. Revise `ash' to emphasise this
778 for right shifts of negatives. Describe integer-length behaviour on
779 negatives. Add `...' to logand, logior, logxor since they take
780 multiple parameters.
056f9269 781 * guile.texi (m): New macro.
d25e96a4 782
9cb16d5d
KR
783 * scheme-control.texi (Handling Errors): Revise C support section to
784 get index entries, and clarify parameters. Remove scm_regex_error, no
785 longer exists and wasn't available to applications.
786
d25e96a4
KR
787 * scheme-control.texi (Handling Errors): Index entries for error keys.
788
80dd1cb0 7892003-05-08 Kevin Ryde <user42@zip.com.au>
49584bf2 790
0c935fce
KR
791 * scheme-data.texi (Bitwise Operations): Fix lognot to ones-complement.
792
49584bf2
KR
793 * slib.texi (JACAL): Fix @ref title.
794 Add index entries, use @file and @code variously.
795
d963e93f
KR
7962003-05-06 Kevin Ryde <user42@zip.com.au>
797
798 * scheme-scheduling.texi (C level thread interface): Use @deftypefn
799 not @deftypefun, to get function names (not types) indexed.
800
801 * scheme-options.texi (Build Config): Add index entries for
802 %guile-build-info keys.
803
272f8235
KR
8042003-05-04 Kevin Ryde <user42@zip.com.au>
805
806 * scheme-data.texi (Integer Operations): Describe how quotient,
807 remainder and modulo round their results.
808
44357057
KR
809 * scheme-io.texi (Reading): In read-char and peek-char, fix typos "?"
810 in @rnindex. In port-column, use @: after i.e.
a7b0aa50
KR
811 (Writing): In get-print-state, two spaces after full stop. Add write,
812 revise display.
44357057 813
272f8235
KR
814 * srfi-modules.texi (SRFI-1 Length Append etc): Add count.
815 (SRFI-1 Fold and Map): In reduce, fix typo "... variant of fold", add
816 "f" to fold call shown. In reduce-right, use @code on "reduce".
817
818 * data-rep.texi, gh.texi: Add spaces after some @defun names.
819 * posix.texi (Processes): Fix typo "hhhh".
820
2ce02471
NJ
8212003-05-01 Neil Jerram <neil@ossau.uklinux.net>
822
823 * posix.texi: Add index entries for many variables and functions,
824 either using @defvar/@deffn or @vindex/@pindex. (Patch supplied
825 by Kevin Ryde.)
826
1a61d41b
MV
8272003-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
828
829 * posix.texi (scm_c_port_for_each): Added.
830
a95dbade
NJ
8312003-04-26 Neil Jerram <neil@ossau.uklinux.net>
832
d513f5c6
NJ
833 * scheme-data.texi (Symbol Primitives): Document scm_str2symbol
834 and scm_mem2symbol.
835
63bf8015
NJ
836 * data-rep.texi (Describing a New Type): Clarify that
837 scm_make_smob_type_mfpe is deprecated. (Thanks to
838 tomas@fabula.de.)
839
a95dbade
NJ
840 * scheme-control.texi (Handling Errors): Remove scm_sysmissing,
841 long since gone from libguile. (Thanks to Kevin Ryde.)
842
2d697a0a
RB
8432003-04-23 Rob Browning <rlb@defaultvalue.org>
844
845 * posix.texi (Processes): add documentation for system*.
846
fc87c27a
MV
8472003-04-05 Marius Vollmer <mvo@zagadka.de>
848
849 * preface.texi: Reflect change to LGPL.
850
08c7666d
RB
8512003-03-27 Rob Browning <rlb@defaultvalue.org>
852
853 * scheme-io.texi (Reading): clarify character ordering in port for
854 unread-string.
855
dbd6bd29
RB
8562003-03-07 Rob Browning <rlb@defaultvalue.org>
857
858 * guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
859 choke TeX (thanks to Dale P. Smith).
860
861 * preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
862 don't choke TeX (thanks to Dale P. Smith).
863
1767a0e0
MD
8642003-01-02 Mikael Djurfeldt <djurfeldt@nada.kth.se>
865
866 * scheme-scheduling.texi (Low level thread primitives): Fixed typo
867 in broadcast-condition-variable.
868
b2cbe8d8
RB
8692002-12-08 Rob Browning <rlb@defaultvalue.org>
870
871 * scheme-options.texi (Build Config): add effective-version docs.
872
7403e409
NJ
8732002-11-17 Neil Jerram <neil@ossau.uklinux.net>
874
82512be0
NJ
875 Applied patches from Stephen Compall as follows. (Thanks!)
876
877 2002-11-06 Stephen Compall <rushing@sigecom.net>
878
879 * posix.texi: Changed quotes to match Texinfo expectations.
880
881 Added references to the glibc manual.
882
883 Used proper Texinfo text marking for many keywords, such as @code,
884 @samp, @env, @var.
885
886 Fixed argument metasyntactic variable references in
887 file-manipulation section so the usage in the descriptions matches
888 the usage in the declarations.
7403e409
NJ
889
890 2002-10-26 Stephen Compall <rushing@sigecom.net>
891
892 * scheme-data.texi: Addition and change of many Texinfo tags,
893 particularly usage of @var and @samp, as well as reformatting of
894 some lists into tables and usage of @result.
895
896 Notes about some things I didn't understand, as well as a
897 missing section on non-control characters.
898
d703aba5
GH
8992002-10-27 Gary Houston <ghouston@arglist.com>
900
901 * scheme-modules.texi (Environments): only available when
902 (ice-9 r5rs) is used.
903 * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
904
a48c626f
MV
9052002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
906
907 * scheme-scheduling.texi: Updated mutex and condition varable
908 functions.
909
9a69a50e
NJ
9102002-10-27 Neil Jerram <neil@ossau.uklinux.net>
911
912 * debugging.texi (Debugging Features): Rewritten.
913
0a50eeaa
NJ
9142002-10-19 Neil Jerram <neil@ossau.uklinux.net>
915
916 * new-docstrings.texi, scheme-binding.texi, scheme-io.texi,
917 scheme-scheduling.texi, posix.texi: Automatic docstring updates.
918
e7d58d26
MV
9192002-10-14 Marius Vollmer <mvo@zagadka.ping.de>
920
921 * intro.texi (Whirlwind Tour): Added pointer to examples
922 directory.
923
acfa1f52
MV
9242002-10-10 Marius Vollmer <mvo@zagadka.ping.de>
925
926 * scheme-scheduling.texi (System Asyncs): Updated.
927
66894177
MV
9282002-10-07 Marius Vollmer <mvo@zagadka.ping.de>
929
930 * scheme-scheduling.texi (Asyncs): Updated.
931 * posix.texi (sigaction): Updated.
932
66add4eb
NJ
9332002-10-03 Neil Jerram <neil@ossau.uklinux.net>
934
935 * posix.texi (Processes), scheme-options.texi (Common Feature
936 Symbols): Refer to provided? rather than deprecated feature?.
937
ba20db9b
MV
9382002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
939
940 * tools.texi (How guile-snarf works): Updated.
941 (Writing your own snarfing macros): New.
942
c936bede
NJ
9432002-09-25 Neil Jerram <neil@ossau.uklinux.net>
944
945 * scheme-debug.texi (Debugging): Make sections into nodes.
946 (Debugging Options): Node removed.
947
948 * scheme-options.texi (Feature Tracking): Brought forward before
949 sections on options.
950 (Runtime Options): New section, to group options-related nodes.
951
9522002-09-24 Neil Jerram <neil@ossau.uklinux.net>
953
954 * scheme-options.texi (Options and Config): Chapter name changed,
955 and intro text improved.
956 (Install Config): Brought forward, and renamed Build
957 Configuration.
958
959 The following doc updates are from Ian Sheldon - thanks!
960
961 * scheme-data.texi (Appending Strings, Regexp Functions, Match
962 Structures): Add examples.
963 (Regular Expressions): Add instruction to use (ice-9 regex)
964 module.
965
966 * slib.texi (SLIB): Remove duplicate `the'.
967
9682002-09-22 Neil Jerram <neil@ossau.uklinux.net>
969
970 * scheme-options.texi (General option interface): Mention
971 eval-options-interface and debug-options-interface.
972
973 * scheme-debug.texi (Debugging): New node describing source
974 properties.
975
c15030be
NJ
9762002-09-19 Neil Jerram <neil@ossau.uklinux.net>
977
978 * scheme-utility.texi (Hook Reference): Improvements to hook docs.
979 Thanks to Thien-Thi Nguyen for the patches.
980
2047e5d7
MV
9812002-09-16 Marius Vollmer <mvo@zagadka.ping.de>
982
983 * scheme-data.texi (Symbol Props): It's "set-symbol-property!",
984 not "set-symbol-property". Thanks to Pieter Pareit!
985
6f663ebc
MV
9862002-09-15 Marius Vollmer <mvo@zagadka.ping.de>
987
988 * scheme-data.texi: Tell them to use 'provided?' instead of
989 '*feaures*'.
990
af31a24f
MV
9912002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
992
1381c506
MV
993 * scheme-ideas.texi (Creating a Procedure): Fixed typo. Thanks to
994 Pieter Pareit!
995
35e791bd
MV
996 * intro.texi: Updated GNu ftp server name. Use "-lguile" instead
997 of "libguile.a". Some small fixes/improvements.
998
af31a24f
MV
999 * scheme-reading.texi: Added www.schemers.org. Removed foldoc,
1000 it's too generic. Updated 'teach yourself ...' URL.
1001
44ecca61
MV
10022002-08-27 Marius Vollmer <mvo@zagadka.ping.de>
1003
af31a24f 1004 * scheme-modules.texi: Markup fixes and removal of gh_ references.
44ecca61
MV
1005 Thanks to Dale Smith!
1006
29dae8f8
MV
10072002-08-14 Marius Vollmer <mvo@zagadka.ping.de>
1008
1009 * scheme-evaluation.texi (eval-string): Updated.
1010
1011 * scheme-scheduling.texi (Fluids): Touched up a bit, added
1012 with-fluids.
1013
28ab7725
MV
10142002-08-13 Marius Vollmer <mvo@zagadka.ping.de>
1015
1016 * scheme-modules.texi (More Modules Procedures): Removed.
1017 (Accessing Modules from C): New.
1018
f631e15e
GH
10192002-08-10 Gary Houston <ghouston@arglist.com>
1020
08b98c54
GH
1021 * scheme-procedures.texi: new section Primitive Procedures,
1022 documentation for scm_c_make_gsubr and scm_c_define_gsubr.
1023 * scheme-modules.texi (Compiled Code Modules): replace
1024 gh_new_procedure with scm_c_define_gsubr.
f631e15e 1025
bcf009c3
NJ
10262002-08-08 Neil Jerram <neil@ossau.uklinux.net>
1027
395b0a34
NJ
1028 * gh.texi (Data types and constants defined by gh): Avoid
1029 generating index entry for SCM.
1030
1031 * posix.texi (Runtime Environment): Remove duplicate doc for
1032 setenv.
1033
bcf009c3
NJ
1034 * data-rep.texi, scheme-memory.texi, scheme-modules.texi: Merge
1035 recent updates from stable branch.
1036
1037 * posix.texi (File System, Time, Pipes, Network Databases,
1038 Internet Socket Examples): Add examples provided by Ian Sheldon.
1039
00706edc
MV
10402002-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1041
1042 * scheme-binding.texi: Don't talk about 'bound?' which is gone.
1043 Thanks to Christopher Cramer.
1044
ba1b2226
HWN
10452002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1046
1047 * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
1048 correct typos.
1049
3d0f4c62
MV
10502002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1051
1052 * intro.texi, srfi-modules.texi: Added (use-modules (ice-9
1053 rdelim)) to an example that uses read-line. Thanks to Ralf
1054 Mattes!
1055
1056 * scheme-memory.texi: Added an introductory blurb about GC that I
1057 had lying around.
1058
c3164ca8
GH
10592002-08-02 Gary Houston <ghouston@arglist.com>
1060
1061 * scheme-modules.texi: split "Scheme and modules" into
1062 "provide and require" and "Environments". Mention R5RS
1063 environments.
1064
3db03338
NJ
10652002-07-16 Neil Jerram <neil@ossau.uklinux.net>
1066
1067 * scheme-options.texi (Debugger options): New subsection
1068 describing stack overflow and what to do about it.
1069
dd235de4
GH
10702002-07-10 Gary Houston <ghouston@arglist.com>
1071
1072 * scheme-modules.texi (Compiled Code Modules): Removed description
1073 of scm_register_module_xxx, which no longer exists. A description
1074 of current techniques is needed.
1075
e717bf46
MV
10762002-05-09 Marius Vollmer <mvo@zagadka.ping.de>
1077
1078 * scheme-data.texi (Numbers): Added description of the new values
1079 +inf.0, -inf.0 and +nan.0.
1080
1081 * posix.texi (Runtime Environment): Added entries for 'setenv' and
1082 'unsetenv'.
1083
10842002-04-28 Marius Vollmer <mvo@zagadka.ping.de>
1085
1086 * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
1087 from gh.texi to data-rep.texi. Both files already had similar
1088 descriptions for SCM. Given that gh.texi is deprecated, looking
1089 up `SCM' in the index should take one to the primary location
1090 rather than deprecated section. Hence this change. Added
1091 `@deftp' for scm_t_bits data type so that a proper index entry is
1092 added for this. Thanks to Richard Y. Kim!
1093
1094 * data-rep.texi (Subrs): Changed scm_make_gsubr to
1095 scm_c_define_gsubr. Thanks to Richard Y. Kim!
1096
efb7d2fc
MV
10972002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
1098
1099 * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
1100 string-tokenize.
1101
1982a56a
NJ
11022002-04-20 Neil Jerram <neil@ossau.uklinux.net>
1103
ce9d0562
NJ
1104 * scheme-intro.texi (Scheme Layout), scm.texi (Reference Layout):
1105 Node moved from a to b.
1106
1107 * guile.texi (Scheme Intro, Basic Ideas, Guile Scripting, Command
1108 Line Handling, Debugging Features, Autoconf Support, Miscellaneous
1109 Tools, Further Reading): Moved to new Part II.
1110
1111 * preface.texi (Manual Layout): Part numbers updated accordingly.
1112
1113 * guile.texi (Top): Move API Overview node to beginning of Guile
1114 API Reference part.
1115 (Part II: Writing and Running Guile Scheme): New part; will
1116 contain content from `Programming with Guile' that pertains to
1117 writing and using Guile on the Scheme level.
1118
1119 * scm.texi (API Overview): Renamed from `Guile API'.
1120
1121 * guile.texi (Top), scheme-modules.texi (Included Guile Modules):
1122 Debugger User Interface node renamed Debugging Features.
1123
1124 * debugging.texi (Stacks and Frames): Node deleted; non-duplicated
1125 material moved to scheme-debug.texi.
1126 (Debugging Features): Renamed from `Debugger User Interface'.
1127
f2ba76ae
NJ
1128 * scheme-debug.texi (Debugging): Rename chapter `Debugging
1129 Infrastructure' and reorganize its contents.
1130
1131 * scheme-debug.texi (Debugging), scheme-control.texi (Handling
1132 Errors): Move display-error to error-focussed section.
1133
1134 * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
1135 backtrace to user-level debugging chapter.
1136
1137 * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
1138 Properties): Move procedure-name, procedure-source and
1139 procedure-environment to procedures chapter.
1140
1141 * scheme-debug.texi (Debugging), scheme-memory.texi (Memory
1142 Blocks): Move malloc-stats to memory management chapter.
1143
1144 * scheme-procedures.texi (Syntax Rules): Remove mention of
1145 use-modules for loading syncase; only use-syntax really works.
1146 Thanks to Panagiotis Vossos for spotting this.
1147
1982a56a
NJ
1148 * program.texi (Scheme vs C): New node, with existing material
1149 taken from chapter intro.
1150 (Programming Overview): New intro para to introduce example of
1151 Guile integration:
1152 (Extending Dia): New node.
1153
dc006627
MV
11542002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
1155
1156 * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
1157 guile.tps, guile.vrs, guile.tmp.
1158
755de645
NJ
11592002-04-01 Neil Jerram <neil@ossau.uklinux.net>
1160
0624ce33
NJ
1161 * scheme-intro.texi (Scheme Layout): Remove reference to defunct
1162 Guile Extensions index.
1163
1164 * guile.texi: Removed Guile Extensions index.
1165
1166 * scheme-indices.texi (Guile Extensions Index): Removed.
1167
1168 * guile.texi: Remove vgone, vdeprecated, vchanged and vnote
1169 macros; they're not actually useful after all. Update copyright
1170 years.
1171
1172 * scheme-compound.texi (Vectors): Make subsections into nodes.
1173 (Vectors): Review, slightly reorg and clarify docs in this
1174 section.
1175
755de645
NJ
1176 * scheme-data.texi (Symbols): Reorganized node substructure and
1177 added lots of explanatory text around the @deffn's.
1178
e8f1ff71
NJ
11792002-03-29 Neil Jerram <neil@ossau.uklinux.net>
1180
755de645
NJ
1181 * scheme-modules.texi (Variables): Mention obarrays.
1182
1183 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
1184 markers for deprecated symbol items.
1185 (Symbol Props): Remove doc for obsolete 2 arg version of
1186 symbol-interned?.
1187 (String Miscellanea): Removed, since it only contained duplicate
1188 doc for string-ci->symbol.
1189 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
1190 section removed.
1191
e8f1ff71
NJ
1192 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
1193 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
1194 eval2 and read-and-eval!.
1195
1196 * data-rep.texi (Describing a New Type), scheme-compound.texi
1197 (Append/Reverse), scheme-procedures.texi (Internal Macros):
1198 Trivial updates to sync with stable branch.
1199
801892e7
NJ
12002002-03-27 Neil Jerram <neil@ossau.uklinux.net>
1201
1202 * scheme-compound.texi (List Searching): Remove docs for
1203 `scm_sloppy_mem*', which no longer exist.
1204
12052002-03-24 Neil Jerram <neil@ossau.uklinux.net>
1206
1207 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
1208 Package): Use @ifnottex instead of @ifinfo, so that HTML
1209 generation works correctly.
1210
e31a525e
MV
12112002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
1212
1213 * tools.texi: Updated to reflect changes to the guile-snarf tool.
1214
c16da59f
NJ
12152002-03-16 Neil Jerram <neil@ossau.uklinux.net>
1216
1217 * scheme-utility.texi (Hooks): Further updates. New material on
1218 GC hooks.
1219
1220 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
1221 eval2 and read-and-eval!.
1222
1223 * deprecated.texi (Deprecated): Remove docs about previously
1224 deprecated items that have now been removed.
1225
34ad73ed
TTN
12262002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
1227
1228 * tools.texi (guile-1.4 guile-snarf): Remove this node.
1229 (How guile-snarf works): Update usage and description to
1230 no longer mention "--compat=1.4" and instead "-d" and "-D".
1231 (Macros guile-snarf recognizes): Add list of deprecated macros
1232 and blurb. Add cindex for deprecated macros.
1233
198586ed
NJ
12342002-03-15 Neil Jerram <neil@ossau.uklinux.net>
1235
387d418c
NJ
1236 * scheme-utility.texi (Hooks): Reviewed and updated.
1237
1238 * scheme-options.texi (Feature Tracking): New section.
1239
1240 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
1241 description of corresponding C functions.
1242
198586ed
NJ
1243 * scheme-utility.texi (Object Properties): Revamp documentation on
1244 object properties.
1245
1246 * scheme-memory.texi (Weak References): Update reference to Object
1247 Properties node.
1248
1249 * guile.texi: Add macros for describing version information.
1250
1251 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
1252 scheme-procedures.texi: Automatic updates from snarfed libguile
1253 docstrings.
1254
13b68204
TTN
12552002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
1256
1257 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
1258
2287fb53
TTN
1259 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
1260 new processing steps. Update usage example, makefile frag.
1261
1262 (guile-1.4 guile-snarf): New subsubsection under
1263 "Init Snarfing with guile-snarf".
1264
413d32b6
NJ
12652002-03-12 Neil Jerram <neil@ossau.uklinux.net>
1266
21b83aab
NJ
1267 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
1268 Automatic updates from snarfed libguile docstrings.
1269
413d32b6
NJ
1270 * data-rep.texi, guile.texi, scheme-evaluation.texi,
1271 scheme-options.texi, scheme-translation.texi: Various minor
1272 enhancements ported from the stable CVS branch.
1273
1ebf1566
TTN
12742002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
1275
1276 * tools.texi (Miscellaneous Tools): New node/chapter.
1277 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
1278 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
1279 (Executable Modules): Now a section under "Miscellaneous Tools".
1280
1281 * guile.texi (Miscellaneous Tools): Add under "Part II".
1282 Implement by including tools.texi.
1283
1284 * Makefile.am (guile_TEXINFOS): Add tools.texi.
1285
12862002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
1287
1288 * tools.texi: New file.
1289
a3f0622d
NJ
12902002-03-03 Neil Jerram <neil@ossau.uklinux.net>
1291
1292 * autoconf.texi (Autoconf Background): Insert missing `of'.
1293
228a24ef
DH
12942002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1295
1296 * api.txt, data-rep.texi: Renamed the struct scm_cell to
1297 scm_t_cell.
1298
1299 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
1300 scm_alloc_double_cell to scm_double_cell.
1301
eee065c4
MV
13022002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
1303
1304 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
1305 section.
1306
621f22b1
MV
13072002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
1308
1309 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
1310 scm_must_malloc and free in example code. Updated text for the
1311 new memory management functions.
1312
1313 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
1314 of to scm_must_malloc.
1315
edb810bb
SJ
13162002-02-27 Stefan Jahn <stefan@lkcc.org>
1317
1318 * gh.texi (scm transition summary): Documented some more
1319 gh equivalents and removed appropriate FIXME's.
1320
327d4dd3
TTN
13212002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
1322
1323 * Makefile.am: Update path to pre-inst-guile automake frag.
1324
8794fdca
RB
13252002-02-24 Rob Browning <rlb@defaultvalue.org>
1326
1327 * .cvsignore: add autoconf-macros.texi.
1328
1329 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
1330
bd75ebc3
MV
13312002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
1332
1333 * scheme-memory.texi (Memory Blocks): New section.
1334
5e9d88a4
TTN
13352002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1336
1337 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
1338
1339 (GUILE): Delete var.
1340 (autoconf-macros.texi): Use $(preinstguiletool).
1341
7c5c2796
TTN
13422002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
1343
1344 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
1345 (Autoconf Support): Add new sections to menu.
1346
402e687c
MV
13472002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1348
1349 * scheme-data.texi (Symbol Uninterned): Added node.
1350
f74fa0a0
SJ
13512002-01-29 Stefan Jahn <stefan@lkcc.org>
1352
1353 * gh.texi (scm transition summary): Documented gh equivalents
1354 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
1355 and removed the appropriate FIXME's.
1356
68cf83e0
MV
13572002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1358
1359 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
1360 when invoking the uninstalled guile executable.
1361
5b156bcd
TTN
13622002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
1363
1364 * Makefile.am (autoconf-macros.texi): Fix build bug:
1365 Write this file to srcdir. Thanks to I. N. Golubev.
1366
8430281a
GH
13672002-01-08 Gary Houston <ghouston@arglist.com>
1368
1369 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
1370 when building autoconf-macros.texi. There are still problems with
1371 modules and running makeinfo when builddir != srcdir.
1372
a3e49ac1
TTN
13732002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
1374
1375 * data-rep.texi, gh.texi, guile.texi, intro.texi,
1376 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
1377 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
1378 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
1379 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
1380 scheme-modules.texi, scheme-procedures.texi,
1381 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
1382 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
1383
4902ea64
NJ
13842002-01-07 Neil Jerram <neil@ossau.uklinux.net>
1385
1386 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
1387 `do'). Thanks to Fabrice Bauzac.
1388
f1597833
TTN
13892002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1390
1391 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
1392
4d9678fd
TTN
13932002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
1394
1395 * guile.texi (Part II): Add "Autoconf Support"; include
1396 autoconf.texi.
1397
1398 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
1399 autoconf-macros.texi.
1400 (autoconf.texi, autoconf-macros.texi): New rules.
1401
1402 * autoconf.texi: New file.
1403
0fabb425
MV
14042001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
1405
1406 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
1407 "Pierre". Thanks to Ron Peterson!
1408
226297eb
NJ
14092001-12-22 Neil Jerram <neil@ossau.uklinux.net>
1410
1411 * program.texi (Programming Overview): Chapter renamed from
1412 `Programming Options'; some new material added.
1413
a7a7bb95
NJ
14142001-12-07 Neil Jerram <neil@ossau.uklinux.net>
1415
1416 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
1417 broadened so that this chapter discusses the Guile API as a whole.
1418
1419 * program.texi (Available Functionality): Revise so that text
1420 reads better.
1421
1422 * guile.texi (Programming Intro): New introductory text.
1423
1424 * scheme-ideas.texi (Definition): Reorder reference bullets in
1425 ascending page number order.
1426
923d5b87
MG
14272001-12-04 Martin Grabmueller <mg@glug.org>
1428
1429 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
1430 either.
1431
2a946b44
NJ
14322001-12-01 Neil Jerram <neil@ossau.uklinux.net>
1433
4c731ece
NJ
1434 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
1435
1436 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
1437
2a946b44
NJ
1438 * scheme-data.texi (Variables): Node moved to modules chapter.
1439 (Symbol Read Syntax): New node, with syntax-related material taken
1440 from old Symbols node.
1441 (Symbol Primitives): Renamed from `Symbols'.
1442 (Symbols and Variables): Renamed to `Symbols'.
1443 (Symbol Props): Renamed from `Symbol Tables'.
1444 (Symbols): General review, improvements and additional material
1445 throughout this section.
4c731ece
NJ
1446 (Other Data Types): New material: links to object types documented
1447 elsewhere. Also renamed node to `Other Types'.
1448 (Data Types): Split into two: `Simple Data Types' and `Compound
1449 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
1450
1451 * guile.texi: Updated Notes comment.
1452
1453 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
1454 part, as the Rx interface is not core Guile.
1455
14562001-11-30 Neil Jerram <neil@ossau.uklinux.net>
1457
1458 * scheme-data.texi (String Miscellanea): Removed, moving doc for
1459 string-ci->symbol into the node on Symbols.
1460
1461 * Makefile.am (ETAGS_ARGS): Added.
1462
1463 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
1464 intern-symbol, string->obarray-symbol, symbol-binding,
1465 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
1466 of which no longer exist.
1467
5f7dd1ca
TTN
14682001-11-25 Thien-Thi Nguyen <ttn@glug.org>
1469
1470 * posix.texi: Fix spelling. Thanks to Chris Cramer.
1471 Reword `getpass' intro blurb.
1472
c276c3e3
NJ
14732001-11-23 Neil Jerram <neil@ossau.uklinux.net>
1474
1475 * program.texi (Program Control): Remove spurious placeholder
1476 text.
1477
19a35d19
TTN
14782001-11-20 Thien-Thi Nguyen <ttn@glug.org>
1479
1480 * scheme-options.texi (Install Config):
1481 Tweak `%load-path' verb to not imply it's a proc.
1482 Add documentation for `%guile-build-info'.
1483
d4e5a409
NJ
14842001-11-19 Neil Jerram <neil@ossau.uklinux.net>
1485
1486 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
1487 doc for builtin-bindings (no longer exists).
1488 (Variables): Expanded existing description of variables. Removed
1489 doc for builtin-variable (no longer exists).
1490
1491 * scheme-binding.texi (Top Level): New docs for define, scm_define
1492 and scm_c_define. Also clarified point about interchangeability
1493 of define and set!.
1494
694a9bb3
NJ
14952001-11-18 Neil Jerram <neil@ossau.uklinux.net>
1496
1497 * scheme-data.texi (Vectors): Autoupdate docs for
1498 vector-move-left! and vector-move-right!.
1499
8f85c0c6
NJ
15002001-11-16 Neil Jerram <neil@ossau.uklinux.net>
1501
1502 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
1503 new-docstrings.texi, posix.texi, scheme-binding.texi,
1504 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
1505 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
1506 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
1507 scheme-scheduling.texi, scheme-translation.texi,
1508 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
1509 category for "primitive" and "procedure" @deffn's to {Scheme
1510 Procedure}; add @deffnx lines for {C Function}s; automatic updates
1511 from libguile docstring changes.
1512
1513 * scheme-memory.texi (Garbage Collection): Removed doc for removed
1514 `unhash-name'.
1515
ef394643
TTN
15162001-11-14 Thien-Thi Nguyen <ttn@glug.org>
1517
1518 * scheme-procedures.texi: Spell "library" correctly.
1519
72dd0a03
NJ
15202001-11-13 Neil Jerram <neil@ossau.uklinux.net>
1521
1522 * new-docstrings.texi, scheme-data.texi: Merge recent doc
1523 improvements from stable branch.
1524
1525 * scheme-options.texi: Automatic updates from docstring changes in
1526 libguile's C source code.
1527
b56b5983
NJ
15282001-11-12 Neil Jerram <neil@ossau.uklinux.net>
1529
1530 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
1531 updates for struct? and struct-vtable?.
1532 (String Searching): Add missing "for". Thanks to Scott Lenser.
1533
9401323e
NJ
15342001-11-08 Neil Jerram <neil@ossau.uklinux.net>
1535
1536 * guile.texi (Top): Added new chapter `Programming Options'.
1537
1538 * program.texi: New file.
1539
1540 * Makefile.am (guile_TEXINFOS): Added program.texi.
1541
15422001-11-07 Neil Jerram <neil@ossau.uklinux.net>
1543
1544 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
1545 scheme-data.texi, scheme-binding.texi, posix.texi,
1546 new-docstrings.texi: Automatic updates from improved libguile
1547 docstrings.
1548
15492001-11-04 Neil Jerram <neil@ossau.uklinux.net>
1550
1551 * preface.texi: Use MANUAL_EDITION variable.
1552 (Manual Layout): Updated to reflect reorg.
1553
1554 * guile.texi (MANUAL_EDITION): New variable, with value
1555 incremented from 1.0 to 1.1 to reflect the reorg described here.
1556 (Top): Use MANUAL_EDITION variable.
1557
1558 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
1559 @unnumbered rather than @chapter for these indices.
1560
1561 * guile.texi (Top): A little top-level reshuffling, with the aims
1562 that: (1) the `Guile Scheme' (reference) part of the manual
1563 becomes the `Guile API Reference', and covers both Scheme and C
1564 interfaces; (2) non-API-reference material such as the `Basic
1565 Ideas in Scheme' chapter is collected together to form a new part
1566 `Programming with Guile'. This new part will contain general
1567 documentation on using and programming Guile in both Scheme and C,
1568 including - for example - awareness of GC when C programming, how
1569 to use the snarf macros, how to debug ...
1570 (Top): Move inclusion of scheme-indices.texi so that all indices
1571 appear together in the printed manual.
1572
1573 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
1574 debugging.texi.
ef394643 1575
9401323e
NJ
1576 * appendices.texi: Removed.
1577
1578 * debugging.texi (Debugger User Interface): New file, same as the
1579 material that used to be in appendices.texi, but now a chapter in
1580 Part II rather than an appendix.
1581
1582 * appendices.texi (Obtaining and Installing Guile): Moved to
1583 become a chapter in ...
1584 * intro.texi: ... Part I: Introduction to Guile.
1585
1586 * scm.texi (I/O Extensions): Moved to become a section of ...
1587 * scheme-io.texi (Input and Output): ... this chapter.
1588
1589 * scm.texi (Handling Errors): Moved to become a section of ...
1590 * scheme-control.texi (Control Mechanisms): ... this chapter.
1591
ca26b87d
TTN
15922001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1593
1594 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
1595 time and clock resolution, SRFI-19 Time object and accessors,
1596 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
1597 procedures, SRFI-19 Date object and accessors, SRFI-19
1598 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
1599 to string/string to date converters): New nodes.
04bbd6ce 1600 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 1601
7ab89df1
MV
16022001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
1603
1604 * scripts.texi: Document `--debug' and `--no-debug'.
1605
c2c67382
GH
16062001-10-27 Gary Houston <ghouston@arglist.com>
1607
a42b5e5b
GH
1608 * guile.texi, scsh.texi: removed obsolete guile-scsh material
1609 and updated links (I don't know if it should remain in the
1610 main menu. It's like slib I think.)
1611
c2c67382
GH
1612 * minor updates to the slib installation notes.
1613
a599743c
NJ
16142001-10-05 Neil Jerram <neil@ossau.uklinux.net>
1615
1616 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
1617 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
1618 noticing that they'd disappeared!)
1619
74e0de86
TTN
16202001-10-05 Thien-Thi Nguyen <ttn@glug.org>
1621
1622 * scheme-io.texi (Writing): Add entry for `display'.
1623 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
1624
40f316d0
MG
16252001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1626
1627 * srfi-modules.texi (SRFI-13): Tyop fix.
1628 (SRFI-13): Changed paragraph about bindings both in the code and
1629 in SRFI-13.
1630
1631 * misc-modules.texi (Formatted Output): Tyop fix.
1632 (Formatted Output): Document ~g properly.
1633
1634 Thanks to Alex Schroeder for pointing out the typos and sending
1635 suggestions.
74e0de86 1636
523f81ba
TTN
16372001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1638
1639 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
1640 Thanks to suggestion by Alex Schroeder.
1641
6c997de2
NJ
16422001-08-30 Neil Jerram <neil@ossau.uklinux.net>
1643
255ea784
NJ
1644 * guile.texi (Top): Group all index nodes together so that
1645 `Info-index' works more effectively in Info. Thanks to Eric
1646 Hanchrow for the report and fix.
1647
6c997de2
NJ
1648 * scheme-data.texi (Random, String Syntax, String Modification,
1649 Regular Expressions), scheme-ideas.texi (Definition),
1650 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
1651 scm.texi (Transforming Scheme name to C name, Port
1652 Implementation): Various typo fixes and clarifications merged from
1653 the stable CVS branch.
1654
b45898ca
NJ
16552001-08-27 Neil Jerram <neil@ossau.uklinux.net>
1656
1657 * intro.texi: Merged wording fixes from stable CVS branch.
1658
1659 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
1660
1661 * guile.texi: Incorporate text previously in separate AUTHORS
1662 file.
1663
16642001-08-27 Neil Jerram <neil@ossau.uklinux.net>
1665
1666 The change log for files in this directory continues backwards
1667 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
1668 prior to this date was contained in a single directory.