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