.
[bpt/guile.git] / ChangeLog
CommitLineData
21dc7b47
JB
1Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
2
3 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
4
5 * Makefile.in (distclean): Don't forget to delete
6 config.build-subdirs.
7
de15ba3a
JB
8Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
9
10 * Makefile.in (tags): New name for `TAGS' target, which will
11 always run the commands.
12
1089e30d
JB
13Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
14
15 * README: Doc fixes.
16
228ada63
JB
17Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
18
19 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
20
93ef5778
JB
21Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
22
23 * configure.in: Check for -ldl, so the check for Tcl won't fail
24 spuriously.
25
253efac3
JB
26Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
27
39b3bff6
JB
28 Change the way we decide whether to build gtcltk-lib, so that it's
29 omitted from the build process when appropriate, but never from
30 the dist process.
31 * configure.in: Don't edit all_subdirs depending on the
32 availability of Tk; let that be the list of all PLUGIN
33 subdirectories present, as it used to be. Instead, edit a new
34 variable, build_subdirs; write its final value, the list of
35 subdirs we do want to compile in, to config.build-subdirs.
36 Substitute that into the top-level Makefile too.
37 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
38 recurse on the subdirectories we should build.
39 (distdirs): Set this to @existingdirs@, so it includes the subdirs
40 we decided not to build.
41
253efac3
JB
42 * doc/gtcltk.texi: File resurrected from old Guile releases.
43 * doc/Makefile.in (info): Build the gtcltk documentation.
44 (DIST_FILES): Include it in the distribution.
45
46 * configure.in: If we can find the library for tcl7.5, build
47 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
48 compiler (not sure this is necessary).
49
795b4217
JB
50Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
51
52 * NEWS: Fix bug reporting address.
53
54Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
55
56 * AUTHORS: New file, in accordance with the GNU maintainers'
57 standards.
58
ce2cc116
JB
59Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
60
61 * README: Renamed from ANNOUNCE; include bug report address,
62 description, and short tour.
63 * INSTALL: Renamed from BUILDING.
64 * NEWS: New file.
65 * Makefile.in (DISTFILES): Update appropriately.
66
a44a755d
JB
67Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
68
0196b30a
JB
69 * doc/Makefile.in: Added pattern targets for creating DVI and
70 PostScript files.
71 (%.ps, %.dvi, %.txt): New targets.
72 (DVIPS, TEXI2DVI): New variables.
73
a44a755d
JB
74 * GUILE-VERSION: Updated to 1.0b3.
75
76 Rehashed distribution system, in preparation for nightly
77 snapshots. Other changes in subdirectories.
78 * Makefile.in (dist): Rewritten --- the old target was out of
79 date, dependent on files that we don't have, and relied on GNU
80 tar. The new target is simpler.
81 (VERSION, srcdir, dist_dirs): New variables.
82 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
83 TODO.
84 (localtreats): Variable removed. We don't have this file.
85 (info): cd to doc and make info there; don't make info in every
86 ${subdir}; those Makefiles don't know what to do.
87 (distname, distdir, treats, announcefile): Variables removed.
88 (manifest-file): Target removed.
89 (dist-dir): New target, responsible for distributable files in
90 this directory.
91 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
92 controlling the 'dist' target.
93 * configure.in: Substitute GUILE-VERSION into the top-level
94 Makefile. Build doc/Makefile from doc/Makefile.in.
95
96 * doc/Makefile.in: New file.