1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 06:50:21 +02:00
guile/doc/ref/ChangeLog
2001-11-23 11:28:12 +00:00

196 lines
6.9 KiB
Text

2001-11-23 Neil Jerram <neil@ossau.uklinux.net>
* program.texi (Program Control): Remove spurious placeholder
text.
2001-11-20 Thien-Thi Nguyen <ttn@glug.org>
* scheme-options.texi (Install Config):
Tweak `%load-path' verb to not imply it's a proc.
Add documentation for `%guile-build-info'.
2001-11-19 Neil Jerram <neil@ossau.uklinux.net>
* scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
doc for builtin-bindings (no longer exists).
(Variables): Expanded existing description of variables. Removed
doc for builtin-variable (no longer exists).
* scheme-binding.texi (Top Level): New docs for define, scm_define
and scm_c_define. Also clarified point about interchangeability
of define and set!.
2001-11-18 Neil Jerram <neil@ossau.uklinux.net>
* scheme-data.texi (Vectors): Autoupdate docs for
vector-move-left! and vector-move-right!.
2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
* debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
new-docstrings.texi, posix.texi, scheme-binding.texi,
scheme-control.texi, scheme-data.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,
scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
category for "primitive" and "procedure" @deffn's to {Scheme
Procedure}; add @deffnx lines for {C Function}s; automatic updates
from libguile docstring changes.
* scheme-memory.texi (Garbage Collection): Removed doc for removed
`unhash-name'.
2001-11-14 Thien-Thi Nguyen <ttn@glug.org>
* scheme-procedures.texi: Spell "library" correctly.
2001-11-13 Neil Jerram <neil@ossau.uklinux.net>
* new-docstrings.texi, scheme-data.texi: Merge recent doc
improvements from stable branch.
* scheme-options.texi: Automatic updates from docstring changes in
libguile's C source code.
2001-11-12 Neil Jerram <neil@ossau.uklinux.net>
* scheme-data.texi (Vtables, Structure Basics): Automatic doc
updates for struct? and struct-vtable?.
(String Searching): Add missing "for". Thanks to Scott Lenser.
2001-11-08 Neil Jerram <neil@ossau.uklinux.net>
* guile.texi (Top): Added new chapter `Programming Options'.
* program.texi: New file.
* Makefile.am (guile_TEXINFOS): Added program.texi.
2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
* scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
scheme-data.texi, scheme-binding.texi, posix.texi,
new-docstrings.texi: Automatic updates from improved libguile
docstrings.
2001-11-04 Neil Jerram <neil@ossau.uklinux.net>
* preface.texi: Use MANUAL_EDITION variable.
(Manual Layout): Updated to reflect reorg.
* guile.texi (MANUAL_EDITION): New variable, with value
incremented from 1.0 to 1.1 to reflect the reorg described here.
(Top): Use MANUAL_EDITION variable.
* scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
@unnumbered rather than @chapter for these indices.
* guile.texi (Top): A little top-level reshuffling, with the aims
that: (1) the `Guile Scheme' (reference) part of the manual
becomes the `Guile API Reference', and covers both Scheme and C
interfaces; (2) non-API-reference material such as the `Basic
Ideas in Scheme' chapter is collected together to form a new part
`Programming with Guile'. This new part will contain general
documentation on using and programming Guile in both Scheme and C,
including - for example - awareness of GC when C programming, how
to use the snarf macros, how to debug ...
(Top): Move inclusion of scheme-indices.texi so that all indices
appear together in the printed manual.
* Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
debugging.texi.
* appendices.texi: Removed.
* debugging.texi (Debugger User Interface): New file, same as the
material that used to be in appendices.texi, but now a chapter in
Part II rather than an appendix.
* appendices.texi (Obtaining and Installing Guile): Moved to
become a chapter in ...
* intro.texi: ... Part I: Introduction to Guile.
* scm.texi (I/O Extensions): Moved to become a section of ...
* scheme-io.texi (Input and Output): ... this chapter.
* scm.texi (Handling Errors): Moved to become a section of ...
* scheme-control.texi (Control Mechanisms): ... this chapter.
2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
* srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
time and clock resolution, SRFI-19 Time object and accessors,
SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
procedures, SRFI-19 Date object and accessors, SRFI-19
Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
to string/string to date converters): New nodes.
(SRFI Support): Add "SRFI-19" to menu.
2001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
* scripts.texi: Document `--debug' and `--no-debug'.
2001-10-27 Gary Houston <ghouston@arglist.com>
* guile.texi, scsh.texi: removed obsolete guile-scsh material
and updated links (I don't know if it should remain in the
main menu. It's like slib I think.)
* minor updates to the slib installation notes.
2001-10-05 Neil Jerram <neil@ossau.uklinux.net>
* scheme-evaluation.texi (Fly Evaluation): Removed documentation
for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
noticing that they'd disappeared!)
2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
* scheme-io.texi (Writing): Add entry for `display'.
Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
2001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* srfi-modules.texi (SRFI-13): Tyop fix.
(SRFI-13): Changed paragraph about bindings both in the code and
in SRFI-13.
* misc-modules.texi (Formatted Output): Tyop fix.
(Formatted Output): Document ~g properly.
Thanks to Alex Schroeder for pointing out the typos and sending
suggestions.
2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
* scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
Thanks to suggestion by Alex Schroeder.
2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
* guile.texi (Top): Group all index nodes together so that
`Info-index' works more effectively in Info. Thanks to Eric
Hanchrow for the report and fix.
* scheme-data.texi (Random, String Syntax, String Modification,
Regular Expressions), scheme-ideas.texi (Definition),
scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
scm.texi (Transforming Scheme name to C name, Port
Implementation): Various typo fixes and clarifications merged from
the stable CVS branch.
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
* intro.texi: Merged wording fixes from stable CVS branch.
* Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
* guile.texi: Incorporate text previously in separate AUTHORS
file.
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
The change log for files in this directory continues backwards
from 2001-08-27 in ../ChangeLog, as all the Guile documentation
prior to this date was contained in a single directory.