Spell "library" correctly.
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
72dd0a03
NJ
12001-11-13 Neil Jerram <neil@ossau.uklinux.net>
2
3 * new-docstrings.texi, scheme-data.texi: Merge recent doc
4 improvements from stable branch.
5
6 * scheme-options.texi: Automatic updates from docstring changes in
7 libguile's C source code.
8
b56b5983
NJ
92001-11-12 Neil Jerram <neil@ossau.uklinux.net>
10
11 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
12 updates for struct? and struct-vtable?.
13 (String Searching): Add missing "for". Thanks to Scott Lenser.
14
9401323e
NJ
152001-11-08 Neil Jerram <neil@ossau.uklinux.net>
16
17 * guile.texi (Top): Added new chapter `Programming Options'.
18
19 * program.texi: New file.
20
21 * Makefile.am (guile_TEXINFOS): Added program.texi.
22
232001-11-07 Neil Jerram <neil@ossau.uklinux.net>
24
25 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
26 scheme-data.texi, scheme-binding.texi, posix.texi,
27 new-docstrings.texi: Automatic updates from improved libguile
28 docstrings.
29
302001-11-04 Neil Jerram <neil@ossau.uklinux.net>
31
32 * preface.texi: Use MANUAL_EDITION variable.
33 (Manual Layout): Updated to reflect reorg.
34
35 * guile.texi (MANUAL_EDITION): New variable, with value
36 incremented from 1.0 to 1.1 to reflect the reorg described here.
37 (Top): Use MANUAL_EDITION variable.
38
39 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
40 @unnumbered rather than @chapter for these indices.
41
42 * guile.texi (Top): A little top-level reshuffling, with the aims
43 that: (1) the `Guile Scheme' (reference) part of the manual
44 becomes the `Guile API Reference', and covers both Scheme and C
45 interfaces; (2) non-API-reference material such as the `Basic
46 Ideas in Scheme' chapter is collected together to form a new part
47 `Programming with Guile'. This new part will contain general
48 documentation on using and programming Guile in both Scheme and C,
49 including - for example - awareness of GC when C programming, how
50 to use the snarf macros, how to debug ...
51 (Top): Move inclusion of scheme-indices.texi so that all indices
52 appear together in the printed manual.
53
54 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
55 debugging.texi.
56
57 * appendices.texi: Removed.
58
59 * debugging.texi (Debugger User Interface): New file, same as the
60 material that used to be in appendices.texi, but now a chapter in
61 Part II rather than an appendix.
62
63 * appendices.texi (Obtaining and Installing Guile): Moved to
64 become a chapter in ...
65 * intro.texi: ... Part I: Introduction to Guile.
66
67 * scm.texi (I/O Extensions): Moved to become a section of ...
68 * scheme-io.texi (Input and Output): ... this chapter.
69
70 * scm.texi (Handling Errors): Moved to become a section of ...
71 * scheme-control.texi (Control Mechanisms): ... this chapter.
72
ca26b87d
TTN
732001-11-06 Thien-Thi Nguyen <ttn@glug.org>
74
75 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
76 time and clock resolution, SRFI-19 Time object and accessors,
77 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
78 procedures, SRFI-19 Date object and accessors, SRFI-19
79 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
80 to string/string to date converters): New nodes.
04bbd6ce 81 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 82
7ab89df1
MV
832001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
84
85 * scripts.texi: Document `--debug' and `--no-debug'.
86
c2c67382
GH
872001-10-27 Gary Houston <ghouston@arglist.com>
88
a42b5e5b
GH
89 * guile.texi, scsh.texi: removed obsolete guile-scsh material
90 and updated links (I don't know if it should remain in the
91 main menu. It's like slib I think.)
92
c2c67382
GH
93 * minor updates to the slib installation notes.
94
a599743c
NJ
952001-10-05 Neil Jerram <neil@ossau.uklinux.net>
96
97 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
98 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
99 noticing that they'd disappeared!)
100
74e0de86
TTN
1012001-10-05 Thien-Thi Nguyen <ttn@glug.org>
102
103 * scheme-io.texi (Writing): Add entry for `display'.
104 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
105
40f316d0
MG
1062001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
107
108 * srfi-modules.texi (SRFI-13): Tyop fix.
109 (SRFI-13): Changed paragraph about bindings both in the code and
110 in SRFI-13.
111
112 * misc-modules.texi (Formatted Output): Tyop fix.
113 (Formatted Output): Document ~g properly.
114
115 Thanks to Alex Schroeder for pointing out the typos and sending
116 suggestions.
74e0de86 117
523f81ba
TTN
1182001-09-25 Thien-Thi Nguyen <ttn@glug.org>
119
120 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
121 Thanks to suggestion by Alex Schroeder.
122
6c997de2
NJ
1232001-08-30 Neil Jerram <neil@ossau.uklinux.net>
124
255ea784
NJ
125 * guile.texi (Top): Group all index nodes together so that
126 `Info-index' works more effectively in Info. Thanks to Eric
127 Hanchrow for the report and fix.
128
6c997de2
NJ
129 * scheme-data.texi (Random, String Syntax, String Modification,
130 Regular Expressions), scheme-ideas.texi (Definition),
131 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
132 scm.texi (Transforming Scheme name to C name, Port
133 Implementation): Various typo fixes and clarifications merged from
134 the stable CVS branch.
135
b45898ca
NJ
1362001-08-27 Neil Jerram <neil@ossau.uklinux.net>
137
138 * intro.texi: Merged wording fixes from stable CVS branch.
139
140 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
141
142 * guile.texi: Incorporate text previously in separate AUTHORS
143 file.
144
1452001-08-27 Neil Jerram <neil@ossau.uklinux.net>
146
147 The change log for files in this directory continues backwards
148 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
149 prior to this date was contained in a single directory.