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