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