Improve docs on symbols.
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
755de645
NJ
12002-04-01 Neil Jerram <neil@ossau.uklinux.net>
2
3 * scheme-data.texi (Symbols): Reorganized node substructure and
4 added lots of explanatory text around the @deffn's.
5
e8f1ff71
NJ
62002-03-29 Neil Jerram <neil@ossau.uklinux.net>
7
755de645
NJ
8 * scheme-modules.texi (Variables): Mention obarrays.
9
10 * scheme-data.texi (Symbol Tables, Symbol Props): Remove vgone
11 markers for deprecated symbol items.
12 (Symbol Props): Remove doc for obsolete 2 arg version of
13 symbol-interned?.
14 (String Miscellanea): Removed, since it only contained duplicate
15 doc for string-ci->symbol.
16 (Symbol Tables): Move doc for gensym to Symbol Primitives; rest of
17 section removed.
18
e8f1ff71
NJ
19 * posix.texi (Ports and File Descriptors), scheme-evaluation.texi
20 (Fly Evaluation): Remove vgone markers for close-all-ports-except,
21 eval2 and read-and-eval!.
22
23 * data-rep.texi (Describing a New Type), scheme-compound.texi
24 (Append/Reverse), scheme-procedures.texi (Internal Macros):
25 Trivial updates to sync with stable branch.
26
801892e7
NJ
272002-03-27 Neil Jerram <neil@ossau.uklinux.net>
28
29 * scheme-compound.texi (List Searching): Remove docs for
30 `scm_sloppy_mem*', which no longer exist.
31
322002-03-24 Neil Jerram <neil@ossau.uklinux.net>
33
34 * guile.texi (Top), intro.texi (What is Guile?, The Basic Guile
35 Package): Use @ifnottex instead of @ifinfo, so that HTML
36 generation works correctly.
37
e31a525e
MV
382002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
39
40 * tools.texi: Updated to reflect changes to the guile-snarf tool.
41
c16da59f
NJ
422002-03-16 Neil Jerram <neil@ossau.uklinux.net>
43
44 * scheme-utility.texi (Hooks): Further updates. New material on
45 GC hooks.
46
47 * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
48 eval2 and read-and-eval!.
49
50 * deprecated.texi (Deprecated): Remove docs about previously
51 deprecated items that have now been removed.
52
34ad73ed
TTN
532002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
54
55 * tools.texi (guile-1.4 guile-snarf): Remove this node.
56 (How guile-snarf works): Update usage and description to
57 no longer mention "--compat=1.4" and instead "-d" and "-D".
58 (Macros guile-snarf recognizes): Add list of deprecated macros
59 and blurb. Add cindex for deprecated macros.
60
198586ed
NJ
612002-03-15 Neil Jerram <neil@ossau.uklinux.net>
62
387d418c
NJ
63 * scheme-utility.texi (Hooks): Reviewed and updated.
64
65 * scheme-options.texi (Feature Tracking): New section.
66
67 * scheme-data.texi (Arithmetic, Primitive Numerics): Add
68 description of corresponding C functions.
69
198586ed
NJ
70 * scheme-utility.texi (Object Properties): Revamp documentation on
71 object properties.
72
73 * scheme-memory.texi (Weak References): Update reference to Object
74 Properties node.
75
76 * guile.texi: Add macros for describing version information.
77
78 * scheme-data.texi, scheme-debug.texi, scheme-io.texi,
79 scheme-procedures.texi: Automatic updates from snarfed libguile
80 docstrings.
81
13b68204
TTN
822002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
83
84 * Makefile.am (guile_toc.html): Look for guile.texi in $(srcdir).
85
2287fb53
TTN
86 * tools.texi (How guile-snarf works): Mention "--compat=1.4", and
87 new processing steps. Update usage example, makefile frag.
88
89 (guile-1.4 guile-snarf): New subsubsection under
90 "Init Snarfing with guile-snarf".
91
413d32b6
NJ
922002-03-12 Neil Jerram <neil@ossau.uklinux.net>
93
21b83aab
NJ
94 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
95 Automatic updates from snarfed libguile docstrings.
96
413d32b6
NJ
97 * data-rep.texi, guile.texi, scheme-evaluation.texi,
98 scheme-options.texi, scheme-translation.texi: Various minor
99 enhancements ported from the stable CVS branch.
100
1ebf1566
TTN
1012002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
102
103 * tools.texi (Miscellaneous Tools): New node/chapter.
104 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
105 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
106 (Executable Modules): Now a section under "Miscellaneous Tools".
107
108 * guile.texi (Miscellaneous Tools): Add under "Part II".
109 Implement by including tools.texi.
110
111 * Makefile.am (guile_TEXINFOS): Add tools.texi.
112
1132002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
114
115 * tools.texi: New file.
116
a3f0622d
NJ
1172002-03-03 Neil Jerram <neil@ossau.uklinux.net>
118
119 * autoconf.texi (Autoconf Background): Insert missing `of'.
120
228a24ef
DH
1212002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
122
123 * api.txt, data-rep.texi: Renamed the struct scm_cell to
124 scm_t_cell.
125
126 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
127 scm_alloc_double_cell to scm_double_cell.
128
eee065c4
MV
1292002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
130
131 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
132 section.
133
621f22b1
MV
1342002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
135
136 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
137 scm_must_malloc and free in example code. Updated text for the
138 new memory management functions.
139
140 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
141 of to scm_must_malloc.
142
edb810bb
SJ
1432002-02-27 Stefan Jahn <stefan@lkcc.org>
144
145 * gh.texi (scm transition summary): Documented some more
146 gh equivalents and removed appropriate FIXME's.
147
327d4dd3
TTN
1482002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
149
150 * Makefile.am: Update path to pre-inst-guile automake frag.
151
8794fdca
RB
1522002-02-24 Rob Browning <rlb@defaultvalue.org>
153
154 * .cvsignore: add autoconf-macros.texi.
155
156 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
157
bd75ebc3
MV
1582002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
159
160 * scheme-memory.texi (Memory Blocks): New section.
161
5e9d88a4
TTN
1622002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
163
164 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
165
166 (GUILE): Delete var.
167 (autoconf-macros.texi): Use $(preinstguiletool).
168
7c5c2796
TTN
1692002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
170
171 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
172 (Autoconf Support): Add new sections to menu.
173
402e687c
MV
1742002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
175
176 * scheme-data.texi (Symbol Uninterned): Added node.
177
f74fa0a0
SJ
1782002-01-29 Stefan Jahn <stefan@lkcc.org>
179
180 * gh.texi (scm transition summary): Documented gh equivalents
181 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
182 and removed the appropriate FIXME's.
183
68cf83e0
MV
1842002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
185
186 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
187 when invoking the uninstalled guile executable.
188
5b156bcd
TTN
1892002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
190
191 * Makefile.am (autoconf-macros.texi): Fix build bug:
192 Write this file to srcdir. Thanks to I. N. Golubev.
193
8430281a
GH
1942002-01-08 Gary Houston <ghouston@arglist.com>
195
196 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
197 when building autoconf-macros.texi. There are still problems with
198 modules and running makeinfo when builddir != srcdir.
199
a3e49ac1
TTN
2002002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
201
202 * data-rep.texi, gh.texi, guile.texi, intro.texi,
203 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
204 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
205 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
206 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
207 scheme-modules.texi, scheme-procedures.texi,
208 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
209 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
210
4902ea64
NJ
2112002-01-07 Neil Jerram <neil@ossau.uklinux.net>
212
213 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
214 `do'). Thanks to Fabrice Bauzac.
215
f1597833
TTN
2162002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
217
218 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
219
4d9678fd
TTN
2202002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
221
222 * guile.texi (Part II): Add "Autoconf Support"; include
223 autoconf.texi.
224
225 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
226 autoconf-macros.texi.
227 (autoconf.texi, autoconf-macros.texi): New rules.
228
229 * autoconf.texi: New file.
230
0fabb425
MV
2312001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
232
233 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
234 "Pierre". Thanks to Ron Peterson!
235
226297eb
NJ
2362001-12-22 Neil Jerram <neil@ossau.uklinux.net>
237
238 * program.texi (Programming Overview): Chapter renamed from
239 `Programming Options'; some new material added.
240
a7a7bb95
NJ
2412001-12-07 Neil Jerram <neil@ossau.uklinux.net>
242
243 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
244 broadened so that this chapter discusses the Guile API as a whole.
245
246 * program.texi (Available Functionality): Revise so that text
247 reads better.
248
249 * guile.texi (Programming Intro): New introductory text.
250
251 * scheme-ideas.texi (Definition): Reorder reference bullets in
252 ascending page number order.
253
923d5b87
MG
2542001-12-04 Martin Grabmueller <mg@glug.org>
255
256 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
257 either.
258
2a946b44
NJ
2592001-12-01 Neil Jerram <neil@ossau.uklinux.net>
260
4c731ece
NJ
261 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
262
263 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
264
2a946b44
NJ
265 * scheme-data.texi (Variables): Node moved to modules chapter.
266 (Symbol Read Syntax): New node, with syntax-related material taken
267 from old Symbols node.
268 (Symbol Primitives): Renamed from `Symbols'.
269 (Symbols and Variables): Renamed to `Symbols'.
270 (Symbol Props): Renamed from `Symbol Tables'.
271 (Symbols): General review, improvements and additional material
272 throughout this section.
4c731ece
NJ
273 (Other Data Types): New material: links to object types documented
274 elsewhere. Also renamed node to `Other Types'.
275 (Data Types): Split into two: `Simple Data Types' and `Compound
276 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
277
278 * guile.texi: Updated Notes comment.
279
280 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
281 part, as the Rx interface is not core Guile.
282
2832001-11-30 Neil Jerram <neil@ossau.uklinux.net>
284
285 * scheme-data.texi (String Miscellanea): Removed, moving doc for
286 string-ci->symbol into the node on Symbols.
287
288 * Makefile.am (ETAGS_ARGS): Added.
289
290 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
291 intern-symbol, string->obarray-symbol, symbol-binding,
292 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
293 of which no longer exist.
294
5f7dd1ca
TTN
2952001-11-25 Thien-Thi Nguyen <ttn@glug.org>
296
297 * posix.texi: Fix spelling. Thanks to Chris Cramer.
298 Reword `getpass' intro blurb.
299
c276c3e3
NJ
3002001-11-23 Neil Jerram <neil@ossau.uklinux.net>
301
302 * program.texi (Program Control): Remove spurious placeholder
303 text.
304
19a35d19
TTN
3052001-11-20 Thien-Thi Nguyen <ttn@glug.org>
306
307 * scheme-options.texi (Install Config):
308 Tweak `%load-path' verb to not imply it's a proc.
309 Add documentation for `%guile-build-info'.
310
d4e5a409
NJ
3112001-11-19 Neil Jerram <neil@ossau.uklinux.net>
312
313 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
314 doc for builtin-bindings (no longer exists).
315 (Variables): Expanded existing description of variables. Removed
316 doc for builtin-variable (no longer exists).
317
318 * scheme-binding.texi (Top Level): New docs for define, scm_define
319 and scm_c_define. Also clarified point about interchangeability
320 of define and set!.
321
694a9bb3
NJ
3222001-11-18 Neil Jerram <neil@ossau.uklinux.net>
323
324 * scheme-data.texi (Vectors): Autoupdate docs for
325 vector-move-left! and vector-move-right!.
326
8f85c0c6
NJ
3272001-11-16 Neil Jerram <neil@ossau.uklinux.net>
328
329 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
330 new-docstrings.texi, posix.texi, scheme-binding.texi,
331 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
332 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
333 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
334 scheme-scheduling.texi, scheme-translation.texi,
335 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
336 category for "primitive" and "procedure" @deffn's to {Scheme
337 Procedure}; add @deffnx lines for {C Function}s; automatic updates
338 from libguile docstring changes.
339
340 * scheme-memory.texi (Garbage Collection): Removed doc for removed
341 `unhash-name'.
342
ef394643
TTN
3432001-11-14 Thien-Thi Nguyen <ttn@glug.org>
344
345 * scheme-procedures.texi: Spell "library" correctly.
346
72dd0a03
NJ
3472001-11-13 Neil Jerram <neil@ossau.uklinux.net>
348
349 * new-docstrings.texi, scheme-data.texi: Merge recent doc
350 improvements from stable branch.
351
352 * scheme-options.texi: Automatic updates from docstring changes in
353 libguile's C source code.
354
b56b5983
NJ
3552001-11-12 Neil Jerram <neil@ossau.uklinux.net>
356
357 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
358 updates for struct? and struct-vtable?.
359 (String Searching): Add missing "for". Thanks to Scott Lenser.
360
9401323e
NJ
3612001-11-08 Neil Jerram <neil@ossau.uklinux.net>
362
363 * guile.texi (Top): Added new chapter `Programming Options'.
364
365 * program.texi: New file.
366
367 * Makefile.am (guile_TEXINFOS): Added program.texi.
368
3692001-11-07 Neil Jerram <neil@ossau.uklinux.net>
370
371 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
372 scheme-data.texi, scheme-binding.texi, posix.texi,
373 new-docstrings.texi: Automatic updates from improved libguile
374 docstrings.
375
3762001-11-04 Neil Jerram <neil@ossau.uklinux.net>
377
378 * preface.texi: Use MANUAL_EDITION variable.
379 (Manual Layout): Updated to reflect reorg.
380
381 * guile.texi (MANUAL_EDITION): New variable, with value
382 incremented from 1.0 to 1.1 to reflect the reorg described here.
383 (Top): Use MANUAL_EDITION variable.
384
385 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
386 @unnumbered rather than @chapter for these indices.
387
388 * guile.texi (Top): A little top-level reshuffling, with the aims
389 that: (1) the `Guile Scheme' (reference) part of the manual
390 becomes the `Guile API Reference', and covers both Scheme and C
391 interfaces; (2) non-API-reference material such as the `Basic
392 Ideas in Scheme' chapter is collected together to form a new part
393 `Programming with Guile'. This new part will contain general
394 documentation on using and programming Guile in both Scheme and C,
395 including - for example - awareness of GC when C programming, how
396 to use the snarf macros, how to debug ...
397 (Top): Move inclusion of scheme-indices.texi so that all indices
398 appear together in the printed manual.
399
400 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
401 debugging.texi.
ef394643 402
9401323e
NJ
403 * appendices.texi: Removed.
404
405 * debugging.texi (Debugger User Interface): New file, same as the
406 material that used to be in appendices.texi, but now a chapter in
407 Part II rather than an appendix.
408
409 * appendices.texi (Obtaining and Installing Guile): Moved to
410 become a chapter in ...
411 * intro.texi: ... Part I: Introduction to Guile.
412
413 * scm.texi (I/O Extensions): Moved to become a section of ...
414 * scheme-io.texi (Input and Output): ... this chapter.
415
416 * scm.texi (Handling Errors): Moved to become a section of ...
417 * scheme-control.texi (Control Mechanisms): ... this chapter.
418
ca26b87d
TTN
4192001-11-06 Thien-Thi Nguyen <ttn@glug.org>
420
421 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
422 time and clock resolution, SRFI-19 Time object and accessors,
423 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
424 procedures, SRFI-19 Date object and accessors, SRFI-19
425 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
426 to string/string to date converters): New nodes.
04bbd6ce 427 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 428
7ab89df1
MV
4292001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
430
431 * scripts.texi: Document `--debug' and `--no-debug'.
432
c2c67382
GH
4332001-10-27 Gary Houston <ghouston@arglist.com>
434
a42b5e5b
GH
435 * guile.texi, scsh.texi: removed obsolete guile-scsh material
436 and updated links (I don't know if it should remain in the
437 main menu. It's like slib I think.)
438
c2c67382
GH
439 * minor updates to the slib installation notes.
440
a599743c
NJ
4412001-10-05 Neil Jerram <neil@ossau.uklinux.net>
442
443 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
444 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
445 noticing that they'd disappeared!)
446
74e0de86
TTN
4472001-10-05 Thien-Thi Nguyen <ttn@glug.org>
448
449 * scheme-io.texi (Writing): Add entry for `display'.
450 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
451
40f316d0
MG
4522001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
453
454 * srfi-modules.texi (SRFI-13): Tyop fix.
455 (SRFI-13): Changed paragraph about bindings both in the code and
456 in SRFI-13.
457
458 * misc-modules.texi (Formatted Output): Tyop fix.
459 (Formatted Output): Document ~g properly.
460
461 Thanks to Alex Schroeder for pointing out the typos and sending
462 suggestions.
74e0de86 463
523f81ba
TTN
4642001-09-25 Thien-Thi Nguyen <ttn@glug.org>
465
466 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
467 Thanks to suggestion by Alex Schroeder.
468
6c997de2
NJ
4692001-08-30 Neil Jerram <neil@ossau.uklinux.net>
470
255ea784
NJ
471 * guile.texi (Top): Group all index nodes together so that
472 `Info-index' works more effectively in Info. Thanks to Eric
473 Hanchrow for the report and fix.
474
6c997de2
NJ
475 * scheme-data.texi (Random, String Syntax, String Modification,
476 Regular Expressions), scheme-ideas.texi (Definition),
477 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
478 scm.texi (Transforming Scheme name to C name, Port
479 Implementation): Various typo fixes and clarifications merged from
480 the stable CVS branch.
481
b45898ca
NJ
4822001-08-27 Neil Jerram <neil@ossau.uklinux.net>
483
484 * intro.texi: Merged wording fixes from stable CVS branch.
485
486 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
487
488 * guile.texi: Incorporate text previously in separate AUTHORS
489 file.
490
4912001-08-27 Neil Jerram <neil@ossau.uklinux.net>
492
493 The change log for files in this directory continues backwards
494 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
495 prior to this date was contained in a single directory.