* Eliminated use of SCM_ASSERT to check for range errors.
[bpt/guile.git] / doc / ChangeLog
1 2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
4
5 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
6
7 * data-rep.texi: Center discussion around the standard interface
8 for smob type creation (scm_make_smob_type) and warn about the
9 ongoing discussion which may result in deprecating
10 scm_make_smob_type_mfpe in next release of Guile.
11
12 2000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13
14 * data-rep.texi: Updated the macro names for operating on
15 characters.
16
17 2000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
18
19 * api.txt: Added a first attempt for a description of the newly
20 designed low level API.
21
22 2000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
23
24 * Makefile.am (version.texi): Override automake's rule for
25 version.texi so that it gets created even in non-maintainer-mode.
26
27 Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
28
29 * version.texi, stamp-vti: Removed -- these are auto-generated.
30
31 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
32
33 * Makefile.am (dist-hook): Updated to include oldfmt.c in
34 distribution archive.
35
36 * README: Updated with note about oldfmt.c.
37
38 * oldfmt.c: New file: Used by application writers to adapt to
39 new-style error format strings.
40
41 1999-12-06 Gary Houston <ghouston@freewire.co.uk>
42
43 * data-rep.texi: change dircategory to match change in guile-doc
44 and scm.
45
46 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
47
48 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
49 script to create generated files like this one.
50
51 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
52
53 * Makefile.in: Regenerated.
54
55 Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
56
57 * data-rep.texi: Updated SMOB docs to talk about
58 scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
59 and macros.
60
61 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
62
63 * Makefile.in: Regenerated.
64
65 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
66
67 * COPYING: New file.
68 * Makefile.in: Regenerated.
69
70 * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
71 * Makefile.in: Regenerated.
72
73 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
74
75 * Makefile.in: Regenerated, after change to qthreads.m4.
76
77 1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
78
79 * stamp-vti: Regenerated.
80
81 * hacks.el: Some handy helper functions for working on the manual.
82
83 * data-rep.texi: Extended to accomodate a full running example,
84 provided with the manual.
85 * example-smob: A new subdirectory, containing example files for
86 the manual chapter on smobs.
87 * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
88 target, to get the example-smob directory into the distribution.
89 * Makefile.in: Regenerated.
90
91 1998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
92
93 * .cvsignore: New file, containing data-rep.info. I'm not sure
94 whether we want to check this file into CVS, because it's
95 generated; if you find compelling reasons it should be, let me
96 know.
97
98 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
99
100 * New directory for documentation.
101 * README: New file.
102 * data-rep.texi: It's not a real manual, but it's better than
103 nothing.
104 * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
105 mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
106 files.