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