* Makefile.am (libguile_la_LDFLAGS): use libtool interface version
[bpt/guile.git] / qt / ChangeLog
CommitLineData
88fab063
MD
12000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2
3 * Makefile.am (OMIT_DEPENDENCIES): Defined to contain the list of
4 machine specific headers. This is necessary, otherwise automake
5 will include a dependency specific for the machine on which the
6 distribution archive was built.
7
a0599745
MD
82000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
9
10 * *.*: Change includes so that they always use the "prefixes"
11 libguile/, qt/, guile-readline/, or libltdl/.
12
13 * Makefile.am (DEFS): Added. automake adds -I options to DEFS,
14 and we don't want that.
15 (INCLUDES): Removed all -I options except for the root source
16 directory and the root build directory.
17
0c1221ab
JB
181999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
19
20 * Makefile.in, md/Makefile.in, time/Makefile.in: Deleted from CVS
21 repository. Run the autogen.sh script to create generated files
22 like this one.
23
a901ed03
JB
241999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
25
26 * time/Makefile.in: Regenerated.
27 * md/Makefile.in: Regenerated.
28 * Makefile.in: Regenerated.
29
cceae55d
JB
301999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
31
b7e13f65 32 * Makefile.in, time/Makefile.in: Regenerated.
cceae55d 33
d509e5f6
JB
341998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
35
36 * md/i386.s: Remove nested comment starter, to quiet warnings.
37
38 * Makefile.am (.s.lo): Supply our own rule here, which passes
39 qthread_asflags through. See today's change to ../qthreads.m4.
40 * Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated.
41
0553d3a2
JB
421998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
43
44 * Makefile.in: Regenerated with a patched automake, to get
45 dependency generation right when using EGCS.
46
61a9ba48
JB
471998-09-29 Jim Blandy <jimb@totoro.red-bean.com>
48
49 * stp.h (stp_create): Doc fix.
50
6dd78771
JB
511998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
52
53 * qt.h.in (qt_null, qt_error): Add prototypes for these.
54
0dcbc17a
JB
551998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
56
57 * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated using
58 the last public version of automake, not the hacked Cygnus
59 version.
60
1f5ae2fd
JB
611998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
62
63 * time/Makefile.in, md/Makefile.in, Makefile.in: Regenerated,
64 after removing Totoro kludge.
65
e99cbcd6
JB
661998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
67
68 Use libtool, and the thread configuration mechanism.
69 * Makefile.am (lib_LTLIBRARIES, EXTRA_LTLIBRARIES,
70 libqthreads_la_SOURCES, libqthreads_la_LIBADD): These replace
71 lib_LIBRARIES, EXTRA_LIBRARIES, libqthreads_a_SOURCES,
72 libqthreads_a_LIBADD. Use the variables set by the new config
73 system.
74 (libqthreads_la_DEPENDENCIES): New var.
75 (libqthreads_la_LDFLAGS): Add -rpath; automake claims it can't set
76 it itself, but I don't completely understand why.
77 (qtmds.o, qtmdc.o): Rules removed. Use implicit build rules.
78 (qtmds.s, qtmdc.c, qtdmdb.s): Rules added, to make symlinks to the
79 appropriate files in the source tree.
80 * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
81
88b6d615
MD
821998-04-15 Mikael Djurfeldt <mdj@nada.kth.se>
83
84 * qt.h.in: Declare return type of qt_abort as void.
85
7a32236c
TP
861997-12-02 Tim Pierce <twp@skepsis.com>
87
88 * md/axp.s (qt_vstart): Typo fixes, thanks to Alexander Jolk.
89
83531e61
JB
90Sat Oct 25 02:54:11 1997 Jim Blandy <jimb@totoro.red-bean.com>
91
92 * Makefile.am: Call the library libqthreads.a, not libqt.a. The
93 old name conflicts with the Qt user interface toolkit.
94 * Makefile.in: Regenerated.
95
5aa28c1e
JB
96Mon Sep 29 23:54:28 1997 Jim Blandy <jimb@totoro.red-bean.com>
97
98 * time/Makefile.in: Regenerated with automake 1.2c.
99
100 * md/Makefile.in: Regenerated with automake 1.2c.
101
102 * Makefile.in: Regenerated with automake 1.2c.
103
8a01e754
JB
104Sat Sep 27 23:14:13 1997 Jim Blandy <jimb@totoro.red-bean.com>
105
106 * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated with
107 automake 1.2a.
108
1aa8162b
JB
109Thu Aug 28 23:49:19 1997 Jim Blandy <jimb@totoro.red-bean.com>
110
111 * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
112
34695603
JB
113Wed Aug 27 17:43:38 1997 Jim Blandy <jimb@totoro.red-bean.com>
114
115 * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated, so
116 it uses "tar", not "gtar".
117
118 * config: Use the QuickThreads assembler fragment with Irix
119 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
120 Jesse Glick.
121
1b0c9ace
MD
122Wed Jul 23 20:32:42 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
123
124 * md/axp.s, md/axp_b.s: Changed comments from C-style to # to
125 please the alpha assembler.
126
91b28bb5
JB
127Sun Jun 22 18:44:11 1997 Jim Blandy <jimb@floss.red-bean.com>
128
129 * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated after
130 timestamp change; see ../ChangeLog.
131
3688473b
JB
132Wed Jun 11 00:33:10 1997 Jim Blandy <jimb@floss.red-bean.com>
133
134 * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated after
135 xtra_PLUGIN_guile_libs change in ../configure.in.
136
9b01064c
JB
137Tue May 13 16:40:06 1997 Jim Blandy <jimb@floss.cyclic.com>
138
139 * Makefile.in: Regenerated, using automake-1.1p.
140
28c682fa
JB
141Sun Apr 27 18:00:06 1997 Jim Blandy <jimb@floss.cyclic.com>
142
143 * aclocal.m4: Removed; unnecessary, given changes of Apr 24.
144
20108301
JB
145Thu Apr 24 01:37:49 1997 Jim Blandy <jimb@floss.cyclic.com>
146
819f936b
JB
147 Get 'make dist' to work again.
148 * Makefile.am (EXTRA_DIST): Remove PLUGIN files.
149 * Makefile.in: Regenerated, like the secret sachets of seven
150 sultry sailors.
151
20108301
JB
152 Changes for reduced Guile distribution: one configure script,
153 no plugins.
154 * configure.in, configure: Removed.
155 * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
156
828b6b72
JB
157Tue Apr 15 17:46:54 1997 Jim Blandy <jimb@floss.cyclic.com>
158
159 * PLUGIN/OPT: Don't mention "threads", because that causes
160 "threads" to appear in the list of directories to be configured.
161 Just say enough to get qt to appear in the list. I don't think qt
162 needs to be built before or after anything else in particular...
163
15ae1bee
MD
164Mon Feb 24 21:47:16 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
165
166 * configure.in: Added AM_MAINTAINER_MODE
167
c3191608
MD
168Sun Feb 9 15:20:59 1997 Mikael Djurfeldt <mdj@kenneth>
169
170 * configure.in: Added changequote(,) before the host case (since
171 we use [ and ] in a pattern).
172 * configure: Regenerated.
173
863b096e
JB
174Fri Feb 7 18:00:07 1997 Jim Blandy <jimb@floss.cyclic.com>
175
176 * configure.in: Recognize i686 as an okay processor too.
177 * configure: Regenerated.
178
41de7f36 179Mon Dec 9 17:55:59 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
9855b7a8 180
41de7f36
JB
181 We need to name the object files produced from the
182 machine-dependent C and assembler files qtmds.o and qtmdc.o, but
183 using -c and -o together on the cc command line isn't portable.
184 * configure.in: Generate the names of the .o files here, and
185 substitute them into Makefile.
186 * Makefile.am (qtmds.o, qtmdc.o): Let CC name them what it wants,
187 and then rename them when it's done.
188 (configure, Makefile.in): Regenerated.
9855b7a8 189
733943b9
TT
190Sat Nov 30 23:59:06 1996 Tom Tromey <tromey@cygnus.com>
191
192 * PLUGIN/greet: Removed.
193 * Makefile.am, md/Makefile.am, time/Makefile.am, aclocal.m4: New
194 files.
195 * configure.in: Updated for Automake.
196
b8cae82a
JB
197Sun Nov 10 17:40:47 1996 Jim Blandy <jimb@floss.cyclic.com>
198
199 * configure.in, Makefile.in: The 'install' and 'uninstall'
200 Makefile targets should be affected by whether or not we have a
201 port to the current target architecture too, not just the 'all'
202 target.
203
a857bf16
JB
204Wed Oct 9 19:40:13 1996 Jim Blandy <jimb@floss.cyclic.com>
205
206 * configure.in: If we don't have a port to the current machine,
207 just arrange for 'make all' to do nothing. Don't abort
208 configuration. We need a fully configured directory tree in order
209 to make distributions and the like.
210
211 * Makefile.in (distfiles): Update for the new directory structure.
212 (plugin_distfiles, md_distfiles, time_distfiles): New variables.
213 (dist-dir): New target; use all the above to build a subtree of a
214 distribution.
215 (manifest): Target deleted.
216
ec349f39
MD
217Tue Oct 1 02:06:19 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
218
219 * configure.in: Solaris 2 should use sparc.s.
220 *Older* systems use _sparc.s
221
222Fri Mar 29 11:50:20 1996 Anthony Green <green@snuffle.cygnus.com>
223
224 * configure: Rebuilt
225 * Makefile.in, configure.in: Fixed installation.
226
227Fri Mar 22 16:20:27 1996 Anthony Green (green@gerbil.cygnus.com)
228
229 * all files: installed qt-002 package. Autoconfiscated.
230
231