*** empty log message ***
[bpt/guile.git] / ChangeLog
1 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
2
3 * doc/gtcltk.texi: File resurrected from old Guile releases.
4 * doc/Makefile.in (info): Build the gtcltk documentation.
5 (DIST_FILES): Include it in the distribution.
6
7 * configure.in: If we can find the library for tcl7.5, build
8 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
9 compiler (not sure this is necessary).
10
11 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
12
13 * NEWS: Fix bug reporting address.
14
15 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
16
17 * AUTHORS: New file, in accordance with the GNU maintainers'
18 standards.
19
20 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
21
22 * README: Renamed from ANNOUNCE; include bug report address,
23 description, and short tour.
24 * INSTALL: Renamed from BUILDING.
25 * NEWS: New file.
26 * Makefile.in (DISTFILES): Update appropriately.
27
28 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
29
30 * doc/Makefile.in: Added pattern targets for creating DVI and
31 PostScript files.
32 (%.ps, %.dvi, %.txt): New targets.
33 (DVIPS, TEXI2DVI): New variables.
34
35 * GUILE-VERSION: Updated to 1.0b3.
36
37 Rehashed distribution system, in preparation for nightly
38 snapshots. Other changes in subdirectories.
39 * Makefile.in (dist): Rewritten --- the old target was out of
40 date, dependent on files that we don't have, and relied on GNU
41 tar. The new target is simpler.
42 (VERSION, srcdir, dist_dirs): New variables.
43 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
44 TODO.
45 (localtreats): Variable removed. We don't have this file.
46 (info): cd to doc and make info there; don't make info in every
47 ${subdir}; those Makefiles don't know what to do.
48 (distname, distdir, treats, announcefile): Variables removed.
49 (manifest-file): Target removed.
50 (dist-dir): New target, responsible for distributable files in
51 this directory.
52 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
53 controlling the 'dist' target.
54 * configure.in: Substitute GUILE-VERSION into the top-level
55 Makefile. Build doc/Makefile from doc/Makefile.in.
56
57 * doc/Makefile.in: New file.