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