* configure.in: Check for usleep; Define DECLARE_BZERO and
[bpt/guile.git] / ChangeLog
1 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2
3 * configure.in: Check for usleep; Define DECLARE_BZERO and
4 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
5 without declaring them.
6
7 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
8
9 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
10
11 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
12 defined.
13
14 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
15
16 * configure.in (GUILE_LIBS): New variable. Contains libraries
17 which libguile needs to be linked with. Substituted into
18 libpath.h.
19
20 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
21 $cy_cv_threads_libs.
22
23 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
24
25 New libtool: 1.2
26 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
27 New automake: 1.3
28 * Makefile.in, aclocal.m4, configure: Regenerated.
29 * README: Mention new version numbers on libtool and automake.
30
31 1997-12-11 Tim Pierce <twp@skepsis.com>
32
33 * HACKING: Note that SSH is mandatory for CVS access.
34
35 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
36
37 * README: using Automake 1.2d
38 * configure.in: AC_CHECK_FUNCS: add "system".
39
40 1997-12-01 Tim Pierce <twp@skepsis.com>
41
42 * acconfig.h: Add USCORE.
43
44 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
45
46 * configure.in: Added code to enable GUILE_ISELECT on systems
47 which have the necessary functions (gettimeofday, select).
48
49 * acconfig.h: Added GUILE_ISELECT.
50
51 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
52
53 * acinclude.m4: Assume dlsym does not add underscore if
54 cross-compiling.
55 * aclocal.m4, configure: Regenderated.
56
57 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
58
59 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
60 <hag@ai.mit.edu>.
61 * configure.in: Use it.
62 * configure: Regenerated.
63 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
64
65 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
66
67 * README (libtool): Tell people to use version 1.0e.
68
69 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
70
71 Call the QuickThreads library libqthreads.a, not libqt.a. The old
72 name conflicts with the Qt user interface toolkit.
73 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
74 * configure.in: Same.
75 * aclocal.m4, configure: Regenerated.
76
77 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
78
79 * configure.in: Check for the readline library, and the termcap
80 library (on which readline relies).
81 * configure: Regenerated.
82
83 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
84
85 New libtool: 1.0e
86 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
87 * configure, aclocal.m4: Regenerated.
88
89 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
90
91 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
92 * configure.in: Check whether dlopen can be found without -ldl.
93
94 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
95
96 * Makefile.in: Regenerated with automake 1.2c.
97
98 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
99
100 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
101 * configure.in: Add build/Makefile to AC_OUTPUT clause.
102 * Makefile.in, configure: Regenerated.
103
104 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
105
106 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
107
108 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
109
110 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
111
112 * ltmain.sh: Added a missing '\' before \n on line 32.
113
114 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
115
116 New libtool: 1.0b.
117 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
118 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
119
120 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
121
122 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
123
124 * configure.in: Use the QuickThreads assembler fragment with Irix
125 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
126 Jesse Glick.
127 * configure: Regenerated.
128
129 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
130
131 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
132 so that test for the same function can be performed multiple
133 times.
134
135 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
136 rx/rxposix.h. Add library rx only if regcomp can't be found
137 without it.
138
139 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
140 it for some reason!
141
142 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
143
144 * THANKS: New file.
145 * Makefile.in, aclocal.m4, configure: Regenerated.
146
147 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
148
149 * configure.in: Added thread support for the alpha architecture.
150 configure: Regenerated.
151
152 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
153
154 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
155 so scmconfig.h is updated with the test results. this may
156 disable one of the cygwin hacks.
157
158 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
159
160 Changes to compile under gnu-win32, from Marcus Daniels:
161 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
162 to indicate that Unix domain sockets will work.
163 Check for socketpair, getgroups, setwent, pause, and tzset
164 (cygwin currently lacks these them).
165 Check for sethostent endhostent getnetent setnetent endnetent
166 getprotoent endprotoent getservent endservent getnetbyaddr
167 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
168 lacks them). In the case of cygwin, temporarily prefix these
169 functions with "cygwin32_", the way that netdb.h does.
170 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
171 available (cygwin b18 came distributed without a working regex.h
172 file).
173 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
174 * configure: Regenerated.
175
176 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
177
178 * ltmain.sh: Remove any trailing colon on $shlibpath_var
179 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
180 Patch sent to bug-libtool.
181
182 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
183
184 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
185 Backus for reporting this problem and suggesting a fix).
186 * configure: Regenerated.
187
188 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
189
190 * Guile 1.2 released.
191
192 * configure.in: Check for librx after libm; fundamentals need to
193 come first.
194 * configure: Regenerated.
195
196 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
197
198 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
199 `am_cv_path_LD'.
200 * configure: Regenerated.
201
202 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
203
204 Try to detect when people are using one version of libguile and a
205 different version of ice-9. People have been skewing things and
206 sending in bug reports.
207 * configure.in: Provide libguile its version information through a
208 separate header file generated by the Makefile, not through
209 scmconfig.h.
210 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
211 AC_SUBST these, instead of AC_DEFINE'ing them.
212 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
213 (AC_OUTPUT): Create ice-9/version.scm.
214 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
215 GUILE_VERSION): Deleted.
216 * Makefile.in: Regenerated.
217
218 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
219
220 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
221 distribution.
222 * Makefile.in: Regenerated.
223
224 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
225
226 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
227
228 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
229
230 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
231
232 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
233
234 * configure.in: By default, include functions in Guile to allow
235 linking with dynamic libraries at run-time. In other words,
236 --enable-dynamic-linking is now the default.
237 * configure: Rebuilt.
238
239 * configure.in: Remove space between AC_CHECK_LIB and opening
240 paren in check for Rx.
241 * configure: Regenerated.
242
243 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
244 It's never used.
245 * configure, Makefile.in: Regenerated.
246
247 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
248
249 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
250 -dl, -dld) before checks for functions.
251 * configure: Regenerated.
252
253 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
254
255 * config.guess: New copy from autoconf-2.12, which recognizes
256 OpenBSD.
257
258 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
259
260 * configure.in: Check for Rx, so we will use its routines (which I
261 pretty much trust) if it is installed.
262 * configure: Regenerated.
263
264 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
265
266 * acconfig.h: mention HAVE_RESTARTS.
267 * configure.in: check for sigaction and restartable system calls.
268
269 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
270
271 * configure.in: Check for presence of regcomp.
272 * configure: Regenerated.
273
274 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
275
276 * COPYING: New address for FSF.
277
278 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
279 struct stat doesn't have the st_blocks field. We take care of
280 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
281 definition, edited appropriately. (Bernard URBAN)
282 * configure: Regenerated.
283
284 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
285
286 * configure.in: Don't link against -lnsl or -lsocket unless we
287 actually need to. This causes trouble on Irix. (Thanks to Larry
288 Schwimmer.)
289
290 * config.sub: Get newer version, that recognizes the i686.
291
292 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
293
294 * README: Changed Mikael's threads work attribution in order
295 to sooth Anthony's enormous, but wounded, ego.
296
297 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
298
299 Just kidding!!!
300
301 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
302
303 Guile 1.1 released.
304 * GUILE-VERSION: Bump to 1.1.
305
306 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
307
308 Switch to automake-1.1p.
309 * Makefile.in, aclocal.m4, configure: Regenerated.
310
311 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
312
313 * threads.m4: Copy Anthony's change here, so it'll actually
314 survive.
315
316 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
317
318 * aclocal.m4: Fixes for building with coop threads in a
319 seperate compilation directory.
320 * configure: Rebuilt.
321
322 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
323
324 Upgrade to libtool 0.9e.
325 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
326 supplied by libtool.
327
328 * configure.in: When configuring qt, sunos needs the underscore
329 files; Solaris and Linux both need the normal files.
330 * configure: Reebilt.
331
332 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
333
334 * configure.in: Get the paths for qt's md files right, so it can
335 build correctly when using a separate compilation directory.
336 * configure: Regenerated.
337
338 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
339
340 Get threads to work again.
341 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
342 first.
343 * Makefile.in: Regenerated.
344 * aclocal.m4, configure: Regenerate, with modern definition of
345 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
346
347 Reduced Guile distribution: one configure script, no plugins.
348 * configure.in: Merged the old text from qt/configure.in and
349 libguile/configure.in; Tom Tromey says automake only wants one
350 configure.in script. This seems fishy, but...
351 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
352 gubbish.
353 * acconfig.h, acinclude.m4: Moved here from libguile, since
354 libguile's configure script lives here now.
355 * AUTHORS, INSTALL, README: Updated.
356 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
357 amputated amphibian limbs.
358
359 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
360
361 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
362 * newdoc/ref/Makefile.in: Regenerated.
363
364 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
365
366 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
367 need to link against libthreads; the files it used to contain
368 are now a part of libguile.
369
370 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
371
372 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
373 argument to the AM_INIT_AUTOMAKE macro.
374
375 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
376
377 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
378 * README: Say where to find libtool 0.9d.
379
380 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
381
382 Changes to work with automake-1.1n, which has better libtool
383 support. Also use libtool 0.8.
384 * README: Note new version numbers for automake and libtool.
385 * missing: New file required by new automake.
386 * Makefile.in: Regenerated.
387
388 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
389
390 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
391
392 * Makefile.am: Omit doc subtree.
393 * configure.in: Omit makefiles in doc subtree.
394 * Makefile.in, configure: Rebuilt.
395
396 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
397
398 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
399 with its definition and commented out definition of PACKAGE. This
400 changed seemed necessary after having removed PACKAGE from
401 libguile/acconfig.h.
402
403 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
404
405 * ltconfig, ltmain.sh: New versions from libtool-0.9.
406
407 * configure.in: Added AM_MAINTAINER_MODE
408
409 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
410
411 * config.sub, config.guess: New versions, that handle i686, etc.
412
413 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
414
415 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
416 tutorial rewrite, but have not merged much into it yet.
417
418 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
419
420 * newdoc/ref/guile-ref.texi: started checking in parts of the
421 reference manual re-write.
422
423 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
424
425 * ltconfig, ltmain.sh: New files for libtool support. libguile,
426 rx, gh and gtcltk-lib can now be build as shared libraries.
427 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
428
429 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
430
431 * Guile 1.0 released. This is the first release by the Free
432 Software Foundation; Cygnus has also released earlier versions of
433 Guile.
434
435 * GUILE-VERSION: Updated version number.
436 * NEWS: Added comments for all the user-visible changes marked in
437 the ChangeLogs.
438 * README: Updated for release.
439
440 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
441
442 * scsh: new directory.
443
444 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
445
446 * configure.in: Generate doc/guile-programmer/Makefile and
447 doc/guile-user/Makefile.
448
449 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
450
451 * aclocal.m4: Now automatically generated by aclocal.
452 * threads.m4: New file.
453 * guile.m4: New file.
454 * Makefile.am, doc/Makefile.am: New files.
455 * configure.in: Updated for Automake. Avoid excessively verbose
456 "greet" messages.
457
458 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
459
460 * lgh: directory renamed to gh, along with all prefixes of the
461 high level library procedures.
462
463 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
464
465 * Makefile.in (TAGS tags): Find the source files in $srcdir.
466
467 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
468
469 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
470
471 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
472
473 * configure.in: Added some configuration magic from the Cygnus
474 distribution.
475
476 * aclocal.m4: New file. For now used for thread support
477 configuration.
478
479 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
480
481 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
482
483 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
484 directories, to arrange for lgh to the last thing
485 configured/built.
486
487 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
488
489 * lgh/: added the directory in which I implement the high level
490 libguile library (lgh_) for this release of Guile. See the
491 ChangeLog in there for further details.
492
493 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
494
495 * doc/ (guile-user and guile-programmer): added the guile-user and
496 guile-programmer directories which contain the user and programmer
497 manuals. See the ChangeLog entries there for detail.
498
499 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
500
501 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
502
503 * Makefile.in (distclean): Don't forget to delete
504 config.build-subdirs.
505
506 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
507
508 * Makefile.in (tags): New name for `TAGS' target, which will
509 always run the commands.
510
511 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
512
513 * README: Doc fixes.
514
515 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
516
517 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
518
519 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
520
521 * configure.in: Check for -ldl, so the check for Tcl won't fail
522 spuriously.
523
524 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
525
526 Change the way we decide whether to build gtcltk-lib, so that it's
527 omitted from the build process when appropriate, but never from
528 the dist process.
529 * configure.in: Don't edit all_subdirs depending on the
530 availability of Tk; let that be the list of all PLUGIN
531 subdirectories present, as it used to be. Instead, edit a new
532 variable, build_subdirs; write its final value, the list of
533 subdirs we do want to compile in, to config.build-subdirs.
534 Substitute that into the top-level Makefile too.
535 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
536 recurse on the subdirectories we should build.
537 (distdirs): Set this to @existingdirs@, so it includes the subdirs
538 we decided not to build.
539
540 * doc/gtcltk.texi: File resurrected from old Guile releases.
541 * doc/Makefile.in (info): Build the gtcltk documentation.
542 (DIST_FILES): Include it in the distribution.
543
544 * configure.in: If we can find the library for tcl7.5, build
545 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
546 compiler (not sure this is necessary).
547
548 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
549
550 * NEWS: Fix bug reporting address.
551
552 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
553
554 * AUTHORS: New file, in accordance with the GNU maintainers'
555 standards.
556
557 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
558
559 * README: Renamed from ANNOUNCE; include bug report address,
560 description, and short tour.
561 * INSTALL: Renamed from BUILDING.
562 * NEWS: New file.
563 * Makefile.in (DISTFILES): Update appropriately.
564
565 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
566
567 * doc/Makefile.in: Added pattern targets for creating DVI and
568 PostScript files.
569 (%.ps, %.dvi, %.txt): New targets.
570 (DVIPS, TEXI2DVI): New variables.
571
572 * GUILE-VERSION: Updated to 1.0b3.
573
574 Rehashed distribution system, in preparation for nightly
575 snapshots. Other changes in subdirectories.
576 * Makefile.in (dist): Rewritten --- the old target was out of
577 date, dependent on files that we don't have, and relied on GNU
578 tar. The new target is simpler.
579 (VERSION, srcdir, dist_dirs): New variables.
580 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
581 TODO.
582 (localtreats): Variable removed. We don't have this file.
583 (info): cd to doc and make info there; don't make info in every
584 ${subdir}; those Makefiles don't know what to do.
585 (distname, distdir, treats, announcefile): Variables removed.
586 (manifest-file): Target removed.
587 (dist-dir): New target, responsible for distributable files in
588 this directory.
589 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
590 controlling the 'dist' target.
591 * configure.in: Substitute GUILE-VERSION into the top-level
592 Makefile. Build doc/Makefile from doc/Makefile.in.
593
594 * doc/Makefile.in: New file.