*** empty log message ***
[bpt/guile.git] / doc / ref / ChangeLog
1 2001-11-14 Thien-Thi Nguyen <ttn@glug.org>
2
3 * scheme-procedures.texi: Spell "library" correctly.
4
5 2001-11-13 Neil Jerram <neil@ossau.uklinux.net>
6
7 * new-docstrings.texi, scheme-data.texi: Merge recent doc
8 improvements from stable branch.
9
10 * scheme-options.texi: Automatic updates from docstring changes in
11 libguile's C source code.
12
13 2001-11-12 Neil Jerram <neil@ossau.uklinux.net>
14
15 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
16 updates for struct? and struct-vtable?.
17 (String Searching): Add missing "for". Thanks to Scott Lenser.
18
19 2001-11-08 Neil Jerram <neil@ossau.uklinux.net>
20
21 * guile.texi (Top): Added new chapter `Programming Options'.
22
23 * program.texi: New file.
24
25 * Makefile.am (guile_TEXINFOS): Added program.texi.
26
27 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
28
29 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
30 scheme-data.texi, scheme-binding.texi, posix.texi,
31 new-docstrings.texi: Automatic updates from improved libguile
32 docstrings.
33
34 2001-11-04 Neil Jerram <neil@ossau.uklinux.net>
35
36 * preface.texi: Use MANUAL_EDITION variable.
37 (Manual Layout): Updated to reflect reorg.
38
39 * guile.texi (MANUAL_EDITION): New variable, with value
40 incremented from 1.0 to 1.1 to reflect the reorg described here.
41 (Top): Use MANUAL_EDITION variable.
42
43 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
44 @unnumbered rather than @chapter for these indices.
45
46 * guile.texi (Top): A little top-level reshuffling, with the aims
47 that: (1) the `Guile Scheme' (reference) part of the manual
48 becomes the `Guile API Reference', and covers both Scheme and C
49 interfaces; (2) non-API-reference material such as the `Basic
50 Ideas in Scheme' chapter is collected together to form a new part
51 `Programming with Guile'. This new part will contain general
52 documentation on using and programming Guile in both Scheme and C,
53 including - for example - awareness of GC when C programming, how
54 to use the snarf macros, how to debug ...
55 (Top): Move inclusion of scheme-indices.texi so that all indices
56 appear together in the printed manual.
57
58 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
59 debugging.texi.
60
61 * appendices.texi: Removed.
62
63 * debugging.texi (Debugger User Interface): New file, same as the
64 material that used to be in appendices.texi, but now a chapter in
65 Part II rather than an appendix.
66
67 * appendices.texi (Obtaining and Installing Guile): Moved to
68 become a chapter in ...
69 * intro.texi: ... Part I: Introduction to Guile.
70
71 * scm.texi (I/O Extensions): Moved to become a section of ...
72 * scheme-io.texi (Input and Output): ... this chapter.
73
74 * scm.texi (Handling Errors): Moved to become a section of ...
75 * scheme-control.texi (Control Mechanisms): ... this chapter.
76
77 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
78
79 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
80 time and clock resolution, SRFI-19 Time object and accessors,
81 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
82 procedures, SRFI-19 Date object and accessors, SRFI-19
83 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
84 to string/string to date converters): New nodes.
85 (SRFI Support): Add "SRFI-19" to menu.
86
87 2001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
88
89 * scripts.texi: Document `--debug' and `--no-debug'.
90
91 2001-10-27 Gary Houston <ghouston@arglist.com>
92
93 * guile.texi, scsh.texi: removed obsolete guile-scsh material
94 and updated links (I don't know if it should remain in the
95 main menu. It's like slib I think.)
96
97 * minor updates to the slib installation notes.
98
99 2001-10-05 Neil Jerram <neil@ossau.uklinux.net>
100
101 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
102 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
103 noticing that they'd disappeared!)
104
105 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
106
107 * scheme-io.texi (Writing): Add entry for `display'.
108 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
109
110 2001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
111
112 * srfi-modules.texi (SRFI-13): Tyop fix.
113 (SRFI-13): Changed paragraph about bindings both in the code and
114 in SRFI-13.
115
116 * misc-modules.texi (Formatted Output): Tyop fix.
117 (Formatted Output): Document ~g properly.
118
119 Thanks to Alex Schroeder for pointing out the typos and sending
120 suggestions.
121
122 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
123
124 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
125 Thanks to suggestion by Alex Schroeder.
126
127 2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
128
129 * guile.texi (Top): Group all index nodes together so that
130 `Info-index' works more effectively in Info. Thanks to Eric
131 Hanchrow for the report and fix.
132
133 * scheme-data.texi (Random, String Syntax, String Modification,
134 Regular Expressions), scheme-ideas.texi (Definition),
135 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
136 scm.texi (Transforming Scheme name to C name, Port
137 Implementation): Various typo fixes and clarifications merged from
138 the stable CVS branch.
139
140 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
141
142 * intro.texi: Merged wording fixes from stable CVS branch.
143
144 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
145
146 * guile.texi: Incorporate text previously in separate AUTHORS
147 file.
148
149 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
150
151 The change log for files in this directory continues backwards
152 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
153 prior to this date was contained in a single directory.