*** empty log message ***
[bpt/guile.git] / doc / ChangeLog
1 2001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
2
3 * goops.texi (VERSION): Bumped to version 0.3.
4
5 * goops-tutorial.texi, goops.texi: Updated to reflect new
6 define-method syntax.
7
8 2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
9
10 * Makefile.am: Change HTML to HTMLDOC, now that we're part of a
11 wider distribution.
12
13 Moving documentation files from guile-doc and guile-doc into
14 guile-core/doc:
15
16 * env.texi, indices.texi, mbapi.texi, mltext.texi, scripts.texi,
17 scsh.texi, tcltk.texi, hierarchy.txt, scheme-indices.texi,
18 slib.texi, deprecated.texi, scheme-binding.texi, appendices.texi,
19 scheme-intro.texi, goops.texi, extend.texi, gh.texi, intro.texi,
20 preface.texi, scm.texi, goops-tutorial.texi, hierarchy.eps,
21 r4rs.texi, r5rs.texi, texinfo.tex, scheme-reading.texi,
22 data-rep.texi, scheme-utility.texi, posix.texi,
23 scheme-control.texi, scheme-debug.texi, scheme-evaluation.texi,
24 scheme-io.texi, scheme-memory.texi, scheme-modules.texi,
25 scheme-options.texi, scheme-procedures.texi,
26 scheme-scheduling.texi, scheme-translation.texi, guile.texi,
27 scheme-data.texi, scheme-ideas.texi, expect.texi,
28 ChangeLog-guile-doc-ref, guile-tut.texi,
29 ChangeLog-guile-doc-tutorial, AUTHORS, BUGS, NEWS, THANKS: New
30 files.
31
32 * .cvsignore, Makefile.am, README: Merged.
33
34 * sources: New subdirectory.
35
36 Both the following files are about to be replaced by files from
37 guile-doc/ref.
38
39 * texinfo.tex: Removed.
40
41 * data-rep.texi: Removed.
42
43 2001-02-15 Neil Jerram <neil@ossau.uklinux.net>
44
45 * README: Explain retirement of `data-rep.texi'.
46
47 * Makefile.am (info_TEXINFOS, data_rep_TEXINFOS): Removed.
48
49 * data-rep.texi: Replace this copy of data-rep.texi with a notice
50 indicating that it has been retired. The master copy of
51 data-rep.texi is at guile-doc/ref/data-rep.texi.
52
53 2001-02-04 Marius Vollmer <mvo@zagadka.ping.de>
54
55 * data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
56 things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
57 P. Smith!
58
59 2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
60
61 * mop.text: Preliminary documentation of the GOOPS meta object
62 protocol.
63
64 2000-07-28 Neil Jerram <neil@ossau.uklinux.net>
65
66 * data-rep.texi (Garbage Collection): Fix "accomodate" spelling
67 mistake.
68
69 2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
70
71 * data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
72
73 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
74
75 * data-rep.texi: Center discussion around the standard interface
76 for smob type creation (scm_make_smob_type) and warn about the
77 ongoing discussion which may result in deprecating
78 scm_make_smob_type_mfpe in next release of Guile.
79
80 2000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
81
82 * data-rep.texi: Updated the macro names for operating on
83 characters.
84
85 2000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
86
87 * api.txt: Added a first attempt for a description of the newly
88 designed low level API.
89
90 2000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
91
92 * Makefile.am (version.texi): Override automake's rule for
93 version.texi so that it gets created even in non-maintainer-mode.
94
95 Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
96
97 * version.texi, stamp-vti: Removed -- these are auto-generated.
98
99 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
100
101 * Makefile.am (dist-hook): Updated to include oldfmt.c in
102 distribution archive.
103
104 * README: Updated with note about oldfmt.c.
105
106 * oldfmt.c: New file: Used by application writers to adapt to
107 new-style error format strings.
108
109 1999-12-06 Gary Houston <ghouston@freewire.co.uk>
110
111 * data-rep.texi: change dircategory to match change in guile-doc
112 and scm.
113
114 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
115
116 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
117 script to create generated files like this one.
118
119 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
120
121 * Makefile.in: Regenerated.
122
123 Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
124
125 * data-rep.texi: Updated SMOB docs to talk about
126 scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
127 and macros.
128
129 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
130
131 * Makefile.in: Regenerated.
132
133 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
134
135 * COPYING: New file.
136 * Makefile.in: Regenerated.
137
138 * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
139 * Makefile.in: Regenerated.
140
141 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
142
143 * Makefile.in: Regenerated, after change to qthreads.m4.
144
145 1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
146
147 * stamp-vti: Regenerated.
148
149 * hacks.el: Some handy helper functions for working on the manual.
150
151 * data-rep.texi: Extended to accomodate a full running example,
152 provided with the manual.
153 * example-smob: A new subdirectory, containing example files for
154 the manual chapter on smobs.
155 * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
156 target, to get the example-smob directory into the distribution.
157 * Makefile.in: Regenerated.
158
159 1998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
160
161 * .cvsignore: New file, containing data-rep.info. I'm not sure
162 whether we want to check this file into CVS, because it's
163 generated; if you find compelling reasons it should be, let me
164 know.
165
166 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
167
168 * New directory for documentation.
169 * README: New file.
170 * data-rep.texi: It's not a real manual, but it's better than
171 nothing.
172 * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
173 mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
174 files.