(Pretty Printing): Add new keyword options, break example to avoid long line.
[bpt/guile.git] / doc / tutorial / ChangeLog
CommitLineData
5a825ad4
NJ
12003-09-27 Neil Jerram <neil@ossau.uklinux.net>
2
3 * guile-tut.texi (Using Guile to program in Scheme): Fix result of
4 `(reverse ls)', and change `squaring function' example to use `(*
5 n n)' instead of `(expt n n)'. Thanks to Jack Pavlovsky for
6 pointing these out.
7
42ad901d
DH
82003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
9
10 * guile-tut.texi: Fix example, where a vector constant is used
11 without quoting.
12
c5d13061
NJ
132002-07-16 Neil Jerram <neil@ossau.uklinux.net>
14
15 * guile-tut.texi (Jump Start): Apply patch from M. Luedde on use
16 of tail recursion to avoid stack overflow (with minor editing).
17
182002-07-14 Neil Jerram <neil@ossau.uklinux.net>
19
20 * guile-tut.texi (Jump Start):
21 (Jump Start):
22
694a9bb3
NJ
232001-11-18 Neil Jerram <neil@ossau.uklinux.net>
24
25 * guile-tut.texi (History of Guile and its motivations): Update
26 Tcl war URLs.
27
aee0492f
TTN
282001-09-19 Thien-Thi Nguyen <ttn@glug.org>
29
30 * guile-tut.texi: Fix improper `@result' usage.
9d7e6c84 31 Fix number typo in "Jump Start" section.
aee0492f 32
b45898ca
NJ
332001-08-27 Neil Jerram <neil@ossau.uklinux.net>
34
35 * Makefile.am (guile_tut_TEXINFOS): Removed.
36 (TEXINFO_TEX): Added; avoids shipping multiple copies of
37 texinfo.tex in a single distribution.
38
39 * guile-tut.texi: Incorporate text previously in separate AUTHORS
40 file.
41
422001-08-27 Neil Jerram <neil@ossau.uklinux.net>
43
44 The change log for files in this directory continues backwards
45 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
46 prior to this date was contained in a single directory.