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