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