~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to doc/tutorial/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-06-04 19:01:38 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090604190138-1ao3t6sj31cqvcfe
Tags: 1.8.6+1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.
* Dropped changes:
  - libltdl3-dev -> libltdl7-dev: current libltdl-dev Provides: both.
  - debian/patches/libtool-ftbfs.diff: integrated upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.