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