*** empty log message ***
[bpt/guile.git] / doc / ChangeLog
CommitLineData
253081cf
MV
12001-04-25 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * guile.1: New file, from Robert Merkel and Rob Browning.
4 * Makefile.am (man_MANS, EXTRADIST): Added, but still commented
5 out: install and distribute the manpage. It is not yet installed
6 or distributed since we don't have Robert's papers yet.
7
b516a720
NJ
82001-04-24 Neil Jerram <neil@ossau.uklinux.net>
9
10 * guile-tut.texi: Include version-tutorial.texi rather than
11 version.texi.
12
13 * Makefile.am ($(srcdir)/version-tutorial.texi): New target, to
14 avoid having two files both include version.texi.
15
612943c6
MG
162001-04-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
17
18 * Makefile.am (guile_TEXINFOS): Added srfi-13-14.texi.
19
20 * srfi-13-14.texi: New file documenting SRFI-13/14.
21
22 * guile.texi (Top): Added the SRFI-13/14 menu entry and @include.
23
006064ce
NJ
242001-04-22 Neil Jerram <neil@ossau.uklinux.net>
25
72ad43dc
NJ
26 * posix.texi (Network Sockets and Communication): Automatic
27 docstring updates for `socket' and `connect'. (For IPV6 support.)
28
8c34cf5b
NJ
29 * scheme-io.texi: Remove old docstring comments referring to
30 r4rs.scm.
31
32 * appendices.texi (The Basic Guile Package, Packages not shipped
33 with Guile), env.texi (Switching to Environments), format.texi
34 (Format Specification), gh.texi
35 (Executing Scheme code, Calling Scheme procedures from C),
36 guile-tut.texi (How to characterize Guile), scheme-data.texi
37 (Symbols, Keywords, Keyword Read Syntax, Append/Reverse),
38 scheme-evaluation.texi (Delayed Evaluation), scheme-modules.texi
39 (Scheme and modules), scheme-io.texi (Soft Ports): Change R4RS
40 references to R5RS.
41
63f412c2
NJ
42 * r4rs.texi: Removed.
43
44 * Makefile.am (info_TEXINFOS): Remove r4rs.
45
b9bf148f
NJ
46 * README: Note removal of r4rs, and provide a reference.
47
006064ce
NJ
48 * scheme-control.texi (Exceptions): Extended documentation.
49 (Continuations): Correct "except" typo, and fix reference to
50 Exceptions node. Plus minor review changes.
51
0447f5c9
NJ
522001-04-20 Neil Jerram <neil@ossau.uklinux.net>
53
54 * scheme-control.texi (Exceptions): Reorganized and extended
55 existing documentation; more to come.
56
ee756534
MG
572001-04-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
58
59 * scheme-evaluation.texi (Comments): Document normal comments and
60 comment conventions.
61 (Block Comments): Documented multiline comments.
62 (Case Sensitivity): Documented R5RS and Guile behaviour and how to
63 switch it off.
64
65 * scheme-control.texi (Continuations): Added some documentation
66 for call/cc.
67 (Exceptions): Added xref to `Continuations'.
68
69 * scheme-binding.texi (Binding Reflection): Typo fix.
70
a26fb67d
NJ
712001-04-20 Neil Jerram <neil@ossau.uklinux.net>
72
ffda6093
NJ
73 * gh.texi (Executing Scheme code): gh_eval_file returns
74 SCM_UNSPECIFIED. Thanks to Dirk for the report!
75
76 * data-rep.texi (Non-immediate Datatypes, Immediates vs
77 Non-immediates): Emphasize current rather than pre-1.4 practice
78 when talking about not needing to call SCM_NIMP.
79
a26fb67d
NJ
80 * recipe-guidelines.txt: New file: guidelines for contributions to
81 the Guile Recipes manual.
82
2da0d971
MG
832001-04-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
84
85 * intro.texi (Using Guile Modules): Wrote intro to using modules.
86 (Writing New Modules): New intro for writing modules.
87 (Reporting Bugs): Added info about what is a bug and what to
88 include in a bug report (taken and adapted from the Emacs
89 Reference Manual).
90
65f7a650
MG
912001-04-19 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
92
93 * scheme-control.texi (while do): Added documentation for named
94 let.
95
96 * scheme-binding.texi (Internal Definitions): New explanation of
97 `Internal Definitions'.
98 (Top Level): Documented behaviour of top level definitions.
99 (Binding Constructs): New introductory text.
100 (Local Bindings): Explain concept of local bindings. Document
101 let, let* and letrec.
102
1032001-04-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
104
105 * scheme-modules.texi (Modules): Added menu descriptions.
106 (Scheme and modules, The Guile module system): Some whitespace
107 cleanup
108 (The Guile module system): Layout fixes, docstring fix for
109 `define-module'.
110
da54ce85
MG
1112001-04-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
112
113 * scheme-control.texi (Multiple Values): Documented concept of
114 multiple values, added docs for `receive'.
115 (begin): Documented `begin'.
116 (if cond case): Documented `if', `cond' and `case'.
117 (and or): Documented `and' and `or'.
118 (while do): Documented `do' and `while'.
119
120 * scheme-procedures.texi (Optional Arguments): Split the node,
121 added introductory text, added menu for subsections.
122 (let-optional Reference, let-keywords Reference),
123 (lambda* Reference, define* Reference): Added syntax documentation
124 for all exported procedures from (ice-9 optargs).
125
239d2912
MG
1262001-04-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
127
128 * scheme-utility.texi (General Conversion): New node, added
129 `object->string'.
130 (Equality): Added definition and explanation of `sameness'.
131
132 * posix.texi (System Identification): Added `gethostname' and
133 `sethostname'.
134 (Processes): Added `setpriority' and `getpriority'.
135 (User Information): Added `cuserid' and `getlogin'.
136 (Ports and File Descriptors): Added `flock'.
137 (Processes): Added `chroot'.
138 (File System): Added `mkstemp!'.
139 (Encryption): New node, added `crypt' and `getpass'.
140
141 * new-docstrings.texi: Moved several docstrings over to the
142 reference manual (see above which).
143
144 * scheme-data.texi (Data Types), (Numerical Tower): Add explicit
145 @bullet to @itemize to satisfy older `makeinfo'.
146
813c57db
NJ
1472001-04-16 Neil Jerram <neil@ossau.uklinux.net>
148
149 * data-rep.texi (Signalling Type Errors): Update SCM_ASSERT doc
150 for recent changes to disallow passing a string parameter as the
151 `pos'. Thanks to Dirk Herrmann for the patch!
152
505392ae
NJ
1532001-04-13 Neil Jerram <neil@ossau.uklinux.net>
154
155 * data-rep.texi (Unpacking the SCM type): New section, taken from
156 Dirk Herrmann's description of SCM and scm_bits_t in api.txt.
157 (Immediate Datatypes, Non-immediate Datatypes): Remove obsolete
158 notes about needing to call SCM_NIMP.
159
a58c0d5f
NJ
1602001-04-11 Neil Jerram <neil@ossau.uklinux.net>
161
162 * scheme-procedures.texi (Procedures with Setters): Fix dvi
163 building syntax error. Thanks to Dale P. Smith for the report and
164 patch.
165
ac0b7ebd
MG
1662001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
167
168 * scheme-scheduling.texi (Arbiters): New explanatory text.
169 (Asyncs): New explanations and documentation.
170 (Scheduling): Added menu entry descriptions.
171 (Fluids): New documentation.
172
f4f2b29a
MG
1732001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
174
175 * scheme-procedures.texi (Lambda): Documented the lambda form.
176 (Procedure Properties): Concept and usage explanation added.
177 (Procedures with Setters): Explain by example, introduce
178 definitions.
179
180 * scheme-data.texi (Symbols and Variables): Split and reorganized
181 this section.
182 (Symbols): New introductory text.
183 (Characters): Added char-ci* procedures to rn index.
184
2b6aab94
NJ
1852001-04-10 Neil Jerram <neil@ossau.uklinux.net>
186
19aad96c
NJ
187 * scm.texi (Handling Errors): Improve Texinfo markup. Thanks to
188 Dale P. Smith for the patch!
189
2b6aab94
NJ
190 * api.txt (Accessing Cell Entries): Fix typo.
191
5411d882
NJ
1922001-04-09 Neil Jerram <neil@ossau.uklinux.net>
193
89d04205
NJ
194 * deprecated.texi (Shared And Read Only Strings): New section for
195 deprecated string stuff. I've also updated the text a bit to
196 reflect current usage of "read only" strings.
197
198 * scheme-data.texi (Shared Substrings, Read Only Strings): Moved
199 to deprecated.texi.
200
5411d882
NJ
201 * deprecated.texi, posix.texi, scheme-binding.texi,
202 scheme-control.texi, scheme-data.texi, scheme-debug.texi,
203 scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi,
204 scheme-modules.texi, scheme-options.texi, scheme-procedures.texi,
205 scheme-scheduling.texi, scheme-translation.texi,
206 scheme-utility.texi: Remove `@c docstring' comments, since they
207 aren't used any more by the docstring tracking utilities.
208
5c4b24e1
MG
2092001-04-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
210
211 * scheme-data.texi (Pairs): New data type and procedure
212 description.
213 (Lists): Added new subsections for grouping the list procedures.
214 (Hooks): Added new nodes for hook subsections.
215 (String Syntax): New node, factoring out read syntax.
216 (Strings): Some blurb about allowed characters, zero-termination
217 etc.
218 (Keywords): Added menu descriptions.
219
2202001-04-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
221
222 * scheme-indices.texi (R5RS Index): Print index `rn', not `r5'.
223
224 * guile.texi: The index formerly known as `r5' is now called `rn'.
225
226 * scheme-utility.texi, scheme-procedures.texi, scheme-io.texi,
227 scheme-evaluation.texi, scheme-control.texi, scheme-data.texi:
228 Changed all @r5index entries to @rnindex.
229
2302001-04-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
231
232 * scheme-data.texi (Hooks): Added hook description and
233 constraints.
234
a8944ae1
TTN
2352001-04-06 Thien-Thi Nguyen <ttn@revel.glug.org>
236
237 * scheme-scheduling.texi (Higher level thread
238 procedures): Replace some instances of `@var' with `@code'.
239
240 * scheme-scheduling.texi (Higher level thread
241 procedures): Rewrite.
242
2954ad93
MG
2432001-04-04 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
244
245 * scheme-data.texi (Alphabetic Case Mapping),
246 (String Comparison): Rearranged function order.
247 (Vectors): Reorganized, new introductory text, docs about read
248 syntax.
249
ae9f3a15
MG
2502001-04-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
251
252 * scheme-options.texi, scheme-procedures.texi,
253 scheme-modules.texi, scheme-memory.texi, scheme-control.texi,
254 scheme-utility.texi, scheme-io.texi, scheme-evaluation.texi,
255 scheme-data.texi: Removed a lot of ARGFIXME's after tweaking
256 docstrings and C source.
257
258 * new-docstrings.texi, scheme-io.texi, scheme-data.texi,
259 posix.texi, scheme-control.texi, scheme-evaluation.texi,
260 scheme-memory.texi, scheme-procedures.texi, scheme-modules.texi,
261 scheme-scheduling.texi: Automated docstring merging.
262
abaec75d
NJ
2632001-04-02 Neil Jerram <neil@ossau.uklinux.net>
264
265 * data-rep.texi (Immediates vs. Non-immediates): Update
266 out-of-date documentation. (Thanks to Dirk Herrmann for the
267 report!)
268 (Immediates vs Non-immediates): Renamed without the dot, since the
269 dot causes `info' not to be able to display this node!
270
271 * Makefile.am (guile_TEXINFOS): Add in a few more source files
272 that had got left out.
273
a4318577
NJ
2742001-03-30 Neil Jerram <neil@ossau.uklinux.net>
275
b0839672
NJ
276 * scheme-reading.texi (Further Reading): Add bullets to further
277 reading list.
278
279 * gh.texi: Insert page break before chapter. Remove page breaks
280 within the chapter.
281
282 * Makefile.am: Add script-getopt.texi.
283
284 * guile.texi (Top): Include and link to new script-getopt.texi
285 chapter.
286
287 * script-getopt.texi: New chapter on command line handling.
288 (Written and contributed by Martin Grabmueller, revised by me.)
289
a4318577
NJ
290 * intro.texi (Modules and Extensions): Fix typo.
291
b576faf1
MG
2922001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
293
294 * scheme-data.texi (Strings): Reorganized the whole `Strings'
295 section and wrote introductory material for each new subsection.
296
62532db3
MV
2972001-03-25 Marius Vollmer <mvo@zagadka.ping.de>
298
299 * intro.texi (Modules and Extensions): Some short text about
300 dynamic libraries and modules.
301
780ee65e
NJ
3022001-03-23 Neil Jerram <neil@ossau.uklinux.net>
303
8d009ee4
NJ
304 * intro.texi (Writing Extensions for Guile), scheme-data.texi
305 (Lists): Fix typos.
306
028321d4
NJ
307 * guile-tut.texi, ChangeLog-guile-doc-tutorial: Added to CVS. It
308 seems that I somehow missed these out when I moved everything from
309 guile-doc to guile-core.
310
780ee65e
NJ
311 * posix.texi, scheme-data.texi, scheme-evaluation.texi,
312 scheme-io.texi, scheme-memory.texi: Automatic docstring updates.
313
314 * new-docstrings.texi: New file. Holds snarfed docstrings that
315 have not yet been incorporated into the reference manual.
316
13c2013d
MG
3172001-03-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
318
319 * scheme-options.texi (Evaluator options): Added evaluator
320 options, corrected docs for evaluator trap options.
321
322 * scheme-evaluation.texi (Scheme Read): New docs for read-options,
323 read-enable, read-disable and read-set! and cross references to
324 option nodes.
325 (Evaluator Options): New docs for eval-options, eval-enable,
326 eval-disable and eval-set!, traps, trap-enable, trap-disable and
327 trap-set! and cross references to option nodes.
328 (Evaluator Behaviour): Renamed node from `Evaluator options' to
329 avoid name clash.
330
331 * scheme-io.texi (String Ports): Added docs for SRFI-6 procedures.
332 (Void Ports): Corrected introductory comment.
333
fcaedf99
MG
3342001-03-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
335
336 * scheme-data.texi (Arithmetic): Documented the arithmetic
337 procedures.
338 (Integer Operations): Added documentation.
339 (Comparison): Added documentation.
340 (Complex): Added documentation.
341 (Symbols and Variables): Comment out `builtin-bindings', which is
342 removed according to NEWS.
343 (Pairs): Added documentation.
344
345 * scheme-io.texi: Added R5RS index entries for all R5RS
346 procedures.
347 (File Ports): New docs for `call-with-input-file',
348 `call-with-output-file', `with-input-from-file',
349 `with-output-to-file', `with-error-to-file'.
350
351 * scheme-control.texi, scheme-utility.texi,
352 * scheme-procedures.texi: Added R5RS index entries for all R5RS
353 procedures.
354
355 * scheme-evaluation.texi (Fly Evaluation): Added documentation for
356 `apply'. Added R5RS index entries for all R5RS procedures.
357
358 * scheme-data.texi: Added R5RS index entries for all R5RS
359 procedures. Removed R5RS index entries for `ass{q,v,occ}-set!'.
360 Removed explicit entries into the function entries. They are
361 automagic.
362 (Vectors): Added documentation for `make-vector', `vector-ref' and
363 `vector-set!'.
364
c4f810a4
MV
3652001-03-12 Marius Vollmer <mvo@zagadka.ping.de>
366
367 * intro.texi: Changed to reflect current practice better. Added
368 stuff about writing Guile Extensions (aka dynamically loaded
369 shared libraries).
370
04426527
MD
3712001-03-09 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
372
373 * goops.texi (VERSION): Bumped to version 0.3.
374
7d435120 375 * goops-tutorial.texi, goops.texi: Updated to reflect new
04426527
MD
376 define-method syntax.
377
4bc59ee7
NJ
3782001-03-09 Neil Jerram <neil@ossau.uklinux.net>
379
fff043ab
NJ
380 * Makefile.am: Change HTML to HTMLDOC, now that we're part of a
381 wider distribution.
382
c2dc2842
NJ
383 Moving documentation files from guile-doc and guile-doc into
384 guile-core/doc:
4aa8647c
NJ
385
386 * env.texi, indices.texi, mbapi.texi, mltext.texi, scripts.texi,
387 scsh.texi, tcltk.texi, hierarchy.txt, scheme-indices.texi,
388 slib.texi, deprecated.texi, scheme-binding.texi, appendices.texi,
389 scheme-intro.texi, goops.texi, extend.texi, gh.texi, intro.texi,
390 preface.texi, scm.texi, goops-tutorial.texi, hierarchy.eps,
391 r4rs.texi, r5rs.texi, texinfo.tex, scheme-reading.texi,
392 data-rep.texi, scheme-utility.texi, posix.texi,
393 scheme-control.texi, scheme-debug.texi, scheme-evaluation.texi,
394 scheme-io.texi, scheme-memory.texi, scheme-modules.texi,
395 scheme-options.texi, scheme-procedures.texi,
396 scheme-scheduling.texi, scheme-translation.texi, guile.texi,
9cca936f
NJ
397 scheme-data.texi, scheme-ideas.texi, expect.texi,
398 ChangeLog-guile-doc-ref, guile-tut.texi,
c2dc2842
NJ
399 ChangeLog-guile-doc-tutorial, AUTHORS, BUGS, NEWS, THANKS: New
400 files.
9cca936f 401
c2dc2842 402 * .cvsignore, Makefile.am, README: Merged.
4aa8647c 403
c2dc2842 404 * sources: New subdirectory.
a8944ae1 405
da00aada
NJ
406 Both the following files are about to be replaced by files from
407 guile-doc/ref.
a8944ae1 408
da00aada
NJ
409 * texinfo.tex: Removed.
410
4bc59ee7
NJ
411 * data-rep.texi: Removed.
412
07347b49
NJ
4132001-02-15 Neil Jerram <neil@ossau.uklinux.net>
414
14dd0e27
NJ
415 * README: Explain retirement of `data-rep.texi'.
416
417 * Makefile.am (info_TEXINFOS, data_rep_TEXINFOS): Removed.
418
07347b49
NJ
419 * data-rep.texi: Replace this copy of data-rep.texi with a notice
420 indicating that it has been retired. The master copy of
421 data-rep.texi is at guile-doc/ref/data-rep.texi.
422
bd7d4f40
MV
4232001-02-04 Marius Vollmer <mvo@zagadka.ping.de>
424
425 * data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR. Also
426 things like SCM_SMOB_PREDICATE and SCM_NEWSMOB. Thanks to Dale
427 P. Smith!
428
c6c2ea9f
MD
4292000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
430
431 * mop.text: Preliminary documentation of the GOOPS meta object
432 protocol.
433
6de50a52
NJ
4342000-07-28 Neil Jerram <neil@ossau.uklinux.net>
435
436 * data-rep.texi (Garbage Collection): Fix "accomodate" spelling
437 mistake.
a8944ae1 438
685c0d71
DH
4392000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
440
441 * data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
442
31987551
MD
4432000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
444
445 * data-rep.texi: Center discussion around the standard interface
446 for smob type creation (scm_make_smob_type) and warn about the
447 ongoing discussion which may result in deprecating
448 scm_make_smob_type_mfpe in next release of Guile.
449
ae09e7ac
DH
4502000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
451
452 * data-rep.texi: Updated the macro names for operating on
453 characters.
454
d87d3650
DH
4552000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
456
457 * api.txt: Added a first attempt for a description of the newly
458 designed low level API.
459
106428b3
MV
4602000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
461
462 * Makefile.am (version.texi): Override automake's rule for
463 version.texi so that it gets created even in non-maintainer-mode.
464
078e9092
GB
465Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
466
467 * version.texi, stamp-vti: Removed -- these are auto-generated.
468
899a7b3c
MD
4692000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
470
fb4956c9
MD
471 * Makefile.am (dist-hook): Updated to include oldfmt.c in
472 distribution archive.
473
899a7b3c
MD
474 * README: Updated with note about oldfmt.c.
475
476 * oldfmt.c: New file: Used by application writers to adapt to
477 new-style error format strings.
478
741d6079
GH
4791999-12-06 Gary Houston <ghouston@freewire.co.uk>
480
481 * data-rep.texi: change dircategory to match change in guile-doc
482 and scm.
483
0c1221ab
JB
4841999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
485
486 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
487 script to create generated files like this one.
488
e1f20ec6
JB
4891999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
490
491 * Makefile.in: Regenerated.
492
544b9232
MD
493Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
494
495 * data-rep.texi: Updated SMOB docs to talk about
496 scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
497 and macros.
a8944ae1 498
cceae55d
JB
4991999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
500
501 * Makefile.in: Regenerated.
502
33432c79
JB
5031998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
504
505 * COPYING: New file.
506 * Makefile.in: Regenerated.
507
508 * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
509 * Makefile.in: Regenerated.
510
3e66cf9f
JB
5111998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
512
513 * Makefile.in: Regenerated, after change to qthreads.m4.
514
8ff90e04
JB
5151998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
516
517 * stamp-vti: Regenerated.
518
519 * hacks.el: Some handy helper functions for working on the manual.
520
521 * data-rep.texi: Extended to accomodate a full running example,
522 provided with the manual.
523 * example-smob: A new subdirectory, containing example files for
524 the manual chapter on smobs.
525 * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
526 target, to get the example-smob directory into the distribution.
527 * Makefile.in: Regenerated.
a8944ae1 528
59619fea
JB
5291998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
530
531 * .cvsignore: New file, containing data-rep.info. I'm not sure
532 whether we want to check this file into CVS, because it's
533 generated; if you find compelling reasons it should be, let me
534 know.
535
2f2cef71
JB
5361998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
537
538 * New directory for documentation.
539 * README: New file.
540 * data-rep.texi: It's not a real manual, but it's better than
541 nothing.
542 * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
543 mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
544 files.