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