(Part II): Add "Autoconf Support"; include autoconf.texi.
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
0fabb425
MV
12001-12-22 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * scheme-compound.texi (Alist Example): Changed "Bismarck" to
4 "Pierre". Thanks to Ron Peterson!
5
226297eb
NJ
62001-12-22 Neil Jerram <neil@ossau.uklinux.net>
7
8 * program.texi (Programming Overview): Chapter renamed from
9 `Programming Options'; some new material added.
10
a7a7bb95
NJ
112001-12-07 Neil Jerram <neil@ossau.uklinux.net>
12
13 * scm.texi (Guile API): Renamed from `Scheme Primitives' and
14 broadened so that this chapter discusses the Guile API as a whole.
15
16 * program.texi (Available Functionality): Revise so that text
17 reads better.
18
19 * guile.texi (Programming Intro): New introductory text.
20
21 * scheme-ideas.texi (Definition): Reorder reference bullets in
22 ascending page number order.
23
923d5b87
MG
242001-12-04 Martin Grabmueller <mg@glug.org>
25
26 * scheme-procedures.texi (Optional Arguments): Typo fix: wither ->
27 either.
28
2a946b44
NJ
292001-12-01 Neil Jerram <neil@ossau.uklinux.net>
30
4c731ece
NJ
31 * scheme-data.texi (Hooks): Moved into scheme-utility.texi.
32
33 * Makefile.am (guile_TEXINFOS): Added scheme-compound.texi.
34
2a946b44
NJ
35 * scheme-data.texi (Variables): Node moved to modules chapter.
36 (Symbol Read Syntax): New node, with syntax-related material taken
37 from old Symbols node.
38 (Symbol Primitives): Renamed from `Symbols'.
39 (Symbols and Variables): Renamed to `Symbols'.
40 (Symbol Props): Renamed from `Symbol Tables'.
41 (Symbols): General review, improvements and additional material
42 throughout this section.
4c731ece
NJ
43 (Other Data Types): New material: links to object types documented
44 elsewhere. Also renamed node to `Other Types'.
45 (Data Types): Split into two: `Simple Data Types' and `Compound
46 Data Types'. Introductory blurbs rewritten accordingly.
2a946b44
NJ
47
48 * guile.texi: Updated Notes comment.
49
50 * scheme-data.texi (Rx Interface): Node moved to Guile Modules
51 part, as the Rx interface is not core Guile.
52
532001-11-30 Neil Jerram <neil@ossau.uklinux.net>
54
55 * scheme-data.texi (String Miscellanea): Removed, moving doc for
56 string-ci->symbol into the node on Symbols.
57
58 * Makefile.am (ETAGS_ARGS): Added.
59
60 * scheme-data.texi (Symbol Tables): Removed doc for gentemp,
61 intern-symbol, string->obarray-symbol, symbol-binding,
62 symbol-bound?, symbol-set!, unintern-symbol, symbol-interned?; all
63 of which no longer exist.
64
5f7dd1ca
TTN
652001-11-25 Thien-Thi Nguyen <ttn@glug.org>
66
67 * posix.texi: Fix spelling. Thanks to Chris Cramer.
68 Reword `getpass' intro blurb.
69
c276c3e3
NJ
702001-11-23 Neil Jerram <neil@ossau.uklinux.net>
71
72 * program.texi (Program Control): Remove spurious placeholder
73 text.
74
19a35d19
TTN
752001-11-20 Thien-Thi Nguyen <ttn@glug.org>
76
77 * scheme-options.texi (Install Config):
78 Tweak `%load-path' verb to not imply it's a proc.
79 Add documentation for `%guile-build-info'.
80
d4e5a409
NJ
812001-11-19 Neil Jerram <neil@ossau.uklinux.net>
82
83 * scheme-data.texi (Symbol Tables), new-docstrings.texi: Removed
84 doc for builtin-bindings (no longer exists).
85 (Variables): Expanded existing description of variables. Removed
86 doc for builtin-variable (no longer exists).
87
88 * scheme-binding.texi (Top Level): New docs for define, scm_define
89 and scm_c_define. Also clarified point about interchangeability
90 of define and set!.
91
694a9bb3
NJ
922001-11-18 Neil Jerram <neil@ossau.uklinux.net>
93
94 * scheme-data.texi (Vectors): Autoupdate docs for
95 vector-move-left! and vector-move-right!.
96
8f85c0c6
NJ
972001-11-16 Neil Jerram <neil@ossau.uklinux.net>
98
99 * debugging.texi, deprecated.texi, intro.texi, misc-modules.texi,
100 new-docstrings.texi, posix.texi, scheme-binding.texi,
101 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
102 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
103 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
104 scheme-scheduling.texi, scheme-translation.texi,
105 scheme-utility.texi, script-getopt.texi, srfi-modules.texi: Change
106 category for "primitive" and "procedure" @deffn's to {Scheme
107 Procedure}; add @deffnx lines for {C Function}s; automatic updates
108 from libguile docstring changes.
109
110 * scheme-memory.texi (Garbage Collection): Removed doc for removed
111 `unhash-name'.
112
ef394643
TTN
1132001-11-14 Thien-Thi Nguyen <ttn@glug.org>
114
115 * scheme-procedures.texi: Spell "library" correctly.
116
72dd0a03
NJ
1172001-11-13 Neil Jerram <neil@ossau.uklinux.net>
118
119 * new-docstrings.texi, scheme-data.texi: Merge recent doc
120 improvements from stable branch.
121
122 * scheme-options.texi: Automatic updates from docstring changes in
123 libguile's C source code.
124
b56b5983
NJ
1252001-11-12 Neil Jerram <neil@ossau.uklinux.net>
126
127 * scheme-data.texi (Vtables, Structure Basics): Automatic doc
128 updates for struct? and struct-vtable?.
129 (String Searching): Add missing "for". Thanks to Scott Lenser.
130
9401323e
NJ
1312001-11-08 Neil Jerram <neil@ossau.uklinux.net>
132
133 * guile.texi (Top): Added new chapter `Programming Options'.
134
135 * program.texi: New file.
136
137 * Makefile.am (guile_TEXINFOS): Added program.texi.
138
1392001-11-07 Neil Jerram <neil@ossau.uklinux.net>
140
141 * scheme-memory.texi, scheme-io.texi, scheme-debug.texi,
142 scheme-data.texi, scheme-binding.texi, posix.texi,
143 new-docstrings.texi: Automatic updates from improved libguile
144 docstrings.
145
1462001-11-04 Neil Jerram <neil@ossau.uklinux.net>
147
148 * preface.texi: Use MANUAL_EDITION variable.
149 (Manual Layout): Updated to reflect reorg.
150
151 * guile.texi (MANUAL_EDITION): New variable, with value
152 incremented from 1.0 to 1.1 to reflect the reorg described here.
153 (Top): Use MANUAL_EDITION variable.
154
155 * scheme-indices.texi (R5RS Index, Guile Extensions Index): Use
156 @unnumbered rather than @chapter for these indices.
157
158 * guile.texi (Top): A little top-level reshuffling, with the aims
159 that: (1) the `Guile Scheme' (reference) part of the manual
160 becomes the `Guile API Reference', and covers both Scheme and C
161 interfaces; (2) non-API-reference material such as the `Basic
162 Ideas in Scheme' chapter is collected together to form a new part
163 `Programming with Guile'. This new part will contain general
164 documentation on using and programming Guile in both Scheme and C,
165 including - for example - awareness of GC when C programming, how
166 to use the snarf macros, how to debug ...
167 (Top): Move inclusion of scheme-indices.texi so that all indices
168 appear together in the printed manual.
169
170 * Makefile.am (guile_TEXINFOS): Removed appendices.texi, added
171 debugging.texi.
ef394643 172
9401323e
NJ
173 * appendices.texi: Removed.
174
175 * debugging.texi (Debugger User Interface): New file, same as the
176 material that used to be in appendices.texi, but now a chapter in
177 Part II rather than an appendix.
178
179 * appendices.texi (Obtaining and Installing Guile): Moved to
180 become a chapter in ...
181 * intro.texi: ... Part I: Introduction to Guile.
182
183 * scm.texi (I/O Extensions): Moved to become a section of ...
184 * scheme-io.texi (Input and Output): ... this chapter.
185
186 * scm.texi (Handling Errors): Moved to become a section of ...
187 * scheme-control.texi (Control Mechanisms): ... this chapter.
188
ca26b87d
TTN
1892001-11-06 Thien-Thi Nguyen <ttn@glug.org>
190
191 * srfi-modules.texi (SRFI-19, SRFI-19 Constants, SRFI-19 Current
192 time and clock resolution, SRFI-19 Time object and accessors,
193 SRFI-19 Time comparison procedures, SRFI-19 Time arithmetic
194 procedures, SRFI-19 Date object and accessors, SRFI-19
195 Time/Date/Julian Day/Modified Julian Day converters, SRFI-19 Date
196 to string/string to date converters): New nodes.
04bbd6ce 197 (SRFI Support): Add "SRFI-19" to menu.
ca26b87d 198
7ab89df1
MV
1992001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
200
201 * scripts.texi: Document `--debug' and `--no-debug'.
202
c2c67382
GH
2032001-10-27 Gary Houston <ghouston@arglist.com>
204
a42b5e5b
GH
205 * guile.texi, scsh.texi: removed obsolete guile-scsh material
206 and updated links (I don't know if it should remain in the
207 main menu. It's like slib I think.)
208
c2c67382
GH
209 * minor updates to the slib installation notes.
210
a599743c
NJ
2112001-10-05 Neil Jerram <neil@ossau.uklinux.net>
212
213 * scheme-evaluation.texi (Fly Evaluation): Removed documentation
214 for `read-and-eval!' and `eval2'. (Thanks to Alex Schroeder for
215 noticing that they'd disappeared!)
216
74e0de86
TTN
2172001-10-05 Thien-Thi Nguyen <ttn@glug.org>
218
219 * scheme-io.texi (Writing): Add entry for `display'.
220 Include in R5RS Index. Thanks to Alex Schroeder for suggestion.
221
40f316d0
MG
2222001-09-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
223
224 * srfi-modules.texi (SRFI-13): Tyop fix.
225 (SRFI-13): Changed paragraph about bindings both in the code and
226 in SRFI-13.
227
228 * misc-modules.texi (Formatted Output): Tyop fix.
229 (Formatted Output): Document ~g properly.
230
231 Thanks to Alex Schroeder for pointing out the typos and sending
232 suggestions.
74e0de86 233
523f81ba
TTN
2342001-09-25 Thien-Thi Nguyen <ttn@glug.org>
235
236 * scheme-procedures.texi (Syntax Rules): Add `cindex' directive.
237 Thanks to suggestion by Alex Schroeder.
238
6c997de2
NJ
2392001-08-30 Neil Jerram <neil@ossau.uklinux.net>
240
255ea784
NJ
241 * guile.texi (Top): Group all index nodes together so that
242 `Info-index' works more effectively in Info. Thanks to Eric
243 Hanchrow for the report and fix.
244
6c997de2
NJ
245 * scheme-data.texi (Random, String Syntax, String Modification,
246 Regular Expressions), scheme-ideas.texi (Definition),
247 scheme-modules.texi (Dynamic Linking and Compiled Code Modules),
248 scm.texi (Transforming Scheme name to C name, Port
249 Implementation): Various typo fixes and clarifications merged from
250 the stable CVS branch.
251
b45898ca
NJ
2522001-08-27 Neil Jerram <neil@ossau.uklinux.net>
253
254 * intro.texi: Merged wording fixes from stable CVS branch.
255
256 * Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
257
258 * guile.texi: Incorporate text previously in separate AUTHORS
259 file.
260
2612001-08-27 Neil Jerram <neil@ossau.uklinux.net>
262
263 The change log for files in this directory continues backwards
264 from 2001-08-27 in ../ChangeLog, as all the Guile documentation
265 prior to this date was contained in a single directory.