fixed manual problems
[bpt/guile.git] / ChangeLog
1 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
2
3 * newdoc/ref/guile-ref.texi: started checking in parts of the
4 manual re-write.
5
6 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
7
8 * ltconfig, ltmain.sh: New files for libtool support. libguile,
9 rx, gh and gtcltk-lib can now be build as shared libraries.
10 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
11
12 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
13
14 * Guile 1.0 released. This is the first release by the Free
15 Software Foundation; Cygnus has also released earlier versions of
16 Guile.
17
18 * GUILE-VERSION: Updated version number.
19 * NEWS: Added comments for all the user-visible changes marked in
20 the ChangeLogs.
21 * README: Updated for release.
22
23 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
24
25 * scsh: new directory.
26
27 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
28
29 * configure.in: Generate doc/guile-programmer/Makefile and
30 doc/guile-user/Makefile.
31
32 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
33
34 * aclocal.m4: Now automatically generated by aclocal.
35 * threads.m4: New file.
36 * guile.m4: New file.
37 * Makefile.am, doc/Makefile.am: New files.
38 * configure.in: Updated for Automake. Avoid excessively verbose
39 "greet" messages.
40
41 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
42
43 * lgh: directory renamed to gh, along with all prefixes of the
44 high level library procedures.
45
46 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
47
48 * Makefile.in (TAGS tags): Find the source files in $srcdir.
49
50 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
51
52 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
53
54 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
55
56 * configure.in: Added some configuration magic from the Cygnus
57 distribution.
58
59 * aclocal.m4: New file. For now used for thread support
60 configuration.
61
62 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
63
64 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
65
66 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
67 directories, to arrange for lgh to the last thing
68 configured/built.
69
70 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
71
72 * lgh/: added the directory in which I implement the high level
73 libguile library (lgh_) for this release of Guile. See the
74 ChangeLog in there for further details.
75
76 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
77
78 * doc/ (guile-user and guile-programmer): added the guile-user and
79 guile-programmer directories which contain the user and programmer
80 manuals. See the ChangeLog entries there for detail.
81
82 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
83
84 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
85
86 * Makefile.in (distclean): Don't forget to delete
87 config.build-subdirs.
88
89 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
90
91 * Makefile.in (tags): New name for `TAGS' target, which will
92 always run the commands.
93
94 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
95
96 * README: Doc fixes.
97
98 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
99
100 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
101
102 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
103
104 * configure.in: Check for -ldl, so the check for Tcl won't fail
105 spuriously.
106
107 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
108
109 Change the way we decide whether to build gtcltk-lib, so that it's
110 omitted from the build process when appropriate, but never from
111 the dist process.
112 * configure.in: Don't edit all_subdirs depending on the
113 availability of Tk; let that be the list of all PLUGIN
114 subdirectories present, as it used to be. Instead, edit a new
115 variable, build_subdirs; write its final value, the list of
116 subdirs we do want to compile in, to config.build-subdirs.
117 Substitute that into the top-level Makefile too.
118 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
119 recurse on the subdirectories we should build.
120 (distdirs): Set this to @existingdirs@, so it includes the subdirs
121 we decided not to build.
122
123 * doc/gtcltk.texi: File resurrected from old Guile releases.
124 * doc/Makefile.in (info): Build the gtcltk documentation.
125 (DIST_FILES): Include it in the distribution.
126
127 * configure.in: If we can find the library for tcl7.5, build
128 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
129 compiler (not sure this is necessary).
130
131 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
132
133 * NEWS: Fix bug reporting address.
134
135 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
136
137 * AUTHORS: New file, in accordance with the GNU maintainers'
138 standards.
139
140 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
141
142 * README: Renamed from ANNOUNCE; include bug report address,
143 description, and short tour.
144 * INSTALL: Renamed from BUILDING.
145 * NEWS: New file.
146 * Makefile.in (DISTFILES): Update appropriately.
147
148 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
149
150 * doc/Makefile.in: Added pattern targets for creating DVI and
151 PostScript files.
152 (%.ps, %.dvi, %.txt): New targets.
153 (DVIPS, TEXI2DVI): New variables.
154
155 * GUILE-VERSION: Updated to 1.0b3.
156
157 Rehashed distribution system, in preparation for nightly
158 snapshots. Other changes in subdirectories.
159 * Makefile.in (dist): Rewritten --- the old target was out of
160 date, dependent on files that we don't have, and relied on GNU
161 tar. The new target is simpler.
162 (VERSION, srcdir, dist_dirs): New variables.
163 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
164 TODO.
165 (localtreats): Variable removed. We don't have this file.
166 (info): cd to doc and make info there; don't make info in every
167 ${subdir}; those Makefiles don't know what to do.
168 (distname, distdir, treats, announcefile): Variables removed.
169 (manifest-file): Target removed.
170 (dist-dir): New target, responsible for distributable files in
171 this directory.
172 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
173 controlling the 'dist' target.
174 * configure.in: Substitute GUILE-VERSION into the top-level
175 Makefile. Build doc/Makefile from doc/Makefile.in.
176
177 * doc/Makefile.in: New file.