Better docs for leaving guile mode.
[bpt/guile.git] / doc / tutorial / ChangeLog
CommitLineData
3bfd202a
KR
12004-07-29 Kevin Ryde <user42@zip.com.au>
2
3 * doc/tutorial/guile-tut.texi (What is libguile): Correction to
4 reference manual "Data representation" cross reference.
5
fc16715c
MV
62004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
7
8 * Makefile.am: Removed home-grown code for HTML generation.
9 Automake does it for us now.
10
11 * guile-tut.texi (Top): Use @ifnottex instead of @ifinfo for the
12 beneift of makeinfo --html.
13
5a825ad4
NJ
142003-09-27 Neil Jerram <neil@ossau.uklinux.net>
15
16 * guile-tut.texi (Using Guile to program in Scheme): Fix result of
17 `(reverse ls)', and change `squaring function' example to use `(*
18 n n)' instead of `(expt n n)'. Thanks to Jack Pavlovsky for
19 pointing these out.
20
42ad901d
DH
212003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
22
23 * guile-tut.texi: Fix example, where a vector constant is used
24 without quoting.
25
c5d13061
NJ
262002-07-16 Neil Jerram <neil@ossau.uklinux.net>
27
28 * guile-tut.texi (Jump Start): Apply patch from M. Luedde on use
29 of tail recursion to avoid stack overflow (with minor editing).
30
694a9bb3
NJ
312001-11-18 Neil Jerram <neil@ossau.uklinux.net>
32
33 * guile-tut.texi (History of Guile and its motivations): Update
34 Tcl war URLs.
35
aee0492f
TTN
362001-09-19 Thien-Thi Nguyen <ttn@glug.org>
37
38 * guile-tut.texi: Fix improper `@result' usage.
9d7e6c84 39 Fix number typo in "Jump Start" section.
aee0492f 40
b45898ca
NJ
412001-08-27 Neil Jerram <neil@ossau.uklinux.net>
42
43 * Makefile.am (guile_tut_TEXINFOS): Removed.
44 (TEXINFO_TEX): Added; avoids shipping multiple copies of
45 texinfo.tex in a single distribution.
46
47 * guile-tut.texi: Incorporate text previously in separate AUTHORS
48 file.
49
502001-08-27 Neil Jerram <neil@ossau.uklinux.net>
51
52 The change log for files in this directory continues backwards
53 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
54 prior to this date was contained in a single directory.