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