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