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