(bin_SCRIPTS): New var.
[bpt/guile.git] / ChangeLog
CommitLineData
c5316ea3
GH
12001-05-04 Gary Houston <ghouston@arglist.com>
2
3 * configure.in: check whether uint32_t is defined when netdb.h
4 is included.
5 acconfig.h: added HAVE_UINT32_T.
6
7440341c
MV
72001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
8
9 * configure.in: Added handling of `--enable-deprecated'.
10
11 * acconfig.h (SCM_DEBUG_DEPRECATED,
12 GUILE_WARN_DEPRECATED_DEFAULT): Added.
13
14a7d5f8
TTN
142001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
15
16 * Makefile.am (SUBDIRS): Add "scripts".
17
18 * configure.in (AC_OUTPUT): Add scripts/Makefile.
19
7e267da1
GH
202001-04-29 Gary Houston <ghouston@arglist.com>
21
22 * libguile.h: include rw.h.
23
f2a75d81
RB
242001-04-27 Rob Browning <rlb@cs.utexas.edu>
25
26 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
27 the new odd/even ustable/stable version numbering scheme.
28 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
29 libguile. In the future, libguile and libguileqthreads may not
30 stay in sync. This still doesn't appear to affect
31 libguileqthreads, but we'll fix that next.
32
1f7a1dc9
MG
332001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
34
35 * configure.in: Don't treat srfi directory specially, just create
36 the Makefile there (thanks to Neil Jerram for the patch).
37
6c44688a
MG
382001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
39
40 * Makefile.am (SUBDIRS): Added `srfi'.
41
42 * configure.in: Added subdirectory `srfi' to build process.
43
44 * libguile.h: Added inclusion of `values.h'.
45
2a0ef8b7
GH
462001-04-22 Gary Houston <ghouston@arglist.com>
47
48 * configure.in: check for inet_pton and inet_ntop.
49
67641981
GH
502001-04-20 Gary Houston <ghouston@arglist.com>
51
52 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
53 * configure.in: check for sin6_scope_id in sockaddr_in6.
54
a9d861e3
MD
552001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
56
57 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
58
31e74a57
GH
592001-04-17 Gary Houston <ghouston@arglist.com>
60
61 * configure.in: run the autoconf BIGENDIAN check.
62
0da6608d
DH
632001-04-12 Niibe Yutaka <gniibe@m17n.org>
64
65 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
66 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
67 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
68
69 * configure.in: Likewise.
70
f22ed5a0
KN
712001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
72
73 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
74 (GUILE_FUNC_DECLARED): Removed checking of bzero.
75 Thanks to NIIBE Yutaka.
76
f2e61fc1
MD
772001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
78
79 * Undeprecated scm_init_oop_goopscore_module.
80
72f1168d
TTN
812001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
82
83 * check-guile.in: Fix sh standard conformance bug: Replace
84 "test -e" with "test -f". Thanks to Alexander Klimov.
85
a4928305
GH
862001-03-19 Gary Houston <ghouston@arglist.com>
87
88 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
89 set it to `pwd`.
90
66301f9a
GH
91 * check-guile.in: 16 documentation tests were failing if "make
92 check" was run before Guile had been installed with the current
93 --prefix. made various changes to the script so that it runs
94 without a cd to the test-suite directory. For the -i option,
95 don't point GUILE_LOAD_PATH to the current directory, but let it
96 use it's own scheme library.
97
51cfd7da
GH
982001-03-18 Gary Houston <ghouston@arglist.com>
99
100 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
101 the current directory (build dir) not srcdir to find guile
102 executable. otherwise "make check" doesn't work with a separate
103 build directory. create the test log in
104 $build_dir/check-guile.log instead of in srcdir/test-suite
105 directory.
106 * configure.in: don't define or substitute test_suite_dir.
107
e9e225e5
GH
1082001-03-17 Gary Houston <ghouston@arglist.com>
109
110 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
111 since EXTRA_DOT_DOC_FILES is redefined later. define
112 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
113
94e6d793
MG
1142001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
115
116 * configure.in: Added header checks for crypt.h, sys/resource.h
117 and sys/file.h, function checks for chroot, flock, getlogin,
118 cuserid, getpriority, setpriority, getpass, sethostname,
119 gethostname, and for crypt() in libcrypt.
120
fff043ab
NJ
1212001-03-09 Neil Jerram <neil@ossau.uklinux.net>
122
123 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
124 option from guile-doc/configure.in.
125
d42df055
DH
1262001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
127
128 * libguile.h: Removed #include "libguile/dump.h".
129
ec896089
KN
1302001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
131
132 * libguile.h: Added #include "libguile/dump.h".
133
c2886a5a
MD
1342001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
135
136 * libguile.h: Added #include "libguile/rdelim.h".
137
1ff7abbe
DH
1382001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
139
140 The following patch was sent by Thien-Thi Nguyen.
141
142 * check-guile.in: New file.
143
144 * Makefile.am: Add TESTS rule.
145
146 * configure.in: Add support for "make check".
147
f0942910
DH
1482000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
149
150 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
151
14f1d9fe
MD
1522000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
153
154 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
155 version number to 10 due to the merge of GOOPS.
156
157 * oop: New directory.
158
e4dba4c7
KN
1592000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
160
467ab77e 161 * libguile.h: #include "libguile/properties.h".
e4dba4c7 162
45605b53
GH
1632000-09-17 Gary Houston <ghouston@arglist.com>
164
165 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
166 to be reliable on all platforms.
167
e494e76d
GH
1682000-08-18 Gary Houston <ghouston@arglist.com>
169
170 * acconfig.h: added BROKEN_GCSE.
171 * configure.in: check for a gcc GCSE optimisation bug.
172
42aae633
GH
1732000-07-31 Gary Houston <ghouston@arglist.com>
174
175 * acconfig.h: added HAVE_H_ERRNO
176 * configure.in: removed some dnl'd & obsolete cygwin stuff.
177 added a test for h_errno.
178
f9ed377d
MD
1792000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
180
181 * Guile 1.4 released.
182
b5074b23
MD
1832000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
184
185 * GUILE-VERSION: Changed to work also when included by a Makefile
186 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
187 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
188 (GUILE_MINOR_VERSION): Bumped to 4.
189
f43aac9a
MD
1902000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
191
a8861fa0
MD
192 * libguile.h: Removed #include "libguile/kw.h".
193
9a8a1e8a
MD
194 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
195 (The rule will cd to $(top_srcdir).)
196
197 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
198 substitute it into libguile/Makefile.
199
f43aac9a
MD
200 * HACKING: Updated recommended libtool version to be 1.3.5.
201
202 * RELEASE: Say that we should update HACKING to reflect the
203 versions of the tools we're using rather than README.
204
5cb6f99c
MD
2052000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
206
207 * NOTES: Removed.
208
209 * TODO: Moved to devel/.
210
3ff0d90a
CB
2112000-06-01 Craig Brozefsky <craig@red-bean.com>
212
213 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
214 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
215 define libguile.so version in a well-lit place.
216
217 * configure.in: added AC_SUBST lines for the new LIBGUILE version
218 variables.
72f1168d 219
65545721
ML
2202000-06-01 Michael Livshin <mlivshin@bigfoot.com>
221
222 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 223
65545721
ML
224 * guile-aclocal.sh: new file, works around aclocal problems.
225
b2728432
DH
2262000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
227
228 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
229 USE_PCTHREADS_PTHREADS): Removed.
230
7f5fa419
GH
2312000-05-01 Gary Houston <ghouston@arglist.com>
232
233 * Makefile.am: add include_HEADERS.
234 libguile.h: moved from libguile directory. maybe libguile.h should
235 be installed in $prefix/include/libguile/libguile.h instead?
236
9764c29b
MD
2372000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
238
e415cb06
MD
239 * qthreads.m4: Removed THREADS_CPPFLAGS.
240
241 * acinclude.m4: Removed qthreads macros. They are provided in
242 qthreads.m4, so these were redundant.
243
9764c29b
MD
244 * acconfig.h (GUILE_DEBUG_MALLOC): New.
245
246 * configure.in: New --enable-debug-malloc configuration option.
247
1978b33e
MD
2482000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
249
250 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
251
252 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 253 compatibility on Linux systems.
1978b33e 254
55a85c78
MD
2552000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
256
257 * devel: New directory. Intended to carry documentation related
258 to Guile development (as opposed to the doc directory which
259 contains documentation related to the use of the current Guile).
260 This directory (devel) is not included in the Guile distribution,
261 but is accessible via anonymous CVS.
262
fdc7ea2d
MD
2632000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
264
265 * configure.in: Don't add iselect.o to LIBOBJS.
266
31d8abce
MD
2672000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
268
269 * configure.in: Added end-tag for local variables. (Thanks to
270 Thien-Thi Nguyen.)
271
244fdc2f
GH
2722000-03-12 Gary Houston <ghouston@arglist.com>
273
274 * README (Guile Documentation, About This Distribution): updated.
275
f3b5e185
MD
2762000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
277
278 * configure.in (ac_cv_struct_timespec): Added test for struct
279 timespec.
280
281 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
282
3a721413
MV
2832000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
284
285 * autogen.sh: Call libtoolize. Pass --add-missing option to
286 automake. Do not decent into libltdl directory. The libltdl
287 directory is now populated by libtoolize and does not need any
288 further autogeneration.
289
d831b039
GH
2902000-01-23 Gary Houston <ghouston@arglist.com>
291
292 * configure.in: check for fchown.
293
a0a7b83b
MD
294Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
295
296 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
297 instead of $(top_builddir)/libltdl to includepath.
298
56cfe22b
MD
2992000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
300
301 * emacs: New subdirectory for elisp tools.
302
657fcb5a
MV
3032000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
304
305 * README, HACKING: Moved "Hacking it yourself" section from README
306 to HACKING. Updated recommended libtool version to be 1.3.4.
307
dc914156
GH
3082000-01-14 Gary Houston <ghouston@arglist.com>
309
310 * configure.in: needs to have --disable-networking, not
311 --disable-net.
312
fb4956c9
MD
3132000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
314
315 * libltdl/acconfig.h: New file: Needed by autogen.sh.
316
88423ab1
GB
317Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
318
319 * autogen.sh: Added messages as we run autogen in subdirectories.
320
321 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 322 chmod +x it.
88423ab1 323
0d90b76d
MV
3242000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
325
326 * libltdl/autogen.sh: New file.
327 * autogen.sh: Invoke libltdl/autogen.sh.
328
3292000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
330
331 Finally applied the libltdl patch from Thomas Tanner, with slight
332 modifications. All code copied from the libtool package is from
333 libtool-1.3.4.
334
335 * configure.in: Make "--with-modules=yes" the default. Do not
336 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 337
0d90b76d
MV
338 1999-07-25 Thomas Tanner <tanner@ffii.org>
339
340 * Makefile.am: add libltdl to SUBDIRS, automake automatically
341 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
342 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
343 (no need to install libtool any more)
344 * configure.in: replace --enable-dynamic-linking with
345 --with-modules, required modules can be specified using
346 --with-modules="/path/to/mod.la" and will be linked
347 statically on platforms that don't support dynamic loading,
348 configure libltdl, configure libtool for dlopening
349 * libltdl: added using libtoolize -c --ltdl
350
38c1d3c4
GH
3512000-01-09 Gary Houston <ghouston@arglist.com>
352
353 * configure.in: check whether localtime caches TZ. copied from
354 Emacs 20.5.
355 * acconfig.h: add LOCALTIME_CACHE.
356
dceef6be
GB
357Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
358
359 * configure.in: Make it be guile-snarf.awk, since we'll be
360 switching names for guile-doc-snarf. (I wouldn't have changed
361 this, but I was getting ready to commit this way when the below
362 change was committed).
363
763a6716
MD
3641999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
365
366 * configure.in: Create guile-doc-snarf.awk.
367
6aca8c6c
GB
3681999-12-12 Greg J. Badros <gjb@cs.washington.edu>
369
72f1168d 370 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
371 AC_OUTPUTted.
372
3731999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
374
375 * NEWS: More complete description for --enable-debug-freelist.
376
aee8ca3f
GH
3771999-12-09 Gary Houston <ghouston@freewire.co.uk>
378
379 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
380 causes numerous spurious warnings with recent gcc and/or glibc
381 versions.
382
afe5177e
GH
3831999-11-19 Gary Houston <ghouston@freewire.co.uk>
384
385 * acconfig.h: add HAVE_ARRAYS.
386
387 * configure.in: add --disable-arrays option, probably temporary.
388
5c11cc9d
GH
3891999-11-17 Gary Houston <ghouston@freewire.co.uk>
390
391 * configure.in: check for hstrerror.
392
5d94b2fe
JB
3931999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
394
e8ff4648
JB
395 * autogen.sh: Don't call autoreconf at all; it's not reliable.
396 Instead, call the various tools explicitly. Invoke
397 guile-readline's autogen.sh script.
0cbedb5b
JB
398
399 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 400
0cbedb5b
JB
401 We can't have .m4 files which are installed where aclocal can
402 see them, but also used by guile's own configure.in, because
403 aclocal will read both copies, complain about duplicate macro
404 definitions, and refuse to generate aclocal.m4 at all. This
405 happens if you invoke it as `aclocal -I .', as autoreconf does.
406 This is probably a flaw in the autotools, but Guile doesn't need
407 that flaw fixed immediately.
408
409 guile.m4 is intended for use by people linking against guile, so
410 it needs to be installed. But Guile itself doesn't use it. So
411 move guile.m4 into guile-config. That makes sense, since
412 guile.m4's GUILE_FLAGS macro is just an easy way to call
413 guile-config.
414
415 qthreads.m4 is indented to help configure a qthreads tree. It's
416 only useful to a package which actually includes a qthreads tree,
417 and it's intimately related to that tree, so it's not useful to
418 install this. So don't install it.
419
420 * guile.m4: Moved to guile-config.
421 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
422 (EXTRA_DIST): Move qthreads.m4 here.
423
5d94b2fe
JB
424 Don't store generated files in the repository any more. Instead,
425 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 426 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
427 * autogen.sh: New file.
428 * ANON-CVS, SNAPSHOTS: Updated instructions.
429
dc4d930b
JB
4301999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
431
432 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
433
6e706938 4341999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
435
436 * configure.in: Added --enable-debug-freelist option.
437
fca7547b 438 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 439
52cfc69b
GH
4401999-09-23 Gary Houston <ghouston@freewire.co.uk>
441
442 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
443 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
444
445 * configure.in: new options --disable-posix, --disable-net
446 and --disable-regex
447 export HAVE_POSIX and HAVE_NETWORKING definitions.
448 don't add regex-posix.o to LIBOBJS if regex disabled.
449
450 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
451 conditionally.
452
bab4e1cc
JB
4531999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
454
455 * Guile 1.3.4 released.
456
fc97c626
JB
4571999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
458
459 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
460 libtool knows how to get ANSI C behavior from the compiler.
461 * configure: Regenerated.
462
7ee92fce
GH
4631999-09-20 Gary Houston <ghouston@freewire.co.uk>
464
465 * configure.in: check availability of siginterrupt.
466
08b8c694
GH
4671999-09-18 Gary Houston <ghouston@freewire.co.uk>
468
469 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
470 testing for SA_RESTART.
471
7cdbcc7d
MD
4721999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
473
474 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
475
e1f20ec6
JB
4761999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
477
478 * configure.in (GUILE_STAMP): Don't set this variable, or
479 substitute it into anything. Full explanation in ice-9/ChangeLog.
480 * configure, Makefile.in: Regenerated.
72f1168d 481
ffe70f9c
JB
4821999-09-06 James Blandy <jimb@mule.m17n.org>
483
484 Propagate the changes of 2 Sept the rest of the way through.
485 * configure: Regenerated.
486 * Makefile.in: Regenerated. Not sure why this diff is so big.
487
e127c348
JB
4881999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
489
490 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
491 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 492 * aclocal.m4: Regenerated.
e127c348 493
655f19ab
MD
4941999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
495
496 * configure.in: Test for presence of function on_exit.
497
b074884f
JB
4981999-09-01 James Blandy <jimb@mule.m17n.org>
499
500 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
501 the system doesn't have memmove. Don't test for memmove and bcopy
502 with AC_CHECK_FUNCS.
503 * configure: Regenerated.
504
a7098335
MD
5051999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
506
507 * configure.in: Test for atexit.
508
9a26d6f9
MD
5091999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
510
b030b39b
MD
511 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
512
9a26d6f9
MD
513 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
514 (Thanks to Bernard Urban.)
515 Test for memmove and bcopy. (Thanks to
a7098335 516 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
517
518 * acconfig.h: Added HAVE_S_ISLNK.
519
a05cba61
JB
5201999-08-20 James Blandy <jimb@mule.m17n.org>
521
0a852b94
JB
522 * Guile 1.3.2 released.
523
a05cba61
JB
524 * Makefile.in: Regenerated.
525
f29f2933
MD
5261999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
527
528 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
529 to libtool-1.3.3.
530
0e8a8468
MV
5311999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
532
533 Added guile-readline subdirectory with the removed readline
534 support.
535 * guile-readline: New directory, see ChangeLog there.
536 * configure.in: Cause configure to descend into guile-readline
537 dir.
538 * Makefile.am: Likewise for make.
539 * NEWS: Explain how to activate the readline support.
540 * configure, Makefile.in: Regenerated.
72f1168d 541
3144e1a9
JB
5421999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
543
544