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