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