*** empty log message ***
[bpt/guile.git] / doc / ref / ChangeLog
1 2001-11-25 Thien-Thi Nguyen <ttn@glug.org>
2
3 * posix.texi: Fix spelling. Thanks to Chris Cramer.
4 Reword `getpass' intro blurb.
5
6 2001-11-23 Neil Jerram <neil@ossau.uklinux.net>
7
8 * program.texi (Program Control): Remove spurious placeholder
9 text.
10
11 2001-11-20 Thien-Thi Nguyen <ttn@glug.org>
12
13 * scheme-options.texi (Install Config):
14 Tweak `%load-path' verb to not imply it's a proc.
15 Add documentation for `%guile-build-info'.
16
17 2001-11-19 Neil Jerram <neil@ossau.uklinux.net>
18
19 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
20 doc for builtin-bindings (no longer exists).
21 (Variables): Expanded existing description of variables. Removed
22 doc for builtin-variable (no longer exists).
23
24 * scheme-binding.texi (Top Level): New docs for define, scm_define
25 and scm_c_define. Also clarified point about interchangeability
26 of define and set!.
27
28 2001-11-18 Neil Jerram <neil@ossau.uklinux.net>
29
30 * scheme-data.texi (Vectors): Autoupdate docs for
31 vector-move-left! and vector-move-right!.
32
33 2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
34
35 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
36 new-docstrings.texi, posix.texi, scheme-binding.texi,
37 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
38 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
39 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
40 scheme-scheduling.texi, scheme-translation.texi,
41 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
42 category for "primitive" and "procedure" @deffn's to {Scheme
43 Procedure}; add @deffnx lines for {C Function}s; automatic updates
44 from libguile docstring changes.
45
46 * scheme-memory.texi (Garbage Collection): Removed doc for removed
47 `unhash-name'.
48
49 2001-11-14 Thien-Thi Nguyen <ttn@glug.org>
50
51 * scheme-procedures.texi: Spell "library" correctly.
52
53 2001-11-13 Neil Jerram <neil@ossau.uklinux.net>
54
55 * new-docstrings.texi, scheme-data.texi: Merge recent doc
56 improvements from stable branch.
57
58 * scheme-options.texi: Automatic updates from docstring changes in
59 libguile's C source code.
60
61 2001-11-12 Neil Jerram <neil@ossau.uklinux.net>
62
63 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
64 updates for struct? and struct-vtable?.
65 (String Searching): Add missing "for". Thanks to Scott Lenser.
66
67 2001-11-08 Neil Jerram <neil@ossau.uklinux.net>
68
69 * guile.texi (Top): Added new chapter `Programming Options'.
70
71 * program.texi: New file.
72
73 * Makefile.am (guile_TEXINFOS): Added program.texi.
74
75 2001-11-07 Neil Jerram <neil@ossau.uklinux.net>
76
77 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
78 scheme-data.texi, scheme-binding.texi, posix.texi,
79 new-docstrings.texi: Automatic updates from improved libguile
80 docstrings.
81
82 2001-11-04 Neil Jerram <neil@ossau.uklinux.net>
83
84 * preface.texi: Use MANUAL_EDITION variable.
85 (Manual Layout): Updated to reflect reorg.
86
87 * guile.texi (MANUAL_EDITION): New variable, with value
88 incremented from 1.0 to 1.1 to reflect the reorg described here.
89 (Top): Use MANUAL_EDITION variable.
90
91 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
92 @unnumbered rather than @chapter for these indices.
93
94 * guile.texi (Top): A little top-level reshuffling, with the aims
95 that: (1) the `Guile Scheme' (reference) part of the manual
96 becomes the `Guile API Reference', and covers both Scheme and C
97 interfaces; (2) non-API-reference material such as the `Basic
98 Ideas in Scheme' chapter is collected together to form a new part
99 `Programming with Guile'. This new part will contain general
100 documentation on using and programming Guile in both Scheme and C,
101 including - for example - awareness of GC when C programming, how
102 to use the snarf macros, how to debug ...
103 (Top): Move inclusion of scheme-indices.texi so that all indices
104 appear together in the printed manual.
105
106 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
107 debugging.texi.
108
109 * appendices.texi: Removed.
110
111 * debugging.texi (Debugger User Interface): New file, same as the
112 material that used to be in appendices.texi, but now a chapter in
113 Part II rather than an appendix.
114
115 * appendices.texi (Obtaining and Installing Guile): Moved to
116 become a chapter in ...
117 * intro.texi: ... Part I: Introduction to Guile.
118
119 * scm.texi (I/O Extensions): Moved to become a section of ...
120 * scheme-io.texi (Input and Output): ... this chapter.
121
122 * scm.texi (Handling Errors): Moved to become a section of ...
123 * scheme-control.texi (Control Mechanisms): ... this chapter.
124
125 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
126
127 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
128 time and clock resolution, SRFI-19 Time object and accessors,
129 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
130 procedures, SRFI-19 Date object and accessors, SRFI-19
131 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
132 to string/string to date converters): New nodes.
133 (SRFI Support): Add "SRFI-19" to menu.
134
135 2001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
136
137 * scripts.texi: Document `--debug' and `--no-debug'.
138
139 2001-10-27 Gary Houston <ghouston@arglist.com>
140
141 * guile.texi, scsh.texi: removed obsolete guile-scsh material
142 and updated links (I don't know if it should remain in the
143 main menu. It's like slib I think.)
144
145 * minor updates to the slib installation notes.
146
147 2001-10-05 Neil Jerram <neil@ossau.uklinux.net>
148
149 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
150 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
151 noticing that they'd disappeared!)
152
153 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
154
155 * scheme-io.texi (Writing): Add entry for `display'.
156 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
157
158 2001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
159
160 * srfi-modules.texi (SRFI-13): Tyop fix.
161 (SRFI-13): Changed paragraph about bindings both in the code and
162 in SRFI-13.
163
164 * misc-modules.texi (Formatted Output): Tyop fix.
165 (Formatted Output): Document ~g properly.
166
167 Thanks to Alex Schroeder for pointing out the typos and sending
168 suggestions.
169
170 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
171
172 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
173 Thanks to suggestion by Alex Schroeder.
174
175 2001-08-30 Neil Jerram <neil@ossau.uklinux.net>
176
177 * guile.texi (Top): Group all index nodes together so that
178 `Info-index' works more effectively in Info. Thanks to Eric
179 Hanchrow for the report and fix.
180
181 * scheme-data.texi (Random, String Syntax, String Modification,
182 Regular Expressions), scheme-ideas.texi (Definition),
183 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
184 scm.texi (Transforming Scheme name to C name, Port
185 Implementation): Various typo fixes and clarifications merged from
186 the stable CVS branch.
187
188 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
189
190 * intro.texi: Merged wording fixes from stable CVS branch.
191
192 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
193
194 * guile.texi: Incorporate text previously in separate AUTHORS
195 file.
196
197 2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
198
199 The change log for files in this directory continues backwards
200 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
201 prior to this date was contained in a single directory.