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