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