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