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