* Added recipe-guidelines.txt.
[bpt/guile.git] / doc / ChangeLog
CommitLineData
a26fb67d
NJ
12001-04-20 Neil Jerram <neil@ossau.uklinux.net>
2
3 * recipe-guidelines.txt: New file: guidelines for contributions to
4 the Guile Recipes manual.
5
2da0d971
MG
62001-04-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
7
8 * intro.texi (Using Guile Modules): Wrote intro to using modules.
9 (Writing New Modules): New intro for writing modules.
10 (Reporting Bugs): Added info about what is a bug and what to
11 include in a bug report (taken and adapted from the Emacs
12 Reference Manual).
13
65f7a650
MG
142001-04-19 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
15
16 * scheme-control.texi (while do): Added documentation for named
17 let.
18
19 * scheme-binding.texi (Internal Definitions): New explanation of
20 `Internal Definitions'.
21 (Top Level): Documented behaviour of top level definitions.
22 (Binding Constructs): New introductory text.
23 (Local Bindings): Explain concept of local bindings. Document
24 let, let* and letrec.
25
262001-04-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
27
28 * scheme-modules.texi (Modules): Added menu descriptions.
29 (Scheme and modules, The Guile module system): Some whitespace
30 cleanup
31 (The Guile module system): Layout fixes, docstring fix for
32 `define-module'.
33
da54ce85
MG
342001-04-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
35
36 * scheme-control.texi (Multiple Values): Documented concept of
37 multiple values, added docs for `receive'.
38 (begin): Documented `begin'.
39 (if cond case): Documented `if', `cond' and `case'.
40 (and or): Documented `and' and `or'.
41 (while do): Documented `do' and `while'.
42
43 * scheme-procedures.texi (Optional Arguments): Split the node,
44 added introductory text, added menu for subsections.
45 (let-optional Reference, let-keywords Reference),
46 (lambda* Reference, define* Reference): Added syntax documentation
47 for all exported procedures from (ice-9 optargs).
48
239d2912
MG
492001-04-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
50
51 * scheme-utility.texi (General Conversion): New node, added
52 `object->string'.
53 (Equality): Added definition and explanation of `sameness'.
54
55 * posix.texi (System Identification): Added `gethostname' and
56 `sethostname'.
57 (Processes): Added `setpriority' and `getpriority'.
58 (User Information): Added `cuserid' and `getlogin'.
59 (Ports and File Descriptors): Added `flock'.
60 (Processes): Added `chroot'.
61 (File System): Added `mkstemp!'.
62 (Encryption): New node, added `crypt' and `getpass'.
63
64 * new-docstrings.texi: Moved several docstrings over to the
65 reference manual (see above which).
66
67 * scheme-data.texi (Data Types), (Numerical Tower): Add explicit
68 @bullet to @itemize to satisfy older `makeinfo'.
69
813c57db
NJ
702001-04-16 Neil Jerram <neil@ossau.uklinux.net>
71
72 * data-rep.texi (Signalling Type Errors): Update SCM_ASSERT doc
73 for recent changes to disallow passing a string parameter as the
74 `pos'. Thanks to Dirk Herrmann for the patch!
75
505392ae
NJ
762001-04-13 Neil Jerram <neil@ossau.uklinux.net>
77
78 * data-rep.texi (Unpacking the SCM type): New section, taken from
79 Dirk Herrmann's description of SCM and scm_bits_t in api.txt.
80 (Immediate Datatypes, Non-immediate Datatypes): Remove obsolete
81 notes about needing to call SCM_NIMP.
82
a58c0d5f
NJ
832001-04-11 Neil Jerram <neil@ossau.uklinux.net>
84
85 * scheme-procedures.texi (Procedures with Setters): Fix dvi
86 building syntax error. Thanks to Dale P. Smith for the report and
87 patch.
88
ac0b7ebd
MG
892001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
90
91 * scheme-scheduling.texi (Arbiters): New explanatory text.
92 (Asyncs): New explanations and documentation.
93 (Scheduling): Added menu entry descriptions.
94 (Fluids): New documentation.
95
f4f2b29a
MG
962001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
97
98 * scheme-procedures.texi (Lambda): Documented the lambda form.
99 (Procedure Properties): Concept and usage explanation added.
100 (Procedures with Setters): Explain by example, introduce
101 definitions.
102
103 * scheme-data.texi (Symbols and Variables): Split and reorganized
104 this section.
105 (Symbols): New introductory text.
106 (Characters): Added char-ci* procedures to rn index.
107
2b6aab94
NJ
1082001-04-10 Neil Jerram <neil@ossau.uklinux.net>
109
19aad96c
NJ
110 * scm.texi (Handling Errors): Improve Texinfo markup. Thanks to
111 Dale P. Smith for the patch!
112
2b6aab94
NJ
113 * api.txt (Accessing Cell Entries): Fix typo.
114
5411d882
NJ
1152001-04-09 Neil Jerram <neil@ossau.uklinux.net>
116
89d04205
NJ
117 * deprecated.texi (Shared And Read Only Strings): New section for
118 deprecated string stuff. I've also updated the text a bit to
119 reflect current usage of "read only" strings.
120
121 * scheme-data.texi (Shared Substrings, Read Only Strings): Moved
122 to deprecated.texi.
123
5411d882
NJ
124 * deprecated.texi, posix.texi, scheme-binding.texi,
125 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
126 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
127 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
128 scheme-scheduling.texi, scheme-translation.texi,
129 scheme-utility.texi: Remove `@c docstring' comments, since they
130 aren't used any more by the docstring tracking utilities.
131
5c4b24e1
MG
1322001-04-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
133
134 * scheme-data.texi (Pairs): New data type and procedure
135 description.
136 (Lists): Added new subsections for grouping the list procedures.
137 (Hooks): Added new nodes for hook subsections.
138 (String Syntax): New node, factoring out read syntax.
139 (Strings): Some blurb about allowed characters, zero-termination
140 etc.
141 (Keywords): Added menu descriptions.
142
1432001-04-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
144
145 * scheme-indices.texi (R5RS Index): Print index `rn', not `r5'.
146
147 * guile.texi: The index formerly known as `r5' is now called `rn'.
148
149 * scheme-utility.texi, scheme-procedures.texi, scheme-io.texi,
150 scheme-evaluation.texi, scheme-control.texi, scheme-data.texi:
151 Changed all @r5index entries to @rnindex.
152
1532001-04-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
154
155 * scheme-data.texi (Hooks): Added hook description and
156 constraints.
157
a8944ae1
TTN
1582001-04-06 Thien-Thi Nguyen <ttn@revel.glug.org>
159
160 * scheme-scheduling.texi (Higher level thread
161 procedures): Replace some instances of `@var' with `@code'.
162
163 * scheme-scheduling.texi (Higher level thread
164 procedures): Rewrite.
165
2954ad93
MG
1662001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
167
168 * scheme-data.texi (Alphabetic Case Mapping),
169 (String Comparison): Rearranged function order.
170 (Vectors): Reorganized, new introductory text, docs about read
171 syntax.
172
ae9f3a15
MG
1732001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
174
175 * scheme-options.texi, scheme-procedures.texi,
176 scheme-modules.texi, scheme-memory.texi, scheme-control.texi,
177 scheme-utility.texi, scheme-io.texi, scheme-evaluation.texi,
178 scheme-data.texi: Removed a lot of ARGFIXME's after tweaking
179 docstrings and C source.
180
181 * new-docstrings.texi, scheme-io.texi, scheme-data.texi,
182 posix.texi, scheme-control.texi, scheme-evaluation.texi,
183 scheme-memory.texi, scheme-procedures.texi, scheme-modules.texi,
184 scheme-scheduling.texi: Automated docstring merging.
185
abaec75d
NJ
1862001-04-02 Neil Jerram <neil@ossau.uklinux.net>
187
188 * data-rep.texi (Immediates vs. Non-immediates): Update
189 out-of-date documentation. (Thanks to Dirk Herrmann for the
190 report!)
191 (Immediates vs Non-immediates): Renamed without the dot, since the
192 dot causes `info' not to be able to display this node!
193
194 * Makefile.am (guile_TEXINFOS): Add in a few more source files
195 that had got left out.
196
a4318577
NJ
1972001-03-30 Neil Jerram <neil@ossau.uklinux.net>
198
b0839672
NJ
199 * scheme-reading.texi (Further Reading): Add bullets to further
200 reading list.
201
202 * gh.texi: Insert page break before chapter. Remove page breaks
203 within the chapter.
204
205 * Makefile.am: Add script-getopt.texi.
206
207 * guile.texi (Top): Include and link to new script-getopt.texi
208 chapter.
209
210 * script-getopt.texi: New chapter on command line handling.
211 (Written and contributed by Martin Grabmueller, revised by me.)
212
a4318577
NJ
213 * intro.texi (Modules and Extensions): Fix typo.
214
b576faf1
MG
2152001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
216
217 * scheme-data.texi (Strings): Reorganized the whole `Strings'
218 section and wrote introductory material for each new subsection.
219
62532db3
MV
2202001-03-25 Marius Vollmer <mvo@zagadka.ping.de>
221
222 * intro.texi (Modules and Extensions): Some short text about
223 dynamic libraries and modules.
224
780ee65e
NJ
2252001-03-23 Neil Jerram <neil@ossau.uklinux.net>
226
8d009ee4
NJ
227 * intro.texi (Writing Extensions for Guile), scheme-data.texi
228 (Lists): Fix typos.
229
028321d4
NJ
230 * guile-tut.texi, ChangeLog-guile-doc-tutorial: Added to CVS. It
231 seems that I somehow missed these out when I moved everything from
232 guile-doc to guile-core.
233
780ee65e
NJ
234 * posix.texi, scheme-data.texi, scheme-evaluation.texi,
235 scheme-io.texi, scheme-memory.texi: Automatic docstring updates.
236
237 * new-docstrings.texi: New file. Holds snarfed docstrings that
238 have not yet been incorporated into the reference manual.
239
13c2013d
MG
2402001-03-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
241
242 * scheme-options.texi (Evaluator options): Added evaluator
243 options, corrected docs for evaluator trap options.
244
245 * scheme-evaluation.texi (Scheme Read): New docs for read-options,
246 read-enable, read-disable and read-set! and cross references to
247 option nodes.
248 (Evaluator Options): New docs for eval-options, eval-enable,
249 eval-disable and eval-set!, traps, trap-enable, trap-disable and
250 trap-set! and cross references to option nodes.
251 (Evaluator Behaviour): Renamed node from `Evaluator options' to
252 avoid name clash.
253
254 * scheme-io.texi (String Ports): Added docs for SRFI-6 procedures.
255 (Void Ports): Corrected introductory comment.
256
fcaedf99
MG
2572001-03-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
258
259 * scheme-data.texi (Arithmetic): Documented the arithmetic
260 procedures.
261 (Integer Operations): Added documentation.
262 (Comparison): Added documentation.
263 (Complex): Added documentation.
264 (Symbols and Variables): Comment out `builtin-bindings', which is
265 removed according to NEWS.
266 (Pairs): Added documentation.
267
268 * scheme-io.texi: Added R5RS index entries for all R5RS
269 procedures.
270 (File Ports): New docs for `call-with-input-file',
271 `call-with-output-file', `with-input-from-file',
272 `with-output-to-file', `with-error-to-file'.
273
274 * scheme-control.texi, scheme-utility.texi,
275 * scheme-procedures.texi: Added R5RS index entries for all R5RS
276 procedures.
277
278 * scheme-evaluation.texi (Fly Evaluation): Added documentation for
279 `apply'. Added R5RS index entries for all R5RS procedures.
280
281 * scheme-data.texi: Added R5RS index entries for all R5RS
282 procedures. Removed R5RS index entries for `ass{q,v,occ}-set!'.
283 Removed explicit entries into the function entries. They are
284 automagic.
285 (Vectors): Added documentation for `make-vector', `vector-ref' and
286 `vector-set!'.
287
c4f810a4
MV
2882001-03-12 Marius Vollmer <mvo@zagadka.ping.de>
289
290 * intro.texi: Changed to reflect current practice better. Added
291 stuff about writing Guile Extensions (aka dynamically loaded
292 shared libraries).
293
04426527
MD
2942001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
295
296 * goops.texi (VERSION): Bumped to version 0.3.
297
7d435120 298 * goops-tutorial.texi, goops.texi: Updated to reflect new
04426527
MD
299 define-method syntax.
300
4bc59ee7
NJ
3012001-03-09 Neil Jerram <neil@ossau.uklinux.net>
302
fff043ab
NJ
303 * Makefile.am: Change HTML to HTMLDOC, now that we're part of a
304 wider distribution.
305
c2dc2842
NJ
306 Moving documentation files from guile-doc and guile-doc into
307 guile-core/doc:
4aa8647c
NJ
308
309 * env.texi, indices.texi, mbapi.texi, mltext.texi, scripts.texi,
310 scsh.texi, tcltk.texi, hierarchy.txt, scheme-indices.texi,
311 slib.texi, deprecated.texi, scheme-binding.texi, appendices.texi,
312 scheme-intro.texi, goops.texi, extend.texi, gh.texi, intro.texi,
313 preface.texi, scm.texi, goops-tutorial.texi, hierarchy.eps,
314 r4rs.texi, r5rs.texi, texinfo.tex, scheme-reading.texi,
315 data-rep.texi, scheme-utility.texi, posix.texi,
316 scheme-control.texi, scheme-debug.texi, scheme-evaluation.texi,
317 scheme-io.texi, scheme-memory.texi, scheme-modules.texi,
318 scheme-options.texi, scheme-procedures.texi,
319 scheme-scheduling.texi, scheme-translation.texi, guile.texi,
9cca936f
NJ
320 scheme-data.texi, scheme-ideas.texi, expect.texi,
321 ChangeLog-guile-doc-ref, guile-tut.texi,
c2dc2842
NJ
322 ChangeLog-guile-doc-tutorial, AUTHORS, BUGS, NEWS, THANKS: New
323 files.
9cca936f 324
c2dc2842 325 * .cvsignore, Makefile.am, README: Merged.
4aa8647c 326
c2dc2842 327 * sources: New subdirectory.
a8944ae1 328
da00aada
NJ
329 Both the following files are about to be replaced by files from
330 guile-doc/ref.
a8944ae1 331
da00aada
NJ
332 * texinfo.tex: Removed.
333
4bc59ee7
NJ
334 * data-rep.texi: Removed.
335
07347b49
NJ
3362001-02-15 Neil Jerram <neil@ossau.uklinux.net>
337
14dd0e27
NJ
338 * README: Explain retirement of `data-rep.texi'.
339
340 * Makefile.am (info_TEXINFOS, data_rep_TEXINFOS): Removed.
341
07347b49
NJ
342 * data-rep.texi: Replace this copy of data-rep.texi with a notice
343 indicating that it has been retired. The master copy of
344 data-rep.texi is at guile-doc/ref/data-rep.texi.
345
bd7d4f40
MV
3462001-02-04 Marius Vollmer <mvo@zagadka.ping.de>
347
348 * data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
349 things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
350 P. Smith!
351
c6c2ea9f
MD
3522000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
353
354 * mop.text: Preliminary documentation of the GOOPS meta object
355 protocol.
356
6de50a52
NJ
3572000-07-28 Neil Jerram <neil@ossau.uklinux.net>
358
359 * data-rep.texi (Garbage Collection): Fix "accomodate" spelling
360 mistake.
a8944ae1 361
685c0d71
DH
3622000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
363
364 * data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
365
31987551
MD
3662000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
367
368 * data-rep.texi: Center discussion around the standard interface
369 for smob type creation (scm_make_smob_type) and warn about the
370 ongoing discussion which may result in deprecating
371 scm_make_smob_type_mfpe in next release of Guile.
372
ae09e7ac
DH
3732000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
374
375 * data-rep.texi: Updated the macro names for operating on
376 characters.
377
d87d3650
DH
3782000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
379
380 * api.txt: Added a first attempt for a description of the newly
381 designed low level API.
382
106428b3
MV
3832000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
384
385 * Makefile.am (version.texi): Override automake's rule for
386 version.texi so that it gets created even in non-maintainer-mode.
387
078e9092
GB
388Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
389
390 * version.texi, stamp-vti: Removed -- these are auto-generated.
391
899a7b3c
MD
3922000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
393
fb4956c9
MD
394 * Makefile.am (dist-hook): Updated to include oldfmt.c in
395 distribution archive.
396
899a7b3c
MD
397 * README: Updated with note about oldfmt.c.
398
399 * oldfmt.c: New file: Used by application writers to adapt to
400 new-style error format strings.
401
741d6079
GH
4021999-12-06 Gary Houston <ghouston@freewire.co.uk>
403
404 * data-rep.texi: change dircategory to match change in guile-doc
405 and scm.
406
0c1221ab
JB
4071999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
408
409 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
410 script to create generated files like this one.
411
e1f20ec6
JB
4121999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
413
414 * Makefile.in: Regenerated.
415
544b9232
MD
416Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
417
418 * data-rep.texi: Updated SMOB docs to talk about
419 scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
420 and macros.
a8944ae1 421
cceae55d
JB
4221999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
423
424 * Makefile.in: Regenerated.
425
33432c79
JB
4261998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
427
428 * COPYING: New file.
429 * Makefile.in: Regenerated.
430
431 * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
432 * Makefile.in: Regenerated.
433
3e66cf9f
JB
4341998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
435
436 * Makefile.in: Regenerated, after change to qthreads.m4.
437
8ff90e04
JB
4381998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
439
440 * stamp-vti: Regenerated.
441
442 * hacks.el: Some handy helper functions for working on the manual.
443
444 * data-rep.texi: Extended to accomodate a full running example,
445 provided with the manual.
446 * example-smob: A new subdirectory, containing example files for
447 the manual chapter on smobs.
448 * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
449 target, to get the example-smob directory into the distribution.
450 * Makefile.in: Regenerated.
a8944ae1 451
59619fea
JB
4521998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
453
454 * .cvsignore: New file, containing data-rep.info. I'm not sure
455 whether we want to check this file into CVS, because it's
456 generated; if you find compelling reasons it should be, let me
457 know.
458
2f2cef71
JB
4591998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
460
461 * New directory for documentation.
462 * README: New file.
463 * data-rep.texi: It's not a real manual, but it's better than
464 nothing.
465 * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
466 mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
467 files.