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