* Typo fix.
[bpt/guile.git] / doc / ChangeLog
1 2001-03-30 Neil Jerram <neil@ossau.uklinux.net>
2
3 * intro.texi (Modules and Extensions): Fix typo.
4
5 2001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
6
7 * scheme-data.texi (Strings): Reorganized the whole `Strings'
8 section and wrote introductory material for each new subsection.
9
10 2001-03-25 Marius Vollmer <mvo@zagadka.ping.de>
11
12 * intro.texi (Modules and Extensions): Some short text about
13 dynamic libraries and modules.
14
15 2001-03-23 Neil Jerram <neil@ossau.uklinux.net>
16
17 * intro.texi (Writing Extensions for Guile), scheme-data.texi
18 (Lists): Fix typos.
19
20 * guile-tut.texi, ChangeLog-guile-doc-tutorial: Added to CVS. It
21 seems that I somehow missed these out when I moved everything from
22 guile-doc to guile-core.
23
24 * posix.texi, scheme-data.texi, scheme-evaluation.texi,
25 scheme-io.texi, scheme-memory.texi: Automatic docstring updates.
26
27 * new-docstrings.texi: New file. Holds snarfed docstrings that
28 have not yet been incorporated into the reference manual.
29
30 2001-03-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
31
32 * scheme-options.texi (Evaluator options): Added evaluator
33 options, corrected docs for evaluator trap options.
34
35 * scheme-evaluation.texi (Scheme Read): New docs for read-options,
36 read-enable, read-disable and read-set! and cross references to
37 option nodes.
38 (Evaluator Options): New docs for eval-options, eval-enable,
39 eval-disable and eval-set!, traps, trap-enable, trap-disable and
40 trap-set! and cross references to option nodes.
41 (Evaluator Behaviour): Renamed node from `Evaluator options' to
42 avoid name clash.
43
44 * scheme-io.texi (String Ports): Added docs for SRFI-6 procedures.
45 (Void Ports): Corrected introductory comment.
46
47 2001-03-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
48
49 * scheme-data.texi (Arithmetic): Documented the arithmetic
50 procedures.
51 (Integer Operations): Added documentation.
52 (Comparison): Added documentation.
53 (Complex): Added documentation.
54 (Symbols and Variables): Comment out `builtin-bindings', which is
55 removed according to NEWS.
56 (Pairs): Added documentation.
57
58 * scheme-io.texi: Added R5RS index entries for all R5RS
59 procedures.
60 (File Ports): New docs for `call-with-input-file',
61 `call-with-output-file', `with-input-from-file',
62 `with-output-to-file', `with-error-to-file'.
63
64 * scheme-control.texi, scheme-utility.texi,
65 * scheme-procedures.texi: Added R5RS index entries for all R5RS
66 procedures.
67
68 * scheme-evaluation.texi (Fly Evaluation): Added documentation for
69 `apply'. Added R5RS index entries for all R5RS procedures.
70
71 * scheme-data.texi: Added R5RS index entries for all R5RS
72 procedures. Removed R5RS index entries for `ass{q,v,occ}-set!'.
73 Removed explicit entries into the function entries. They are
74 automagic.
75 (Vectors): Added documentation for `make-vector', `vector-ref' and
76 `vector-set!'.
77
78 2001-03-12 Marius Vollmer <mvo@zagadka.ping.de>
79
80 * intro.texi: Changed to reflect current practice better. Added
81 stuff about writing Guile Extensions (aka dynamically loaded
82 shared libraries).
83
84 2001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
85
86 * goops.texi (VERSION): Bumped to version 0.3.
87
88 * goops-tutorial.texi, goops.texi: Updated to reflect new
89 define-method syntax.
90
91 2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
92
93 * Makefile.am: Change HTML to HTMLDOC, now that we're part of a
94 wider distribution.
95
96 Moving documentation files from guile-doc and guile-doc into
97 guile-core/doc:
98
99 * env.texi, indices.texi, mbapi.texi, mltext.texi, scripts.texi,
100 scsh.texi, tcltk.texi, hierarchy.txt, scheme-indices.texi,
101 slib.texi, deprecated.texi, scheme-binding.texi, appendices.texi,
102 scheme-intro.texi, goops.texi, extend.texi, gh.texi, intro.texi,
103 preface.texi, scm.texi, goops-tutorial.texi, hierarchy.eps,
104 r4rs.texi, r5rs.texi, texinfo.tex, scheme-reading.texi,
105 data-rep.texi, scheme-utility.texi, posix.texi,
106 scheme-control.texi, scheme-debug.texi, scheme-evaluation.texi,
107 scheme-io.texi, scheme-memory.texi, scheme-modules.texi,
108 scheme-options.texi, scheme-procedures.texi,
109 scheme-scheduling.texi, scheme-translation.texi, guile.texi,
110 scheme-data.texi, scheme-ideas.texi, expect.texi,
111 ChangeLog-guile-doc-ref, guile-tut.texi,
112 ChangeLog-guile-doc-tutorial, AUTHORS, BUGS, NEWS, THANKS: New
113 files.
114
115 * .cvsignore, Makefile.am, README: Merged.
116
117 * sources: New subdirectory.
118
119 Both the following files are about to be replaced by files from
120 guile-doc/ref.
121
122 * texinfo.tex: Removed.
123
124 * data-rep.texi: Removed.
125
126 2001-02-15 Neil Jerram <neil@ossau.uklinux.net>
127
128 * README: Explain retirement of `data-rep.texi'.
129
130 * Makefile.am (info_TEXINFOS, data_rep_TEXINFOS): Removed.
131
132 * data-rep.texi: Replace this copy of data-rep.texi with a notice
133 indicating that it has been retired. The master copy of
134 data-rep.texi is at guile-doc/ref/data-rep.texi.
135
136 2001-02-04 Marius Vollmer <mvo@zagadka.ping.de>
137
138 * data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
139 things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
140 P. Smith!
141
142 2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
143
144 * mop.text: Preliminary documentation of the GOOPS meta object
145 protocol.
146
147 2000-07-28 Neil Jerram <neil@ossau.uklinux.net>
148
149 * data-rep.texi (Garbage Collection): Fix "accomodate" spelling
150 mistake.
151
152 2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
153
154 * data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
155
156 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
157
158 * data-rep.texi: Center discussion around the standard interface
159 for smob type creation (scm_make_smob_type) and warn about the
160 ongoing discussion which may result in deprecating
161 scm_make_smob_type_mfpe in next release of Guile.
162
163 2000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
164
165 * data-rep.texi: Updated the macro names for operating on
166 characters.
167
168 2000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
169
170 * api.txt: Added a first attempt for a description of the newly
171 designed low level API.
172
173 2000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
174
175 * Makefile.am (version.texi): Override automake's rule for
176 version.texi so that it gets created even in non-maintainer-mode.
177
178 Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
179
180 * version.texi, stamp-vti: Removed -- these are auto-generated.
181
182 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
183
184 * Makefile.am (dist-hook): Updated to include oldfmt.c in
185 distribution archive.
186
187 * README: Updated with note about oldfmt.c.
188
189 * oldfmt.c: New file: Used by application writers to adapt to
190 new-style error format strings.
191
192 1999-12-06 Gary Houston <ghouston@freewire.co.uk>
193
194 * data-rep.texi: change dircategory to match change in guile-doc
195 and scm.
196
197 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
198
199 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
200 script to create generated files like this one.
201
202 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
203
204 * Makefile.in: Regenerated.
205
206 Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
207
208 * data-rep.texi: Updated SMOB docs to talk about
209 scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
210 and macros.
211
212 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
213
214 * Makefile.in: Regenerated.
215
216 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
217
218 * COPYING: New file.
219 * Makefile.in: Regenerated.
220
221 * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
222 * Makefile.in: Regenerated.
223
224 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
225
226 * Makefile.in: Regenerated, after change to qthreads.m4.
227
228 1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
229
230 * stamp-vti: Regenerated.
231
232 * hacks.el: Some handy helper functions for working on the manual.
233
234 * data-rep.texi: Extended to accomodate a full running example,
235 provided with the manual.
236 * example-smob: A new subdirectory, containing example files for
237 the manual chapter on smobs.
238 * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
239 target, to get the example-smob directory into the distribution.
240 * Makefile.in: Regenerated.
241
242 1998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
243
244 * .cvsignore: New file, containing data-rep.info. I'm not sure
245 whether we want to check this file into CVS, because it's
246 generated; if you find compelling reasons it should be, let me
247 know.
248
249 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
250
251 * New directory for documentation.
252 * README: New file.
253 * data-rep.texi: It's not a real manual, but it's better than
254 nothing.
255 * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
256 mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
257 files.