1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00
guile/doc/ChangeLog
2001-03-25 00:34:33 +00:00

248 lines
8.1 KiB
Text

2001-03-25 Marius Vollmer <mvo@zagadka.ping.de>
* intro.texi (Modules and Extensions): Some short text about
dynamic libraries and modules.
2001-03-23 Neil Jerram <neil@ossau.uklinux.net>
* intro.texi (Writing Extensions for Guile), scheme-data.texi
(Lists): Fix typos.
* guile-tut.texi, ChangeLog-guile-doc-tutorial: Added to CVS. It
seems that I somehow missed these out when I moved everything from
guile-doc to guile-core.
* posix.texi, scheme-data.texi, scheme-evaluation.texi,
scheme-io.texi, scheme-memory.texi: Automatic docstring updates.
* new-docstrings.texi: New file. Holds snarfed docstrings that
have not yet been incorporated into the reference manual.
2001-03-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* scheme-options.texi (Evaluator options): Added evaluator
options, corrected docs for evaluator trap options.
* scheme-evaluation.texi (Scheme Read): New docs for read-options,
read-enable, read-disable and read-set! and cross references to
option nodes.
(Evaluator Options): New docs for eval-options, eval-enable,
eval-disable and eval-set!, traps, trap-enable, trap-disable and
trap-set! and cross references to option nodes.
(Evaluator Behaviour): Renamed node from `Evaluator options' to
avoid name clash.
* scheme-io.texi (String Ports): Added docs for SRFI-6 procedures.
(Void Ports): Corrected introductory comment.
2001-03-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* scheme-data.texi (Arithmetic): Documented the arithmetic
procedures.
(Integer Operations): Added documentation.
(Comparison): Added documentation.
(Complex): Added documentation.
(Symbols and Variables): Comment out `builtin-bindings', which is
removed according to NEWS.
(Pairs): Added documentation.
* scheme-io.texi: Added R5RS index entries for all R5RS
procedures.
(File Ports): New docs for `call-with-input-file',
`call-with-output-file', `with-input-from-file',
`with-output-to-file', `with-error-to-file'.
* scheme-control.texi, scheme-utility.texi,
* scheme-procedures.texi: Added R5RS index entries for all R5RS
procedures.
* scheme-evaluation.texi (Fly Evaluation): Added documentation for
`apply'. Added R5RS index entries for all R5RS procedures.
* scheme-data.texi: Added R5RS index entries for all R5RS
procedures. Removed R5RS index entries for `ass{q,v,occ}-set!'.
Removed explicit entries into the function entries. They are
automagic.
(Vectors): Added documentation for `make-vector', `vector-ref' and
`vector-set!'.
2001-03-12 Marius Vollmer <mvo@zagadka.ping.de>
* intro.texi: Changed to reflect current practice better. Added
stuff about writing Guile Extensions (aka dynamically loaded
shared libraries).
2001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* goops.texi (VERSION): Bumped to version 0.3.
* goops-tutorial.texi, goops.texi: Updated to reflect new
define-method syntax.
2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
* Makefile.am: Change HTML to HTMLDOC, now that we're part of a
wider distribution.
Moving documentation files from guile-doc and guile-doc into
guile-core/doc:
* env.texi, indices.texi, mbapi.texi, mltext.texi, scripts.texi,
scsh.texi, tcltk.texi, hierarchy.txt, scheme-indices.texi,
slib.texi, deprecated.texi, scheme-binding.texi, appendices.texi,
scheme-intro.texi, goops.texi, extend.texi, gh.texi, intro.texi,
preface.texi, scm.texi, goops-tutorial.texi, hierarchy.eps,
r4rs.texi, r5rs.texi, texinfo.tex, scheme-reading.texi,
data-rep.texi, scheme-utility.texi, posix.texi,
scheme-control.texi, scheme-debug.texi, scheme-evaluation.texi,
scheme-io.texi, scheme-memory.texi, scheme-modules.texi,
scheme-options.texi, scheme-procedures.texi,
scheme-scheduling.texi, scheme-translation.texi, guile.texi,
scheme-data.texi, scheme-ideas.texi, expect.texi,
ChangeLog-guile-doc-ref, guile-tut.texi,
ChangeLog-guile-doc-tutorial, AUTHORS, BUGS, NEWS, THANKS: New
files.
* .cvsignore, Makefile.am, README: Merged.
* sources: New subdirectory.
Both the following files are about to be replaced by files from
guile-doc/ref.
* texinfo.tex: Removed.
* data-rep.texi: Removed.
2001-02-15 Neil Jerram <neil@ossau.uklinux.net>
* README: Explain retirement of `data-rep.texi'.
* Makefile.am (info_TEXINFOS, data_rep_TEXINFOS): Removed.
* data-rep.texi: Replace this copy of data-rep.texi with a notice
indicating that it has been retired. The master copy of
data-rep.texi is at guile-doc/ref/data-rep.texi.
2001-02-04 Marius Vollmer <mvo@zagadka.ping.de>
* data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
P. Smith!
2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* mop.text: Preliminary documentation of the GOOPS meta object
protocol.
2000-07-28 Neil Jerram <neil@ossau.uklinux.net>
* data-rep.texi (Garbage Collection): Fix "accomodate" spelling
mistake.
2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
* data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* data-rep.texi: Center discussion around the standard interface
for smob type creation (scm_make_smob_type) and warn about the
ongoing discussion which may result in deprecating
scm_make_smob_type_mfpe in next release of Guile.
2000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
* data-rep.texi: Updated the macro names for operating on
characters.
2000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
* api.txt: Added a first attempt for a description of the newly
designed low level API.
2000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (version.texi): Override automake's rule for
version.texi so that it gets created even in non-maintainer-mode.
Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
* version.texi, stamp-vti: Removed -- these are auto-generated.
2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* Makefile.am (dist-hook): Updated to include oldfmt.c in
distribution archive.
* README: Updated with note about oldfmt.c.
* oldfmt.c: New file: Used by application writers to adapt to
new-style error format strings.
1999-12-06 Gary Houston <ghouston@freewire.co.uk>
* data-rep.texi: change dircategory to match change in guile-doc
and scm.
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in: Deleted from CVS repository. Run the autogen.sh
script to create generated files like this one.
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in: Regenerated.
Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
* data-rep.texi: Updated SMOB docs to talk about
scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
and macros.
1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in: Regenerated.
1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
* COPYING: New file.
* Makefile.in: Regenerated.
* Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
* Makefile.in: Regenerated.
1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
* Makefile.in: Regenerated, after change to qthreads.m4.
1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
* stamp-vti: Regenerated.
* hacks.el: Some handy helper functions for working on the manual.
* data-rep.texi: Extended to accomodate a full running example,
provided with the manual.
* example-smob: A new subdirectory, containing example files for
the manual chapter on smobs.
* Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
target, to get the example-smob directory into the distribution.
* Makefile.in: Regenerated.
1998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
* .cvsignore: New file, containing data-rep.info. I'm not sure
whether we want to check this file into CVS, because it's
generated; if you find compelling reasons it should be, let me
know.
1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
* New directory for documentation.
* README: New file.
* data-rep.texi: It's not a real manual, but it's better than
nothing.
* Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
files.