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