(guile_toc.html): Look for guile.texi in $(srcdir).
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
413d32b6
NJ
12002-03-12 Neil Jerram <neil@ossau.uklinux.net>
2
21b83aab
NJ
3 * scheme-compound.texi, scheme-data.texi, new-docstrings.texi:
4 Automatic updates from snarfed libguile docstrings.
5
413d32b6
NJ
6 * data-rep.texi, guile.texi, scheme-evaluation.texi,
7 scheme-options.texi, scheme-translation.texi: Various minor
8 enhancements ported from the stable CVS branch.
9
1ebf1566
TTN
102002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
11
12 * tools.texi (Miscellaneous Tools): New node/chapter.
13 (Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
14 Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
15 (Executable Modules): Now a section under "Miscellaneous Tools".
16
17 * guile.texi (Miscellaneous Tools): Add under "Part II".
18 Implement by including tools.texi.
19
20 * Makefile.am (guile_TEXINFOS): Add tools.texi.
21
222002-03-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
23
24 * tools.texi: New file.
25
a3f0622d
NJ
262002-03-03 Neil Jerram <neil@ossau.uklinux.net>
27
28 * autoconf.texi (Autoconf Background): Insert missing `of'.
29
228a24ef
DH
302002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
31
32 * api.txt, data-rep.texi: Renamed the struct scm_cell to
33 scm_t_cell.
34
35 * data-rep.texi: Renamed scm_alloc_cell to scm_cell and
36 scm_alloc_double_cell to scm_double_cell.
37
eee065c4
MV
382002-03-01 Marius Vollmer <mvo@zagadka.ping.de>
39
40 * scheme-memory.texi (Upgrading from scm_must_malloc et al): New
41 section.
42
621f22b1
MV
432002-02-28 Marius Vollmer <mvo@zagadka.ping.de>
44
45 * data-rep.texi: Use scm_gc_malloc and scm_gc_free instead of
46 scm_must_malloc and free in example code. Updated text for the
47 new memory management functions.
48
49 * scheme-debug.texi (malloc-stats): Refer to scm_gc_malloc instead
50 of to scm_must_malloc.
51
edb810bb
SJ
522002-02-27 Stefan Jahn <stefan@lkcc.org>
53
54 * gh.texi (scm transition summary): Documented some more
55 gh equivalents and removed appropriate FIXME's.
56
327d4dd3
TTN
572002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
58
59 * Makefile.am: Update path to pre-inst-guile automake frag.
60
8794fdca
RB
612002-02-24 Rob Browning <rlb@defaultvalue.org>
62
63 * .cvsignore: add autoconf-macros.texi.
64
65 * Makefile.am (CLEANFILES): add autoconf-macros.texi.
66
bd75ebc3
MV
672002-02-19 Marius Vollmer <mvo@zagadka.ping.de>
68
69 * scheme-memory.texi (Memory Blocks): New section.
70
5e9d88a4
TTN
712002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
72
73 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
74
75 (GUILE): Delete var.
76 (autoconf-macros.texi): Use $(preinstguiletool).
77
7c5c2796
TTN
782002-02-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
79
80 * autoconf.texi (Autofrisk, Using Autofrisk): New sections.
81 (Autoconf Support): Add new sections to menu.
82
402e687c
MV
832002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
84
85 * scheme-data.texi (Symbol Uninterned): Added node.
86
f74fa0a0
SJ
872002-01-29 Stefan Jahn <stefan@lkcc.org>
88
89 * gh.texi (scm transition summary): Documented gh equivalents
90 `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
91 and removed the appropriate FIXME's.
92
68cf83e0
MV
932002-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
94
95 * Makefile.am (autoconf-macros.texi): Also set GUILE_LOAD_PATH
96 when invoking the uninstalled guile executable.
97
5b156bcd
TTN
982002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
99
100 * Makefile.am (autoconf-macros.texi): Fix build bug:
101 Write this file to srcdir. Thanks to I. N. Golubev.
102
8430281a
GH
1032002-01-08 Gary Houston <ghouston@arglist.com>
104
105 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
106 when building autoconf-macros.texi. There are still problems with
107 modules and running makeinfo when builddir != srcdir.
108
a3e49ac1
TTN
1092002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
110
111 * data-rep.texi, gh.texi, guile.texi, intro.texi,
112 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
113 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
114 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
115 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
116 scheme-modules.texi, scheme-procedures.texi,
117 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
118 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
119
4902ea64
NJ
1202002-01-07 Neil Jerram <neil@ossau.uklinux.net>
121
122 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
123 `do'). Thanks to Fabrice Bauzac.
124
f1597833
TTN
1252002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
126
127 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
128
4d9678fd
TTN
1292002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
130
131 * guile.texi (Part II): Add "Autoconf Support"; include
132 autoconf.texi.
133
134 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
135 autoconf-macros.texi.
136 (autoconf.texi, autoconf-macros.texi): New rules.
137
138 * autoconf.texi: New file.
139
0fabb425
MV
1402001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
141
142 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
143 "Pierre". Thanks to Ron Peterson!
144
226297eb
NJ
1452001-12-22 Neil Jerram <neil@ossau.uklinux.net>
146
147 * program.texi (Programming Overview): Chapter renamed from
148 `Programming Options'; some new material added.
149
a7a7bb95
NJ
1502001-12-07 Neil Jerram <neil@ossau.uklinux.net>
151
152 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
153 broadened so that this chapter discusses the Guile API as a whole.
154
155 * program.texi (Available Functionality): Revise so that text
156 reads better.
157
158 * guile.texi (Programming Intro): New introductory text.
159
160 * scheme-ideas.texi (Definition): Reorder reference bullets in
161 ascending page number order.
162
923d5b87
MG
1632001-12-04 Martin Grabmueller <mg@glug.org>
164
165 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
166 either.
167
2a946b44
NJ
1682001-12-01 Neil Jerram <neil@ossau.uklinux.net>
169
4c731ece
NJ
170 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
171
172 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
173
2a946b44
NJ
174 * scheme-data.texi (Variables): Node moved to modules chapter.
175 (Symbol Read Syntax): New node, with syntax-related material taken
176 from old Symbols node.
177 (Symbol Primitives): Renamed from `Symbols'.
178 (Symbols and Variables): Renamed to `Symbols'.
179 (Symbol Props): Renamed from `Symbol Tables'.
180 (Symbols): General review, improvements and additional material
181 throughout this section.
4c731ece
NJ
182 (Other Data Types): New material: links to object types documented
183 elsewhere. Also renamed node to `Other Types'.
184 (Data Types): Split into two: `Simple Data Types' and `Compound
185 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
186
187 * guile.texi: Updated Notes comment.
188
189 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
190 part, as the Rx interface is not core Guile.
191
1922001-11-30 Neil Jerram <neil@ossau.uklinux.net>
193
194 * scheme-data.texi (String Miscellanea): Removed, moving doc for
195 string-ci->symbol into the node on Symbols.
196
197 * Makefile.am (ETAGS_ARGS): Added.
198
199 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
200 intern-symbol, string->obarray-symbol, symbol-binding,
201 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
202 of which no longer exist.
203
5f7dd1ca
TTN
2042001-11-25 Thien-Thi Nguyen <ttn@glug.org>
205
206 * posix.texi: Fix spelling. Thanks to Chris Cramer.
207 Reword `getpass' intro blurb.
208
c276c3e3
NJ
2092001-11-23 Neil Jerram <neil@ossau.uklinux.net>
210
211 * program.texi (Program Control): Remove spurious placeholder
212 text.
213
19a35d19
TTN
2142001-11-20 Thien-Thi Nguyen <ttn@glug.org>
215
216 * scheme-options.texi (Install Config):
217 Tweak `%load-path' verb to not imply it's a proc.
218 Add documentation for `%guile-build-info'.
219
d4e5a409
NJ
2202001-11-19 Neil Jerram <neil@ossau.uklinux.net>
221
222 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
223 doc for builtin-bindings (no longer exists).
224 (Variables): Expanded existing description of variables. Removed
225 doc for builtin-variable (no longer exists).
226
227 * scheme-binding.texi (Top Level): New docs for define, scm_define
228 and scm_c_define. Also clarified point about interchangeability
229 of define and set!.
230
694a9bb3
NJ
2312001-11-18 Neil Jerram <neil@ossau.uklinux.net>
232
233 * scheme-data.texi (Vectors): Autoupdate docs for
234 vector-move-left! and vector-move-right!.
235
8f85c0c6
NJ
2362001-11-16 Neil Jerram <neil@ossau.uklinux.net>
237
238 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
239 new-docstrings.texi, posix.texi, scheme-binding.texi,
240 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
241 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
242 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
243 scheme-scheduling.texi, scheme-translation.texi,
244 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
245 category for "primitive" and "procedure" @deffn's to {Scheme
246 Procedure}; add @deffnx lines for {C Function}s; automatic updates
247 from libguile docstring changes.
248
249 * scheme-memory.texi (Garbage Collection): Removed doc for removed
250 `unhash-name'.
251
ef394643
TTN
2522001-11-14 Thien-Thi Nguyen <ttn@glug.org>
253
254 * scheme-procedures.texi: Spell "library" correctly.
255
72dd0a03
NJ
2562001-11-13 Neil Jerram <neil@ossau.uklinux.net>
257
258 * new-docstrings.texi, scheme-data.texi: Merge recent doc
259 improvements from stable branch.
260
261 * scheme-options.texi: Automatic updates from docstring changes in
262 libguile's C source code.
263
b56b5983
NJ
2642001-11-12 Neil Jerram <neil@ossau.uklinux.net>
265
266 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
267 updates for struct? and struct-vtable?.
268 (String Searching): Add missing "for". Thanks to Scott Lenser.
269
9401323e
NJ
2702001-11-08 Neil Jerram <neil@ossau.uklinux.net>
271
272 * guile.texi (Top): Added new chapter `Programming Options'.
273
274 * program.texi: New file.
275
276 * Makefile.am (guile_TEXINFOS): Added program.texi.
277
2782001-11-07 Neil Jerram <neil@ossau.uklinux.net>
279
280 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
281 scheme-data.texi, scheme-binding.texi, posix.texi,
282 new-docstrings.texi: Automatic updates from improved libguile
283 docstrings.
284
2852001-11-04 Neil Jerram <neil@ossau.uklinux.net>
286
287 * preface.texi: Use MANUAL_EDITION variable.
288 (Manual Layout): Updated to reflect reorg.
289
290 * guile.texi (MANUAL_EDITION): New variable, with value
291 incremented from 1.0 to 1.1 to reflect the reorg described here.
292 (Top): Use MANUAL_EDITION variable.
293
294 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
295 @unnumbered rather than @chapter for these indices.
296
297 * guile.texi (Top): A little top-level reshuffling, with the aims
298 that: (1) the `Guile Scheme' (reference) part of the manual
299 becomes the `Guile API Reference', and covers both Scheme and C
300 interfaces; (2) non-API-reference material such as the `Basic
301 Ideas in Scheme' chapter is collected together to form a new part
302 `Programming with Guile'. This new part will contain general
303 documentation on using and programming Guile in both Scheme and C,
304 including - for example - awareness of GC when C programming, how
305 to use the snarf macros, how to debug ...
306 (Top): Move inclusion of scheme-indices.texi so that all indices
307 appear together in the printed manual.
308
309 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
310 debugging.texi.
ef394643 311
9401323e
NJ
312 * appendices.texi: Removed.
313
314 * debugging.texi (Debugger User Interface): New file, same as the
315 material that used to be in appendices.texi, but now a chapter in
316 Part II rather than an appendix.
317
318 * appendices.texi (Obtaining and Installing Guile): Moved to
319 become a chapter in ...
320 * intro.texi: ... Part I: Introduction to Guile.
321
322 * scm.texi (I/O Extensions): Moved to become a section of ...
323 * scheme-io.texi (Input and Output): ... this chapter.
324
325 * scm.texi (Handling Errors): Moved to become a section of ...
326 * scheme-control.texi (Control Mechanisms): ... this chapter.
327
ca26b87d
TTN
3282001-11-06 Thien-Thi Nguyen <ttn@glug.org>
329
330 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
331 time and clock resolution, SRFI-19 Time object and accessors,
332 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
333 procedures, SRFI-19 Date object and accessors, SRFI-19
334 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
335 to string/string to date converters): New nodes.
04bbd6ce 336 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 337
7ab89df1
MV
3382001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
339
340 * scripts.texi: Document `--debug' and `--no-debug'.
341
c2c67382
GH
3422001-10-27 Gary Houston <ghouston@arglist.com>
343
a42b5e5b
GH
344 * guile.texi, scsh.texi: removed obsolete guile-scsh material
345 and updated links (I don't know if it should remain in the
346 main menu. It's like slib I think.)
347
c2c67382
GH
348 * minor updates to the slib installation notes.
349
a599743c
NJ
3502001-10-05 Neil Jerram <neil@ossau.uklinux.net>
351
352 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
353 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
354 noticing that they'd disappeared!)
355
74e0de86
TTN
3562001-10-05 Thien-Thi Nguyen <ttn@glug.org>
357
358 * scheme-io.texi (Writing): Add entry for `display'.
359 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
360
40f316d0
MG
3612001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
362
363 * srfi-modules.texi (SRFI-13): Tyop fix.
364 (SRFI-13): Changed paragraph about bindings both in the code and
365 in SRFI-13.
366
367 * misc-modules.texi (Formatted Output): Tyop fix.
368 (Formatted Output): Document ~g properly.
369
370 Thanks to Alex Schroeder for pointing out the typos and sending
371 suggestions.
74e0de86 372
523f81ba
TTN
3732001-09-25 Thien-Thi Nguyen <ttn@glug.org>
374
375 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
376 Thanks to suggestion by Alex Schroeder.
377
6c997de2
NJ
3782001-08-30 Neil Jerram <neil@ossau.uklinux.net>
379
255ea784
NJ
380 * guile.texi (Top): Group all index nodes together so that
381 `Info-index' works more effectively in Info. Thanks to Eric
382 Hanchrow for the report and fix.
383
6c997de2
NJ
384 * scheme-data.texi (Random, String Syntax, String Modification,
385 Regular Expressions), scheme-ideas.texi (Definition),
386 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
387 scm.texi (Transforming Scheme name to C name, Port
388 Implementation): Various typo fixes and clarifications merged from
389 the stable CVS branch.
390
b45898ca
NJ
3912001-08-27 Neil Jerram <neil@ossau.uklinux.net>
392
393 * intro.texi: Merged wording fixes from stable CVS branch.
394
395 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
396
397 * guile.texi: Incorporate text previously in separate AUTHORS
398 file.
399
4002001-08-27 Neil Jerram <neil@ossau.uklinux.net>
401
402 The change log for files in this directory continues backwards
403 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
404 prior to this date was contained in a single directory.