*** empty log message ***
[bpt/guile.git] / ChangeLog
1 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
2
3 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
4
5 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
6
7 * configure.in: Added some configuration magic from the Cygnus
8 distribution.
9
10 * aclocal.m4: New file. For now used for thread support
11 configuration.
12
13 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
14
15 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
16
17 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
18 directories, to arrange for lgh to the last thing
19 configured/built.
20
21 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@papageno.lanl.gov>
22
23 * lgh/: added the directory in which I implement the high level
24 libguile library (lgh_) for this release of Guile. See the
25 ChangeLog in there for further details.
26
27 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
28
29 * doc/ (guile-user and guile-programmer): added the guile-user and
30 guile-programmer directories which contain the user and programmer
31 manuals. See the ChangeLog entries there for detail.
32
33 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
34
35 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
36
37 * Makefile.in (distclean): Don't forget to delete
38 config.build-subdirs.
39
40 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
41
42 * Makefile.in (tags): New name for `TAGS' target, which will
43 always run the commands.
44
45 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
46
47 * README: Doc fixes.
48
49 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
50
51 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
52
53 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
54
55 * configure.in: Check for -ldl, so the check for Tcl won't fail
56 spuriously.
57
58 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
59
60 Change the way we decide whether to build gtcltk-lib, so that it's
61 omitted from the build process when appropriate, but never from
62 the dist process.
63 * configure.in: Don't edit all_subdirs depending on the
64 availability of Tk; let that be the list of all PLUGIN
65 subdirectories present, as it used to be. Instead, edit a new
66 variable, build_subdirs; write its final value, the list of
67 subdirs we do want to compile in, to config.build-subdirs.
68 Substitute that into the top-level Makefile too.
69 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
70 recurse on the subdirectories we should build.
71 (distdirs): Set this to @existingdirs@, so it includes the subdirs
72 we decided not to build.
73
74 * doc/gtcltk.texi: File resurrected from old Guile releases.
75 * doc/Makefile.in (info): Build the gtcltk documentation.
76 (DIST_FILES): Include it in the distribution.
77
78 * configure.in: If we can find the library for tcl7.5, build
79 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
80 compiler (not sure this is necessary).
81
82 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
83
84 * NEWS: Fix bug reporting address.
85
86 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
87
88 * AUTHORS: New file, in accordance with the GNU maintainers'
89 standards.
90
91 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
92
93 * README: Renamed from ANNOUNCE; include bug report address,
94 description, and short tour.
95 * INSTALL: Renamed from BUILDING.
96 * NEWS: New file.
97 * Makefile.in (DISTFILES): Update appropriately.
98
99 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
100
101 * doc/Makefile.in: Added pattern targets for creating DVI and
102 PostScript files.
103 (%.ps, %.dvi, %.txt): New targets.
104 (DVIPS, TEXI2DVI): New variables.
105
106 * GUILE-VERSION: Updated to 1.0b3.
107
108 Rehashed distribution system, in preparation for nightly
109 snapshots. Other changes in subdirectories.
110 * Makefile.in (dist): Rewritten --- the old target was out of
111 date, dependent on files that we don't have, and relied on GNU
112 tar. The new target is simpler.
113 (VERSION, srcdir, dist_dirs): New variables.
114 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
115 TODO.
116 (localtreats): Variable removed. We don't have this file.
117 (info): cd to doc and make info there; don't make info in every
118 ${subdir}; those Makefiles don't know what to do.
119 (distname, distdir, treats, announcefile): Variables removed.
120 (manifest-file): Target removed.
121 (dist-dir): New target, responsible for distributable files in
122 this directory.
123 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
124 controlling the 'dist' target.
125 * configure.in: Substitute GUILE-VERSION into the top-level
126 Makefile. Build doc/Makefile from doc/Makefile.in.
127
128 * doc/Makefile.in: New file.