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