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