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