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