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