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