*** empty log message ***
[bpt/guile.git] / doc / ChangeLog
CommitLineData
bd7d4f40
MV
12001-02-04 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
4 things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
5 P. Smith!
6
c6c2ea9f
MD
72000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
8
9 * mop.text: Preliminary documentation of the GOOPS meta object
10 protocol.
11
6de50a52
NJ
122000-07-28 Neil Jerram <neil@ossau.uklinux.net>
13
14 * data-rep.texi (Garbage Collection): Fix "accomodate" spelling
15 mistake.
16
685c0d71
DH
172000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
18
19 * data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
20
31987551
MD
212000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
22
23 * data-rep.texi: Center discussion around the standard interface
24 for smob type creation (scm_make_smob_type) and warn about the
25 ongoing discussion which may result in deprecating
26 scm_make_smob_type_mfpe in next release of Guile.
27
ae09e7ac
DH
282000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
29
30 * data-rep.texi: Updated the macro names for operating on
31 characters.
32
d87d3650
DH
332000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
34
35 * api.txt: Added a first attempt for a description of the newly
36 designed low level API.
37
106428b3
MV
382000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
39
40 * Makefile.am (version.texi): Override automake's rule for
41 version.texi so that it gets created even in non-maintainer-mode.
42
078e9092
GB
43Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
44
45 * version.texi, stamp-vti: Removed -- these are auto-generated.
46
899a7b3c
MD
472000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
48
fb4956c9
MD
49 * Makefile.am (dist-hook): Updated to include oldfmt.c in
50 distribution archive.
51
899a7b3c
MD
52 * README: Updated with note about oldfmt.c.
53
54 * oldfmt.c: New file: Used by application writers to adapt to
55 new-style error format strings.
56
741d6079
GH
571999-12-06 Gary Houston <ghouston@freewire.co.uk>
58
59 * data-rep.texi: change dircategory to match change in guile-doc
60 and scm.
61
0c1221ab
JB
621999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
63
64 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
65 script to create generated files like this one.
66
e1f20ec6
JB
671999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
68
69 * Makefile.in: Regenerated.
70
544b9232
MD
71Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
72
73 * data-rep.texi: Updated SMOB docs to talk about
74 scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
75 and macros.
76
cceae55d
JB
771999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
78
79 * Makefile.in: Regenerated.
80
33432c79
JB
811998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
82
83 * COPYING: New file.
84 * Makefile.in: Regenerated.
85
86 * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
87 * Makefile.in: Regenerated.
88
3e66cf9f
JB
891998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
90
91 * Makefile.in: Regenerated, after change to qthreads.m4.
92
8ff90e04
JB
931998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
94
95 * stamp-vti: Regenerated.
96
97 * hacks.el: Some handy helper functions for working on the manual.
98
99 * data-rep.texi: Extended to accomodate a full running example,
100 provided with the manual.
101 * example-smob: A new subdirectory, containing example files for
102 the manual chapter on smobs.
103 * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
104 target, to get the example-smob directory into the distribution.
105 * Makefile.in: Regenerated.
106
59619fea
JB
1071998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
108
109 * .cvsignore: New file, containing data-rep.info. I'm not sure
110 whether we want to check this file into CVS, because it's
111 generated; if you find compelling reasons it should be, let me
112 know.
113
2f2cef71
JB
1141998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
115
116 * New directory for documentation.
117 * README: New file.
118 * data-rep.texi: It's not a real manual, but it's better than
119 nothing.
120 * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
121 mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
122 files.