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