*** empty log message ***
[bpt/guile.git] / doc / ref / ChangeLog
1 2002-01-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
2
3 * Makefile.am (autoconf-macros.texi): Fix build bug:
4 Write this file to srcdir. Thanks to I. N. Golubev.
5
6 2002-01-08 Gary Houston <ghouston@arglist.com>
7
8 * Makefile.am: attempt to use guile from $(top_builddir)/libguile
9 when building autoconf-macros.texi. There are still problems with
10 modules and running makeinfo when builddir != srcdir.
11
12 2002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
13
14 * data-rep.texi, gh.texi, guile.texi, intro.texi,
15 misc-modules.texi, new-docstrings.texi, posix.texi, program.texi,
16 repl-modules.texi, scheme-binding.texi, scheme-compound.texi,
17 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
18 scheme-ideas.texi, scheme-io.texi, scheme-memory.texi,
19 scheme-modules.texi, scheme-procedures.texi,
20 scheme-translation.texi, scheme-utility.texi, scm.texi, slib.texi,
21 srfi-modules.texi: Spell check. Thanks to Fabrice Bauzac.
22
23 2002-01-07 Neil Jerram <neil@ossau.uklinux.net>
24
25 * intro.texi (Linking Programs With Guile): Fix typo (superfluous
26 `do'). Thanks to Fabrice Bauzac.
27
28 2002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
29
30 * intro.texi: Spell check. Thanks to Fabrice Bauzac.
31
32 2002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
33
34 * guile.texi (Part II): Add "Autoconf Support"; include
35 autoconf.texi.
36
37 * Makefile.am (guile_TEXINFOS): Add autoconf.texi and
38 autoconf-macros.texi.
39 (autoconf.texi, autoconf-macros.texi): New rules.
40
41 * autoconf.texi: New file.
42
43 2001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
44
45 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
46 "Pierre". Thanks to Ron Peterson!
47
48 2001-12-22 Neil Jerram <neil@ossau.uklinux.net>
49
50 * program.texi (Programming Overview): Chapter renamed from
51 `Programming Options'; some new material added.
52
53 2001-12-07 Neil Jerram <neil@ossau.uklinux.net>
54
55 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
56 broadened so that this chapter discusses the Guile API as a whole.
57
58 * program.texi (Available Functionality): Revise so that text
59 reads better.
60
61 * guile.texi (Programming Intro): New introductory text.
62
63 * scheme-ideas.texi (Definition): Reorder reference bullets in
64 ascending page number order.
65
66 2001-12-04 Martin Grabmueller <mg@glug.org>
67
68 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
69 either.
70
71 2001-12-01 Neil Jerram <neil@ossau.uklinux.net>
72
73 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
74
75 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
76
77 * scheme-data.texi (Variables): Node moved to modules chapter.
78 (Symbol Read Syntax): New node, with syntax-related material taken
79 from old Symbols node.
80 (Symbol Primitives): Renamed from `Symbols'.
81 (Symbols and Variables): Renamed to `Symbols'.
82 (Symbol Props): Renamed from `Symbol Tables'.
83 (Symbols): General review, improvements and additional material
84 throughout this section.
85 (Other Data Types): New material: links to object types documented
86 elsewhere. Also renamed node to `Other Types'.
87 (Data Types): Split into two: `Simple Data Types' and `Compound
88 Data Types'. Introductory blurbs rewritten accordingly.
89
90 * guile.texi: Updated Notes comment.
91
92 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
93 part, as the Rx interface is not core Guile.
94
95 2001-11-30 Neil Jerram <neil@ossau.uklinux.net>
96
97 * scheme-data.texi (String Miscellanea): Removed, moving doc for
98 string-ci->symbol into the node on Symbols.
99
100 * Makefile.am (ETAGS_ARGS): Added.
101
102 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
103 intern-symbol, string->obarray-symbol, symbol-binding,
104 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
105 of which no longer exist.
106
107 2001-11-25 Thien-Thi Nguyen <ttn@glug.org>
108
109 * posix.texi: Fix spelling. Thanks to Chris Cramer.
110 Reword `getpass' intro blurb.
111
112 2001-11-23 Neil Jerram <neil@ossau.uklinux.net>
113
114 * program.texi (Program Control): Remove spurious placeholder
115 text.
116
117 2001-11-20 Thien-Thi Nguyen <ttn@glug.org>
118
119 * scheme-options.texi (Install Config):
120 Tweak `%load-path' verb to not imply it's a proc.
121 Add documentation for `%guile-build-info'.
122
123 2001-11-19 Neil Jerram <neil@ossau.uklinux.net>
124
125 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
126 doc for builtin-bindings (no longer exists).
127 (Variables): Expanded existing description of variables. Removed
128 doc for builtin-variable (no longer exists).
129
130 * scheme-binding.texi (Top Level): New docs for define, scm_define
131 and scm_c_define. Also clarified point about interchangeability
132 of define and set!.
133
134 2001-11-18 Neil Jerram <neil@ossau.uklinux.net>
135
136 * scheme-data.texi (Vectors): Autoupdate docs for
137 vector-move-left! and vector-move-right!.
138
139 2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
140
141 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
142 new-docstrings.texi, posix.texi, scheme-binding.texi,
143 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
144 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
145 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
146 scheme-scheduling.texi, scheme-translation.texi,
147 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
148 category for "primitive" and "procedure" @deffn's to {Scheme
149 Procedure}; add @deffnx lines for {C Function}s; automatic updates
150 from libguile docstring changes.
151
152 * scheme-memory.texi (Garbage Collection): Removed doc for removed
153 `unhash-name'.
154
155 2001-11-14 Thien-Thi Nguyen <ttn@glug.org>
156
157 * scheme-procedures.texi: Spell "library" correctly.
158
159 2001-11-13 Neil Jerram <neil@ossau.uklinux.net>
160
161 * new-docstrings.texi, scheme-data.texi: Merge recent doc
162 improvements from stable branch.
163
164 * scheme-options.texi: Automatic updates from docstring changes in
165 libguile's C source code.
166
167 2001-11-12 Neil Jerram <neil@ossau.uklinux.net>
168
169 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
170 updates for struct? and struct-vtable?.
171 (String Searching): Add missing "for". Thanks to Scott Lenser.
172
173 2001-11-08 Neil Jerram <neil@ossau.uklinux.net>
174
175 * guile.texi (Top): Added new chapter `Programming Options'.
176
177 * program.texi: New file.
178
179 * Makefile.am (guile_TEXINFOS): Added program.texi.
180
181 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
182
183 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
184 scheme-data.texi, scheme-binding.texi, posix.texi,
185 new-docstrings.texi: Automatic updates from improved libguile
186 docstrings.
187
188 2001-11-04 Neil Jerram <neil@ossau.uklinux.net>
189
190 * preface.texi: Use MANUAL_EDITION variable.
191 (Manual Layout): Updated to reflect reorg.
192
193 * guile.texi (MANUAL_EDITION): New variable, with value
194 incremented from 1.0 to 1.1 to reflect the reorg described here.
195 (Top): Use MANUAL_EDITION variable.
196
197 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
198 @unnumbered rather than @chapter for these indices.
199
200 * guile.texi (Top): A little top-level reshuffling, with the aims
201 that: (1) the `Guile Scheme' (reference) part of the manual
202 becomes the `Guile API Reference', and covers both Scheme and C
203 interfaces; (2) non-API-reference material such as the `Basic
204 Ideas in Scheme' chapter is collected together to form a new part
205 `Programming with Guile'. This new part will contain general
206 documentation on using and programming Guile in both Scheme and C,
207 including - for example - awareness of GC when C programming, how
208 to use the snarf macros, how to debug ...
209 (Top): Move inclusion of scheme-indices.texi so that all indices
210 appear together in the printed manual.
211
212 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
213 debugging.texi.
214
215 * appendices.texi: Removed.
216
217 * debugging.texi (Debugger User Interface): New file, same as the
218 material that used to be in appendices.texi, but now a chapter in
219 Part II rather than an appendix.
220
221 * appendices.texi (Obtaining and Installing Guile): Moved to
222 become a chapter in ...
223 * intro.texi: ... Part I: Introduction to Guile.
224
225 * scm.texi (I/O Extensions): Moved to become a section of ...
226 * scheme-io.texi (Input and Output): ... this chapter.
227
228 * scm.texi (Handling Errors): Moved to become a section of ...
229 * scheme-control.texi (Control Mechanisms): ... this chapter.
230
231 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
232
233 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
234 time and clock resolution, SRFI-19 Time object and accessors,
235 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
236 procedures, SRFI-19 Date object and accessors, SRFI-19
237 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
238 to string/string to date converters): New nodes.
239 (SRFI Support): Add "SRFI-19" to menu.
240
241 2001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
242
243 * scripts.texi: Document `--debug' and `--no-debug'.
244
245 2001-10-27 Gary Houston <ghouston@arglist.com>
246
247 * guile.texi, scsh.texi: removed obsolete guile-scsh material
248 and updated links (I don't know if it should remain in the
249 main menu. It's like slib I think.)
250
251 * minor updates to the slib installation notes.
252
253 2001-10-05 Neil Jerram <neil@ossau.uklinux.net>
254
255 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
256 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
257 noticing that they'd disappeared!)
258
259 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
260
261 * scheme-io.texi (Writing): Add entry for `display'.
262 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
263
264 2001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
265
266 * srfi-modules.texi (SRFI-13): Tyop fix.
267 (SRFI-13): Changed paragraph about bindings both in the code and
268 in SRFI-13.
269
270 * misc-modules.texi (Formatted Output): Tyop fix.
271 (Formatted Output): Document ~g properly.
272
273 Thanks to Alex Schroeder for pointing out the typos and sending
274 suggestions.
275
276 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
277
278 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
279 Thanks to suggestion by Alex Schroeder.
280
281 2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
282
283 * guile.texi (Top): Group all index nodes together so that
284 `Info-index' works more effectively in Info. Thanks to Eric
285 Hanchrow for the report and fix.
286
287 * scheme-data.texi (Random, String Syntax, String Modification,
288 Regular Expressions), scheme-ideas.texi (Definition),
289 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
290 scm.texi (Transforming Scheme name to C name, Port
291 Implementation): Various typo fixes and clarifications merged from
292 the stable CVS branch.
293
294 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
295
296 * intro.texi: Merged wording fixes from stable CVS branch.
297
298 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
299
300 * guile.texi: Incorporate text previously in separate AUTHORS
301 file.
302
303 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
304
305 The change log for files in this directory continues backwards
306 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
307 prior to this date was contained in a single directory.