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