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