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