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