]> git.donarmstrong.com Git - lilypond.git/blob - guile18/doc/tutorial/ChangeLog-2008
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / guile18 / doc / tutorial / ChangeLog-2008
1 2004-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
6 2004-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
14 2003-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
21 2003-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
26 2002-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
31 2001-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
36 2001-09-19  Thien-Thi Nguyen  <ttn@glug.org>
37
38         * guile-tut.texi: Fix improper `@result' usage.
39         Fix number typo in "Jump Start" section.
40
41 2001-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
50 2001-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.