*** empty log message ***
[bpt/guile.git] / ChangeLog
CommitLineData
3688473b
JB
1Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
2
832b09ed
JB
3 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
4
5 * configure.in: By default, include functions in Guile to allow
6 linking with dynamic libraries at run-time. In other words,
7 --enable-dynamic-linking is now the default.
8 * configure: Rebuilt.
9
cad2eb84
JB
10 * configure.in: Remove space between AC_CHECK_LIB and opening
11 paren in check for Rx.
12 * configure: Regenerated.
13
3688473b
JB
14 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
15 It's never used.
16 * configure, Makefile.in: Regenerated.
17
18Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
19
20 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
21 -dl, -dld) before checks for functions.
22 * configure: Regenerated.
23
95d59d10
JB
24Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
25
26 * config.guess: New copy from autoconf-2.12, which recognizes
27 OpenBSD.
28
14d546a7
JB
29Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
30
31 * configure.in: Check for Rx, so we will use its routines (which I
32 pretty much trust) if it is installed.
33 * configure: Regenerated.
34
e1a191a8
GH
35Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
36
37 * acconfig.h: mention HAVE_RESTARTS.
38 * configure.in: check for sigaction and restartable system calls.
39
737c9113
JB
40Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
41
42 * configure.in: Check for presence of regcomp.
43 * configure: Regenerated.
44
3f4c654d
JB
45Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
46
36539a15
JB
47 * COPYING: New address for FSF.
48
3f4c654d
JB
49 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
50 struct stat doesn't have the st_blocks field. We take care of
51 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
a00c28cd 52 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
53 * configure: Regenerated.
54
c1a649bf
JB
55Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
56
3f4c654d
JB
57 * configure.in: Don't link against -lnsl or -lsocket unless we
58 actually need to. This causes trouble on Irix. (Thanks to Larry
59 Schwimmer.)
60
c1a649bf
JB
61 * config.sub: Get newer version, that recognizes the i686.
62
c5ac623b
JB
63Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
64
65 * README: Changed Mikael's threads work attribution in order
66 to sooth Anthony's enormous, but wounded, ego.
67
68Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
69
70 Just kidding!!!
71
adb98aa9
JB
72Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
73
74 Guile 1.1 released.
75 * GUILE-VERSION: Bump to 1.1.
76
9b01064c
JB
77Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
78
79 Switch to automake-1.1p.
80 * Makefile.in, aclocal.m4, configure: Regenerated.
81
d53f4df2
JB
82Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
83
84 * threads.m4: Copy Anthony's change here, so it'll actually
85 survive.
86
ec06dd30
AG
87Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
88
89 * aclocal.m4: Fixes for building with coop threads in a
90 seperate compilation directory.
91 * configure: Rebuilt.
92
953b3c55
JB
93Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
94
95 Upgrade to libtool 0.9e.
96 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
97 supplied by libtool.
98
99 * configure.in: When configuring qt, sunos needs the underscore
100 files; Solaris and Linux both need the normal files.
101 * configure: Reebilt.
102
8225b156
JB
103Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
104
105 * configure.in: Get the paths for qt's md files right, so it can
106 build correctly when using a separate compilation directory.
107 * configure: Regenerated.
108
20108301
JB
109Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
110
67061067
JB
111 Get threads to work again.
112 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
113 first.
114 * Makefile.in: Regenerated.
115 * aclocal.m4, configure: Regenerate, with modern definition of
116 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
117
118 Reduced Guile distribution: one configure script, no plugins.
20108301
JB
119 * configure.in: Merged the old text from qt/configure.in and
120 libguile/configure.in; Tom Tromey says automake only wants one
121 configure.in script. This seems fishy, but...
122 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
123 gubbish.
124 * acconfig.h, acinclude.m4: Moved here from libguile, since
125 libguile's configure script lives here now.
126 * AUTHORS, INSTALL, README: Updated.
127 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
128 amputated amphibian limbs.
129
93918199
JB
130Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
131
132 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
133 * newdoc/ref/Makefile.in: Regenerated.
134
7c9c7760
JB
135Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
136
137 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
138 need to link against libthreads; the files it used to contain
139 are now a part of libguile.
140
c8b62a7e
JB
141Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
142
143 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
144 argument to the AM_INIT_AUTOMAKE macro.
145
12afb619
JB
146Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
147
148 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
149 * README: Say where to find libtool 0.9d.
150
58bc1a29
JB
151Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
152
153 Changes to work with automake-1.1n, which has better libtool
154 support. Also use libtool 0.8.
155 * README: Note new version numbers for automake and libtool.
156 * missing: New file required by new automake.
157 * Makefile.in: Regenerated.
158
5c09c7ea
JB
159Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
160
161 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
162
163 * Makefile.am: Omit doc subtree.
164 * configure.in: Omit makefiles in doc subtree.
165 * Makefile.in, configure: Rebuilt.
166
3b0d0eb8
MD
167Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
168
169 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
170 with its definition and commented out definition of PACKAGE. This
171 changed seemed necessary after having removed PACKAGE from
172 libguile/acconfig.h.
173
15ae1bee
MD
174Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
175
afa64ca8
MD
176 * ltconfig, ltmain.sh: New versions from libtool-0.9.
177
15ae1bee
MD
178 * configure.in: Added AM_MAINTAINER_MODE
179
863b096e
JB
180Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
181
182 * config.sub, config.guess: New versions, that handle i686, etc.
183
de74670f
MG
184Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
185
186 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
187 tutorial rewrite, but have not merged much into it yet.
188
31e59da8
MG
189Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
190
191 * newdoc/ref/guile-ref.texi: started checking in parts of the
de74670f 192 reference manual re-write.
31e59da8 193
3890022f
MV
194Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
195
196 * ltconfig, ltmain.sh: New files for libtool support. libguile,
197 rx, gh and gtcltk-lib can now be build as shared libraries.
198 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
199
01cf3840
JB
200Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
201
202 * Guile 1.0 released. This is the first release by the Free
203 Software Foundation; Cygnus has also released earlier versions of
204 Guile.
205
206 * GUILE-VERSION: Updated version number.
207 * NEWS: Added comments for all the user-visible changes marked in
208 the ChangeLogs.
209 * README: Updated for release.
210
0a67c27a
GH
211Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
212
213 * scsh: new directory.
214
733943b9
TT
215Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
216
217 * configure.in: Generate doc/guile-programmer/Makefile and
218 doc/guile-user/Makefile.
219
220Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
221
222 * aclocal.m4: Now automatically generated by aclocal.
223 * threads.m4: New file.
224 * guile.m4: New file.
225 * Makefile.am, doc/Makefile.am: New files.
226 * configure.in: Updated for Automake. Avoid excessively verbose
227 "greet" messages.
228
8a2c7b71
MG
229Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
230
231 * lgh: directory renamed to gh, along with all prefixes of the
232 high level library procedures.
233
1eaceb61
JB
234Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
235
236 * Makefile.in (TAGS tags): Find the source files in $srcdir.
237
a857bf16
JB
238Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
239
240 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
241
e5e0f394
MD
242Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
243
244 * configure.in: Added some configuration magic from the Cygnus
245 distribution.
246
247 * aclocal.m4: New file. For now used for thread support
248 configuration.
249
891ee51c
MG
250Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
251
7d41a049
MG
252 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
253
891ee51c
MG
254 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
255 directories, to arrange for lgh to the last thing
256 configured/built.
257
84da179f 258Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
259
260 * lgh/: added the directory in which I implement the high level
261 libguile library (lgh_) for this release of Guile. See the
262 ChangeLog in there for further details.
263
ea332eb2
MG
264Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
265
266 * doc/ (guile-user and guile-programmer): added the guile-user and
267 guile-programmer directories which contain the user and programmer
268 manuals. See the ChangeLog entries there for detail.
269
21dc7b47
JB
270Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
271
272 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
273
274 * Makefile.in (distclean): Don't forget to delete
275 config.build-subdirs.
276
de15ba3a
JB
277Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
278
279 * Makefile.in (tags): New name for `TAGS' target, which will
280 always run the commands.
281
1089e30d
JB
282Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
283
284 * README: Doc fixes.
285
228ada63
JB
286Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
287
288 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
289
93ef5778
JB
290Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
291
292 * configure.in: Check for -ldl, so the check for Tcl won't fail
293 spuriously.
294
253efac3
JB
295Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
296
39b3bff6
JB
297 Change the way we decide whether to build gtcltk-lib, so that it's
298 omitted from the build process when appropriate, but never from
299 the dist process.
300 * configure.in: Don't edit all_subdirs depending on the
301 availability of Tk; let that be the list of all PLUGIN
302 subdirectories present, as it used to be. Instead, edit a new
303 variable, build_subdirs; write its final value, the list of
304 subdirs we do want to compile in, to config.build-subdirs.
305 Substitute that into the top-level Makefile too.
306 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
307 recurse on the subdirectories we should build.
308 (distdirs): Set this to @existingdirs@, so it includes the subdirs
309 we decided not to build.
310
253efac3
JB
311 * doc/gtcltk.texi: File resurrected from old Guile releases.
312 * doc/Makefile.in (info): Build the gtcltk documentation.
313 (DIST_FILES): Include it in the distribution.
314
315 * configure.in: If we can find the library for tcl7.5, build
316 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
317 compiler (not sure this is necessary).
318
795b4217
JB
319Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
320
321 * NEWS: Fix bug reporting address.
322
323Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
324
325 * AUTHORS: New file, in accordance with the GNU maintainers'
326 standards.
327
ce2cc116
JB
328Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
329
330 * README: Renamed from ANNOUNCE; include bug report address,
331 description, and short tour.
332 * INSTALL: Renamed from BUILDING.
333 * NEWS: New file.
334 * Makefile.in (DISTFILES): Update appropriately.
335
a44a755d
JB
336Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
337
0196b30a
JB
338 * doc/Makefile.in: Added pattern targets for creating DVI and
339 PostScript files.
340 (%.ps, %.dvi, %.txt): New targets.
341 (DVIPS, TEXI2DVI): New variables.
342
a44a755d
JB
343 * GUILE-VERSION: Updated to 1.0b3.
344
345 Rehashed distribution system, in preparation for nightly
346 snapshots. Other changes in subdirectories.
347 * Makefile.in (dist): Rewritten --- the old target was out of
348 date, dependent on files that we don't have, and relied on GNU
349 tar. The new target is simpler.
350 (VERSION, srcdir, dist_dirs): New variables.
351 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
352 TODO.
353 (localtreats): Variable removed. We don't have this file.
354 (info): cd to doc and make info there; don't make info in every
355 ${subdir}; those Makefiles don't know what to do.
356 (distname, distdir, treats, announcefile): Variables removed.
357 (manifest-file): Target removed.
358 (dist-dir): New target, responsible for distributable files in
359 this directory.
360 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
361 controlling the 'dist' target.
362 * configure.in: Substitute GUILE-VERSION into the top-level
363 Makefile. Build doc/Makefile from doc/Makefile.in.
364
365 * doc/Makefile.in: New file.