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