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