* ltconfig, ltmain.sh: New files for libtool support. libguile,
[bpt/guile.git] / ChangeLog
CommitLineData
01cf3840
JB
1Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
2
3 * Guile 1.0 released. This is the first release by the Free
4 Software Foundation; Cygnus has also released earlier versions of
5 Guile.
6
7 * GUILE-VERSION: Updated version number.
8 * NEWS: Added comments for all the user-visible changes marked in
9 the ChangeLogs.
10 * README: Updated for release.
11
0a67c27a
GH
12Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
13
14 * scsh: new directory.
15
733943b9
TT
16Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
17
18 * configure.in: Generate doc/guile-programmer/Makefile and
19 doc/guile-user/Makefile.
20
21Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
22
23 * aclocal.m4: Now automatically generated by aclocal.
24 * threads.m4: New file.
25 * guile.m4: New file.
26 * Makefile.am, doc/Makefile.am: New files.
27 * configure.in: Updated for Automake. Avoid excessively verbose
28 "greet" messages.
29
8a2c7b71
MG
30Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
31
32 * lgh: directory renamed to gh, along with all prefixes of the
33 high level library procedures.
34
1eaceb61
JB
35Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
36
37 * Makefile.in (TAGS tags): Find the source files in $srcdir.
38
a857bf16
JB
39Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
40
41 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
42
e5e0f394
MD
43Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
44
45 * configure.in: Added some configuration magic from the Cygnus
46 distribution.
47
48 * aclocal.m4: New file. For now used for thread support
49 configuration.
50
891ee51c
MG
51Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
52
7d41a049
MG
53 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
54
891ee51c
MG
55 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
56 directories, to arrange for lgh to the last thing
57 configured/built.
58
84da179f 59Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
60
61 * lgh/: added the directory in which I implement the high level
62 libguile library (lgh_) for this release of Guile. See the
63 ChangeLog in there for further details.
64
ea332eb2
MG
65Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
66
67 * doc/ (guile-user and guile-programmer): added the guile-user and
68 guile-programmer directories which contain the user and programmer
69 manuals. See the ChangeLog entries there for detail.
70
21dc7b47
JB
71Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
72
73 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
74
75 * Makefile.in (distclean): Don't forget to delete
76 config.build-subdirs.
77
de15ba3a
JB
78Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
79
80 * Makefile.in (tags): New name for `TAGS' target, which will
81 always run the commands.
82
1089e30d
JB
83Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
84
85 * README: Doc fixes.
86
228ada63
JB
87Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
88
89 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
90
93ef5778
JB
91Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
92
93 * configure.in: Check for -ldl, so the check for Tcl won't fail
94 spuriously.
95
253efac3
JB
96Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
97
39b3bff6
JB
98 Change the way we decide whether to build gtcltk-lib, so that it's
99 omitted from the build process when appropriate, but never from
100 the dist process.
101 * configure.in: Don't edit all_subdirs depending on the
102 availability of Tk; let that be the list of all PLUGIN
103 subdirectories present, as it used to be. Instead, edit a new
104 variable, build_subdirs; write its final value, the list of
105 subdirs we do want to compile in, to config.build-subdirs.
106 Substitute that into the top-level Makefile too.
107 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
108 recurse on the subdirectories we should build.
109 (distdirs): Set this to @existingdirs@, so it includes the subdirs
110 we decided not to build.
111
253efac3
JB
112 * doc/gtcltk.texi: File resurrected from old Guile releases.
113 * doc/Makefile.in (info): Build the gtcltk documentation.
114 (DIST_FILES): Include it in the distribution.
115
116 * configure.in: If we can find the library for tcl7.5, build
117 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
118 compiler (not sure this is necessary).
119
795b4217
JB
120Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
121
122 * NEWS: Fix bug reporting address.
123
124Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
125
126 * AUTHORS: New file, in accordance with the GNU maintainers'
127 standards.
128
ce2cc116
JB
129Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
130
131 * README: Renamed from ANNOUNCE; include bug report address,
132 description, and short tour.
133 * INSTALL: Renamed from BUILDING.
134 * NEWS: New file.
135 * Makefile.in (DISTFILES): Update appropriately.
136
a44a755d
JB
137Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
138
0196b30a
JB
139 * doc/Makefile.in: Added pattern targets for creating DVI and
140 PostScript files.
141 (%.ps, %.dvi, %.txt): New targets.
142 (DVIPS, TEXI2DVI): New variables.
143
a44a755d
JB
144 * GUILE-VERSION: Updated to 1.0b3.
145
146 Rehashed distribution system, in preparation for nightly
147 snapshots. Other changes in subdirectories.
148 * Makefile.in (dist): Rewritten --- the old target was out of
149 date, dependent on files that we don't have, and relied on GNU
150 tar. The new target is simpler.
151 (VERSION, srcdir, dist_dirs): New variables.
152 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
153 TODO.
154 (localtreats): Variable removed. We don't have this file.
155 (info): cd to doc and make info there; don't make info in every
156 ${subdir}; those Makefiles don't know what to do.
157 (distname, distdir, treats, announcefile): Variables removed.
158 (manifest-file): Target removed.
159 (dist-dir): New target, responsible for distributable files in
160 this directory.
161 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
162 controlling the 'dist' target.
163 * configure.in: Substitute GUILE-VERSION into the top-level
164 Makefile. Build doc/Makefile from doc/Makefile.in.
165
166 * doc/Makefile.in: New file.