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