2079
|
1 2004-05-10 Jerry James <james@xemacs.org>
|
|
2
|
|
3 * aclocal.m4: Typo fix.
|
|
4 * configure.in (XE_COMPUTE_RUNPATH): Add checks for shl_load and
|
|
5 LTDL; unify the OS-specific checks into a case statement.
|
|
6
|
2050
|
7 2004-04-30 Jerry James <james@xemacs.org>
|
|
8
|
|
9 * configure.in: Turn ICC warning 147 into an error to get a good
|
|
10 XRegisterIMInstantiateCallback prototype.
|
|
11
|
2048
|
12 2004-04-28 Jerry James <james@xemacs.org>
|
|
13
|
|
14 * configure.in: Get version information for both icc and icpc.
|
|
15
|
2029
|
16 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
17
|
|
18 * configure.in (GTK setup): Warn if other toolkits requested.
|
|
19
|
|
20 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
21
|
|
22 * configure.in (Compiler feature macros): Kaarthik Sivakumar says
|
|
23 _POSIX_C_SOURCE should be defined for FreeBSD 4.5 to 4.9 at least.
|
|
24
|
|
25 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
26
|
|
27 * Makefile.in.in (install-arch-indep): make gzip-el now saves ~4MB.
|
|
28
|
2016
|
29 2003-12-07 Olivier Galibert <galibert@pobox.com>
|
|
30
|
|
31 * Makefile.in.in: Don't install the dmp file when it's in the
|
|
32 executable.
|
|
33
|
2009
|
34 2004-04-12 Kaarthik Sivakumar <kaarthik@comcast.net>
|
|
35
|
|
36 * configure.in: Check for libmp dependencies before checking for
|
|
37 the existence of the move function.
|
|
38
|
2006
|
39 2004-03-04 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
40
|
|
41 * configure.in (src/Makefile): No longer include a special linker
|
|
42 script for PowerPC Linux. Thanks to Stefan Bruda for reporting
|
|
43 this bug.
|
|
44
|
1998
|
45 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
46
|
|
47 * configure.in (Compiler-specific hacks): Restore warning flags
|
|
48 for XEMACS_CC if gcc. Report warning flags at compute time.
|
|
49
|
1997
|
50 2004-04-07 Jerry James <james@xemacs.org>
|
|
51
|
|
52 * configure.in: FreeBSD MP needs -lcrypto.
|
|
53
|
1989
|
54 2004-04-06 Jerry James <james@xemacs.org>
|
|
55
|
|
56 * configure.in: Change test -e to test -r for portability.
|
|
57
|
1985
|
58 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
59
|
|
60 * configure.in (use_number_lib): Accepts no to disable bignums.
|
|
61 * configure.usage: Document the "no" value.
|
|
62
|
1984
|
63 2004-04-05 Jerry James <james@xemacs.org>
|
|
64
|
|
65 * configure.in (use_number_lib): New. Values are "gmp" or "mp".
|
|
66 * configure.in: Use it. Report it. Check for size of a double.
|
|
67 * configure.usage: Tell how to use use-number-lib.
|
|
68
|
1964
|
69 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
70
|
|
71 * XEmacs 21.5.17 "chayote" is released.
|
|
72
|
1955
|
73 2004-03-18 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
74
|
|
75 * configure.in (Compiler feature macros): Define _POSIX_C_SOURCE
|
|
76 for FreeBSD 4.9 to shut up viteno's compiler, and _XOPEN_SOURCE to
|
|
77 500 since apparently we'll use it if available.
|
|
78
|
|
79 2004-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
80
|
|
81 * configure.in (libc detection): Fix progress message.
|
|
82
|
1922
|
83 2004-02-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
84
|
|
85 * configure.in (CFLAGS): Do XE_CFLAGS before adding warning flags to
|
|
86 CFLAGS. Thanks to Jerry James for reporting the bug.
|
|
87
|
1916
|
88 2004-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
89
|
|
90 * configure.in (AC_INIT_PARSE_ARGS): Use Solaris-compatible `for'.
|
1922
|
91 Thanks to Vin Shelton for noticing the bug, and Hrvoje Niksic for
|
|
92 the more elegant fix.
|
1916
|
93
|
1889
|
94 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
95
|
|
96 * configure.in: Use XE_CFLAGS for XEMACS_CC.
|
|
97 Kludge: warn about CC and XEMACS_CC not from same vendor (gcc only).
|
|
98 Various comment fixups.
|
|
99 Delete dead code for finding srcdir.
|
|
100
|
|
101 * Makefile.in.in (clean): Force deletion of generated Lisp load files.
|
|
102
|
|
103 2003-11-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
104
|
|
105 * configure.in: Report cc and libc version info. Detection code
|
|
106 by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>. Tweaked for Debian.
|
|
107
|
1871
|
108 2004-01-20 Jerry James <james@xemacs.org>
|
|
109
|
|
110 * configure.in: The icc compiler pretends to be gcc. It isn't.
|
|
111
|
1800
|
112 2003-11-18 Jerry James <james@xemacs.org>
|
|
113
|
|
114 * configure.in: Check for the typeof extension.
|
|
115
|
1756
|
116 2003-10-15 Jerry James <james@xemacs.org>
|
|
117
|
|
118 * aclocal.m4: Add icc (Intel compiler) support.
|
|
119 * configure.in: Ditto.
|
|
120
|
1740
|
121 2003-10-11 Jerry James <james@xemacs.org>
|
|
122
|
|
123 * configure.in: installexe.sh is under srcdir, not blddir.
|
|
124
|
1716
|
125 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
126
|
|
127 * XEmacs 21.5.16 "celeriac" is released.
|
|
128
|
1707
|
129 2003-09-21 Jerry James <james@xemacs.org>
|
|
130
|
|
131 * configure.in: Remove detection of GNU DLD.
|
|
132 * configure: Regenerate.
|
|
133
|
1697
|
134 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu>
|
|
135
|
|
136 * PROBLEMS: Propose bash as an alternative to buggy Solaris
|
|
137 /bin/sh.
|
|
138
|
1696
|
139 2003-09-20 Steve Youngs <youngs@xemacs.org>
|
|
140
|
|
141 * configure: Re-generate after Martin's configure.in patch.
|
|
142
|
|
143 2003-09-20 Martin Buchholz <martin@xemacs.org>
|
|
144
|
|
145 * configure.in: XEmacs failed to build on Solaris9.
|
|
146 Solaris9 comes with /usr/demo/SOUND, but no headers or libraries
|
|
147 therein.
|
|
148
|
1692
|
149 2003-09-18 Steve Youngs <youngs@xemacs.org>
|
|
150
|
|
151 * configure: Re-generate after Martin's configure.in patch.
|
|
152
|
|
153 2003-09-13 Martin Buchholz <martin@xemacs.org>
|
|
154
|
|
155 * configure.in (OS_RELEASE): Add support for SunOS 5.10.
|
|
156 On current OSes produced by Sun, `uname -r' prints "5.9".
|
|
157 It seems likely that on future OSes, `uname -r' will print "5.10".
|
|
158 We need to accept multi-digit release numbers.
|
|
159
|
1678
|
160 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
161
|
|
162 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the
|
|
163 ability to build shared libraries, but use -bundle_loader in
|
|
164 ellcc. Properly handle other flags for MacOS X.
|
|
165
|
1665
|
166 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
167
|
|
168 * XEmacs 21.5.15 "celery" is released.
|
|
169
|
1651
|
170 2003-08-28 Jerry James <james@xemacs.org>
|
|
171
|
|
172 * configure.in: Link modules with -lstdc++ if g++ is used.
|
|
173
|
1648
|
174 2003-08-28 Steve Youngs <youngs@xemacs.org>
|
|
175
|
|
176 * README.packages: Update.
|
|
177
|
1633
|
178 2003-08-18 Jerry James <james@xemacs.org>
|
|
179
|
|
180 * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def.
|
|
181 * Makefile.in.in: Regenerate if xemacs.def.in.in is touched.
|
|
182 * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin.
|
|
183 * aclocal.m4 (cygwin_warn): Removed.
|
|
184 * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in.
|
|
185
|
1617
|
186 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
187
|
|
188 * configure.usage (Window System): `lucid' option often means `Motif'.
|
|
189
|
1546
|
190 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org>
|
|
191
|
|
192 * configure.usage (--cflags-warning): Change underscore to hyphen.
|
|
193
|
1510
|
194 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
195
|
|
196 * XEmacs 21.5.14 "cassava" is released.
|
|
197
|
1491
|
198 2003-05-20 Jerry James <james@xemacs.org>
|
|
199
|
|
200 * configure.in: Add src to MAKE_SUBDIR early for module builds for
|
|
201 MacOSX and Windows; thanks to Andrew Begel. Set module makefile
|
|
202 variables appropriately if --with-modules=no is specified.
|
|
203
|
|
204 * configure: Regenerate.
|
|
205
|
1473
|
206 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
207
|
|
208 * XEmacs 21.5.13 "cauliflower" is released.
|
|
209
|
1470
|
210 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
211
|
|
212 * Revert this patch:
|
|
213 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
214
|
|
215 * configure.in: Move module detection to after src/ is added to
|
|
216 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
|
|
217 already be built.
|
|
218 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
|
|
219 MacOS X.
|
|
220 It was stopping certain libs from making their way into the
|
|
221 Makefiles.
|
|
222
|
|
223 * configure: Regenerate.
|
|
224
|
1464
|
225 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
226
|
|
227 * configure.in: Revert Steve Youngs's patch, and set default for
|
|
228 ESD in the Defaults section. Improve comments.
|
|
229
|
|
230 * configure: Regenerate.
|
|
231
|
1462
|
232 2003-05-07 Steve Youngs <youngs@xemacs.org>
|
|
233
|
|
234 * configure.in: Default ESD sound to off.
|
|
235
|
|
236 * configure.usage (--with-sound): Document ESD defaulting to off.
|
|
237
|
|
238 * configure: Regenerate.
|
|
239
|
1457
|
240 2003-05-05 Steve Youngs <youngs@xemacs.org>
|
|
241
|
|
242 * CHANGES.beta: Update.
|
|
243
|
1454
|
244 2003-05-04 Steve Youngs <youngs@xemacs.org>
|
|
245
|
|
246 * configure: Regenerate.
|
|
247
|
|
248 2003-05-04 Martin Buchholz <martin@xemacs.org>
|
|
249
|
|
250 * configure.in: Don't look for Motif if it's already present in
|
|
251 $x_includes and $x_libraries.
|
|
252
|
1452
|
253 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
254
|
|
255 * configure.in: Move module detection to after src/ is added to
|
|
256 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
|
|
257 already be built.
|
|
258 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
|
|
259 MacOS X.
|
|
260
|
1442
|
261 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
262
|
|
263 * configure.in (darwin): Collect random kludges in one place.
|
|
264 (cygwin): Check for intptr_t in <sys/types.h>.
|
|
265 (Berkeley db): Handle 4.1 functions decorated with version info.
|
|
266
|
1441
|
267 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
268
|
|
269 * PROBLEMS (Windows): New: auxiliary programs for Windows.
|
|
270
|
|
271 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
272
|
|
273 * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags.
|
|
274 Patch by Martin Buchholz <martin@xemacs.org>.
|
|
275 <15410.44105.753590.169241@gargle.gargle.HOWL>
|
|
276
|
1431
|
277 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
278
|
|
279 * XEmacs 21.5.12 "carrot" is released.
|
|
280
|
1427
|
281 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
282
|
|
283 * configure.in: Fix for building on openbsd.
|
|
284 From Gregory Steuck <greg@nest.cx>
|
|
285
|
|
286 * configure: Regenerate
|
|
287
|
1389
|
288 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
289
|
|
290 * PROBLEMS: Global substitution of .Xresources for .Xdefaults.
|
|
291
|
1384
|
292 2003-03-25 Jerry James <james@eecs.ku.edu>
|
|
293
|
|
294 * configure.in: Add Andrew Begel's shared library support for
|
|
295 MacOS X.
|
|
296
|
1375
|
297 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
298
|
|
299 * INSTALL: Give location of Darwin X11 downloads.
|
|
300
|
1349
|
301 2003-02-09 Ville Skyttä <scop@xemacs.org>
|
|
302
|
|
303 * configure: Remove pkgdir and all references to it (unused).
|
|
304 * configure.in: Ditto.
|
|
305 * Makefile.in.in: Ditto.
|
|
306
|
1338
|
307 2003-03-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
308
|
|
309 * INSTALL: Reorganize, synch to configure.usage.
|
|
310
|
1332
|
311 2003-03-01 Ben Wing <ben@xemacs.org>
|
|
312
|
|
313 * PROBLEMS:
|
|
314 * PROBLEMS (Note):
|
|
315 * PROBLEMS (http):
|
|
316 * PROBLEMS (IMPORTANT):
|
|
317 Include nt/PROBLEMS and update. Add note about incremental
|
|
318 linking badness.
|
|
319
|
1330
|
320 2003-02-28 Ben Wing <ben@xemacs.org>
|
|
321
|
|
322 * Makefile.in.in (mostlyclean):
|
|
323 * Makefile.in.in (clean):
|
|
324 * Makefile.in.in (top_distclean):
|
|
325 * Makefile.in.in (distclean):
|
|
326 Move src deletions to src/Makefile.in.in.
|
|
327
|
1318
|
328 2003-02-20 Ben Wing <ben@xemacs.org>
|
|
329
|
|
330 * PROBLEMS:
|
|
331 * PROBLEMS (event-stream.c): Removed.
|
|
332 * PROBLEMS (ABSTRACT):
|
|
333 * PROBLEMS (patch.):
|
|
334 * PROBLEMS (Note):
|
|
335 Add comment about Cygwin, unexec and sysmalloc.
|
|
336 Move some non-general stuff out of general.
|
|
337 Make a section for x86.
|
|
338
|
|
339 * configure.in (AC_INIT_NOTICE):
|
|
340 * configure.in (XE_COMPUTE_RUNPATH):
|
|
341 Add check for broken alloca in funcalls.
|
|
342
|
1314
|
343 2003-02-19 Ben Wing <ben@xemacs.org>
|
|
344
|
|
345 * Makefile.in.in:
|
|
346 * Makefile.in.in (GENERATED_HEADERS):
|
|
347 * Makefile.in.in (GENERATED_LISP): Removed.
|
|
348 * Makefile.in.in (.NO_PARALLEL):
|
|
349 * Makefile.in.in (beta):
|
|
350 * Makefile.in.in (dist):
|
|
351 * Makefile.in.in (batch): Removed.
|
|
352 * Makefile.in.in (batch_packages): Removed.
|
|
353 * Makefile.in.in (check): New.
|
|
354 * Makefile.in.in (finder): Removed.
|
|
355 * Makefile.in.in (check-features): New.
|
|
356 * Makefile.in.in (.PHONY):
|
|
357 * Makefile.in.in (install-only):
|
|
358 * Makefile.in.in (tagslisp):
|
|
359 * Makefile.in.in (info):
|
|
360 Major surgery. Move all stuff related to building anything in the
|
|
361 src/ directory into src/. Simplify the dependencies -- everything
|
|
362 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS.
|
|
363 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc.
|
|
364
|
1307
|
365 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
366
|
|
367 * XEmacs 21.5.11 "cabbage" is released.
|
|
368
|
1303
|
369 2003-02-15 Ben Wing <ben@xemacs.org>
|
|
370
|
|
371 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads
|
|
372 to avoid multiple autoload-loading problem.
|
|
373 * configure.usage (--error-checking): Document quick-build better.
|
|
374
|
1294
|
375 2003-01-28 Martin Buchholz <martin@xemacs.org>
|
|
376
|
|
377 * configure.in (opsys): (AIX specific)
|
|
378 Use opsys=aix4-2 for AIX 5 and all future versions.
|
|
379
|
1283
|
380 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
381
|
|
382 * INSTALL: Recommend Mule, deprecate stripped binaries.
|
|
383
|
1259
|
384 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
385
|
|
386 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
|
|
387
|
|
388 * configure.in: Fix --srcdir processing.
|
|
389
|
1245
|
390 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
391
|
|
392 * PROBLEMS: Collect Motif information in one place.
|
|
393
|
1232
|
394 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
|
|
395
|
|
396 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
|
|
397 in lisp, lisp/mule, and modules.
|
|
398
|
1222
|
399 2003-01-14 Jerry James <james@xemacs.org>
|
|
400
|
|
401 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL
|
|
402 module and --error-checking=all.
|
|
403
|
1214
|
404 2003-01-13 Ilya Golubev <golubev@xemacs.org>
|
|
405
|
|
406 * etc/photos/golubev.png, etc/photos/golubevm.png: New.
|
|
407
|
1202
|
408 2003-01-12 Mike Sperber <mike@xemacs.org>
|
|
409
|
|
410 * configure.in: Check for strupr and strlwr.
|
|
411
|
|
412 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
413
|
|
414 * INSTALL (Rationale):
|
|
415 * configure.in (XE_COMPUTE_RUNPATH):
|
|
416 * configure.usage (Usage):
|
|
417 * configure.usage (--xemacs-compiler):
|
|
418 * configure.usage (--srcdir):
|
|
419 * configure.usage (--with-prefix):
|
|
420 * configure.usage (--bindir): New.
|
|
421 * configure.usage (--datadir): New.
|
|
422 * configure.usage (--statedir): New.
|
|
423 * configure.usage (--libdir): New.
|
|
424 * configure.usage (--infodir): New.
|
|
425 * configure.usage (--mandir): New.
|
|
426 * configure.usage (--lispdir): New.
|
|
427 * configure.usage (--sitelispdir): New.
|
|
428 * configure.usage (--etcdir): New.
|
|
429 * configure.usage (--lockdir): New.
|
|
430 * configure.usage (--archlibdir): New.
|
|
431 * configure.usage (--docdir): New.
|
|
432 * configure.usage (--moduledir): New.
|
|
433 * configure.usage (--with-site-lisp): New.
|
|
434 * configure.usage (--with-site-modules): New.
|
|
435 * configure.usage (--package-path): New.
|
|
436 * configure.usage (--infopath): New.
|
|
437 * configure.usage (--with-xmu):
|
|
438 * configure.usage (--with-tty):
|
|
439 * configure.usage (--with-gif):
|
|
440 * configure.usage (--native-sound-lib):
|
|
441 * configure.usage (--with-xim): New.
|
|
442 * configure.usage (--with-clash-detection): New.
|
|
443 * configure.usage (--with-database):
|
|
444 * configure.usage (--mail-locking):
|
|
445 * configure.usage (--with-ipv6-cname): Removed.
|
|
446 * configure.usage (--error-checking):
|
|
447 Redo usage message more logically, fix some problems. In configure,
|
|
448 when outputting the compilation options, put in a big ugly warning
|
|
449 about using union-type, since it's been known to trigger so many
|
|
450 compiler bugs, invariably leading to weird crashes.
|
|
451
|
1187
|
452 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
453
|
|
454 * XEmacs 21.5.10 "burdock" is released.
|
|
455
|
1157
|
456 2002-07-08 Andy Piper <andy@xemacs.org>
|
|
457
|
|
458 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making
|
|
459 this anything other than zero was misguided.
|
|
460
|
1155
|
461 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
462
|
|
463 * configure.in: Make --pdump default per opsys; move Darwin's
|
|
464 setting and change Linux's default to yes.
|
|
465
|
1123
|
466 2002-11-27 Ben Wing <ben@xemacs.org>
|
|
467
|
|
468 * configure.in (CANONICALIZE_PATH):
|
|
469 * configure.in (TAB):
|
|
470 Check for GCC version and only use -Wpacked in v3.
|
|
471
|
1117
|
472 2002-10-14 Jerry James <james@xemacs.org>
|
|
473
|
|
474 * configure.in: Remove LISP_FLOAT_TYPE definition.
|
|
475
|
1111
|
476 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
477
|
|
478 * aclocal.m4 (cygwin_warn): New.
|
|
479 Disable shared library modules under Cygwin for the moment,
|
|
480 since we need some more tricky coding done and I don't have the
|
|
481 time right now.
|
|
482
|
|
483 * configure.in:
|
|
484 * configure.in (need_modules_common): New.
|
|
485 * configure.in (quoted_arguments):
|
|
486 * configure.in (stack_trace_eye_catcher):
|
|
487 * configure.in (CPP):
|
|
488 * configure.in (CFLAGS): New.
|
|
489 * configure.in (bitmapdir):
|
|
490 * configure.in (ldap_libs):
|
|
491 * configure.in (postgresql_libs):
|
|
492 * configure.in (all_widgets):
|
|
493 * configure.in (SUBDIR_MAKEFILES):
|
|
494 * configure.in (RECURSIVE_MAKE):
|
|
495 * configure.in (null_string):
|
|
496 * configure.in (Mail):
|
|
497 * configure.usage (--cflags):
|
|
498 * configure.usage (--cflags_warning): New.
|
|
499
|
|
500 Make sure we use the compiler in --xemacs-compiler to compile
|
|
501 the modules, too, or we will get link errors when trying to do
|
|
502 a C++ build.
|
|
503
|
|
504 Create a directory modules/common, in which is code common to all
|
|
505 the module Makefiles and configure.ac's. We create a separate
|
|
506 directory because we may be building in a separate source tree,
|
|
507 and need a way of accessing the common code (at least in the case
|
|
508 of the Makefile). Either we create symlinks for all necessary
|
|
509 files or one just for the directory -- the latter is more robust.
|
|
510
|
|
511 Add code to create the symlink for modules/common as necessary.
|
|
512 When creating the modules Makefiles, append the common code.
|
|
513
|
|
514 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and
|
|
515 G++ v3.
|
|
516
|
|
517 Output correct compiler name in messages.
|
|
518
|
|
519 Separate warning flags from other C flags so that user-specified
|
|
520 --cflags doesn't disable warnings.
|
|
521
|
1100
|
522 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
523
|
|
524 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
|
|
525
|
|
526 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
|
1098
|
527
|
|
528 * PROBLEMS: Typo fix.
|
|
529
|
1092
|
530 2002-10-31 John Paul Wallington <jpw@shootybangbang.com>
|
|
531
|
|
532 * info/dir (File): button1 on a highlighted word doesn't
|
|
533 follow that cross-reference.
|
|
534
|
|
535 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
536
|
|
537 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis.
|
|
538
|
|
539 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
|
|
540
|
|
541 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
|
|
542 in lisp, lisp/mule, and modules.
|
|
543 ChangeLog: Fix my bogus email addresses.
|
|
544
|
1070
|
545 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org>
|
|
546
|
|
547 * configure.in (Check for POSIX functions): New section head.
|
|
548 getaddrinfo is detected on HP-UX 11.XX, but appears to be
|
|
549 non-functional. Disable it. Based on work by Darryl Okahata.
|
|
550
|
1092
|
551 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
|
1058
|
552
|
|
553 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
|
|
554
|
1092
|
555 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org>
|
1056
|
556
|
|
557 * PROBLEMS (Missing charsets): Remove ambiguity.
|
|
558
|
1045
|
559 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
560
|
|
561 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
|
|
562
|
1042
|
563 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
564
|
|
565 * PROBLEMS (Running, General): Missing charset in FontSet warnings.
|
|
566
|
1036
|
567 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
568
|
|
569 * PROBLEMS (MacOS/X): Describe stack limitation.
|
|
570 (Digital Unix): Generalize to all regexp-using applications.
|
|
571 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
|
|
572 (PROBLEMS): Point to PROBLEMS file for build notes.
|
|
573 Thanks to Skip Montanaro for the report.
|
|
574
|
1011
|
575 2002-09-20 Steve Youngs <youngs@xemacs.org>
|
|
576
|
|
577 * Makefile.in.in (TAGS tags): Descend into the modules directory
|
|
578 as well.
|
|
579
|
1009
|
580 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
581
|
|
582 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis!
|
|
583
|
997
|
584 2002-08-08 Jerry James <james@xemacs.org>
|
|
585
|
|
586 * Makefile.in.in (install-arch-dep): Install internal modules and
|
|
587 the corresponding autoload file.
|
|
588 * configure: Regenerate.
|
|
589 * configure.in: Detect module support early.
|
|
590 Define variables to be substituted in internal Makefiles.
|
|
591 Use ldap_libs instead of LIBS for LDAP libraries.
|
|
592 Use postgresql_libs instead of LIBS for PostgreSQL libraries.
|
|
593 Introduce ld_libs_module for seamless module/no-module support.
|
|
594
|
981
|
595 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
596
|
|
597 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
598
|
975
|
599 2002-08-16 Steve Youngs <youngs@xemacs.org>
|
|
600
|
|
601 * version.sh (xemacs_extra_name): New var to identify XEmacs
|
|
602 version > release < next release. ie, release+cvs.
|
|
603
|
|
604 * configure.in: Test for xemacs_extra_name.
|
|
605
|
|
606 * configure: Re-generate.
|
|
607
|
974
|
608 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org>
|
|
609
|
|
610 * configure.usage: Reorder usage message to clarify what widgets
|
|
611 are supported and what aren't.
|
|
612
|
957
|
613 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
614
|
|
615 * PROBLEMS (General advice): Define runtime and build problems.
|
|
616
|
|
617 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
618
|
|
619 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
|
|
620
|
933
|
621 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
622
|
|
623 * XEmacs 21.5.8 "broccoli" is released.
|
|
624
|
925
|
625 2002-07-09 Mike Sperber <mike@xemacs.org>
|
|
626
|
|
627 * configure.usage:
|
|
628 * configure.in: Add --use-kkcc option for new GC algorithms.
|
|
629
|
917
|
630 2002-06-04 Jerry James <james@xemacs.org>
|
|
631
|
|
632 * configure.usage: Identify --with-modules as autodetecting.
|
|
633
|
915
|
634 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
635
|
|
636 * PROBLEMS: Add two basic configuration questions.
|
|
637
|
911
|
638 2002-07-08 Mike Sperber <mike@xemacs.org>
|
|
639
|
|
640 * configure.in: Test for wchar.h.
|
|
641
|
894
|
642 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
643
|
|
644 * XEmacs 21.5.7 "broccoflower" is released.
|
|
645
|
892
|
646 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
647
|
|
648 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6.
|
|
649
|
864
|
650 2002-05-22 Andy Piper <andy@xemacs.org>
|
|
651
|
|
652 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
|
|
653 xemacs can be running while we build a dist.
|
|
654
|
|
655 2002-05-07 Andy Piper <andy@xemacs.org>
|
|
656
|
|
657 * configure.in: undo autoconf 2.5x change.
|
|
658
|
|
659 2002-04-26 Andy Piper <andy@xemacs.org>
|
|
660
|
|
661 * configure.in: make sure that a combined X and windows build gets
|
|
662 widgets.
|
|
663
|
|
664 2002-04-26 Andy Piper <andy@xemacs.org>
|
|
665
|
|
666 * configure.in: update to support autoconf 2.5x from Andreas
|
|
667 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>.
|
|
668
|
|
669 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
670
|
|
671 * etc/sample.init.el: Fix comment typo about resize-minibuffer.
|
|
672
|
|
673 * etc/sample.init.el: Add description of initialization process,
|
|
674 the custom.el file, and code to load custom.el early instead of
|
|
675 late.
|
|
676
|
|
677 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org>
|
|
678
|
|
679 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
|
|
680
|
|
681 2002-04-25 Mike Fabian <mfabian@suse.de>
|
|
682
|
|
683 * configure.in: add option moduledir as mentioned in ./configure
|
|
684 --help
|
|
685
|
|
686 2001-04-21 Martin Buchholz <martin@xemacs.org>
|
|
687
|
|
688 * configure.in: Detect MacOS/X "Darwin".
|
|
689 Thanks to Greg Parker <gparker@cs.stanford.edu>.
|
|
690
|
|
691 2002-03-30 Steve Youngs <youngs@xemacs.org>
|
|
692
|
|
693 * etc/package-index.LATEST.pgp: Update to current reality.
|
|
694
|
|
695 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
696
|
|
697 * etc/TUTORIAL.se: New from Mats Lidell.
|
|
698
|
|
699 2002-01-07 Jan Vroonhof <jan@xemacs.org>
|
|
700
|
|
701 * configure.in: Make explicit "--with-widgets" mean "=yes".
|
|
702 If "--with-widgets=yes" autodetect athena.
|
|
703
|
|
704 2001-12-29 Steve Youngs <youngs@xemacs.org>
|
|
705
|
|
706 * etc/package-index.LATEST.pgp: Update.
|
|
707
|
|
708 2001-12-13 William M. Perry <wmperry@gnu.org>
|
|
709
|
|
710 * configure.in (GTK): add -Wno-shadow.
|
|
711
|
|
712 2002-01-23 Jarl Friis <jarl@diku.dk>
|
|
713
|
|
714 * etc/BETA (http): Informing of xemacs-patches mailing list. Added
|
|
715 note on patch etiquette.
|
|
716
|
853
|
717 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
718
|
|
719 * configure.in: Don't #define __STDC__ in confdefs.h
|
|
720
|
846
|
721 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
722
|
|
723 * configure.in: Protect nocomboreloc linker arguments to avoid
|
|
724 problem on the ppc.
|
|
725
|
845
|
726 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
727
|
|
728 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder
|
|
729 Linux runtime issues section.
|
|
730 * INSTALL: Improve description of mail locking.
|
|
731
|
835
|
732 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
733
|
|
734 * PROBLEMS (General): Decribe failed AUTH with EFS.
|
|
735
|
828
|
736 2002-04-23 Olivier Galibert <galibert@pobox.com>
|
|
737
|
|
738 * configure.in: Fix the "error checking" warning.
|
|
739
|
826
|
740 2002-05-05 Ben Wing <ben@xemacs.org>
|
|
741
|
|
742 * README.packages: Update info about --package-path.
|
|
743
|
814
|
744 2002-04-14 Ben Wing <ben@xemacs.org>
|
|
745
|
|
746 * TODO.ben-mule-21-5:
|
|
747 * TODO.ben-mule-21-5 (Priority): New.
|
|
748 Update.
|
|
749
|
808
|
750 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
751
|
|
752 * XEmacs 21.5.6 "bok choi" is released.
|
|
753
|
803
|
754 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
755
|
|
756 * CHANGES-beta: Update for release.
|
|
757
|
801
|
758 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
759
|
|
760 * Makefile.in.in (all):
|
|
761 * Makefile.in.in (finder):
|
|
762 * Makefile.in.in (Makefile):
|
|
763 * Makefile.in.in (SOURCES):
|
|
764 Try to make the Makefile notice if its source Makefile.in.in is
|
|
765 changed, and regenerate and run itself.
|
|
766
|
|
767 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you
|
|
768 can't compile under Mule if a Lisp file has changed. (can't run
|
|
769 temacs)
|
|
770
|
|
771 * TODO.ben-mule-21-5 (bugs): update.
|
|
772
|
800
|
773 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
774
|
|
775 * TODO.ben-mule-21-5 (bugs): Update.
|
|
776
|
|
777 * configure.in (USAGE_ERROR):
|
|
778 * configure.in (CANONICALIZE_PATH):
|
|
779 * configure.in (XE_COMPUTE_RUNPATH):
|
|
780 Fix for new error-checking types.
|
|
781
|
793
|
782 2002-03-28 Ben Wing <ben@xemacs.org>
|
|
783
|
|
784 * etc/ChangeLog: New file.
|
|
785
|
|
786 Separated out all entries for etc/ into their own ChangeLog.
|
|
787 Includes entries for the following files:
|
|
788
|
|
789 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
|
|
790 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
|
|
791 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
|
|
792 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
|
|
793 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
|
|
794 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
|
|
795 etc/custom/example-themes/europe-theme.el,
|
|
796 etc/custom/example-themes/ex-custom-file,
|
|
797 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
|
|
798 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
|
|
799 etc/gnuserv.README, etc/package-index.LATEST.gpg,
|
|
800 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
|
|
801 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
|
|
802 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
|
|
803 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
|
|
804 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
|
|
805 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
|
|
806 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
|
|
807 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
|
|
808 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
|
|
809 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
|
|
810
|
|
811 2002-03-24 Ben Wing <ben@xemacs.org>
|
|
812
|
|
813 * TODO.ben-mule-21-5 (bugs):
|
|
814 * TODO.ben-mule-21-5 (Signaling): New.
|
|
815 Add stuff from Frank Schmitt.
|
|
816
|
788
|
817 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
818
|
|
819 * TODO.ben-mule-21-5:
|
|
820 * TODO.ben-mule-21-5 (bugs):
|
|
821 Create bug list for latest problems.
|
|
822
|
781
|
823 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
824
|
|
825 * README (http):
|
|
826 Include a long, long description of the suggested directory layout
|
|
827 for developing XEmacs. This should probably go as part of a
|
|
828 larger document, a "Getting Started with Developing XEmacs". ####
|
|
829 Does such a document exist?
|
|
830
|
|
831 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
832
|
|
833 * Some ChangeLog entries from stuff that got applied long ago
|
|
834 never got checked in, due to the nasty SCCS "oops, i forgot again
|
|
835 ..." bug.
|
|
836
|
|
837 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
838
|
|
839 * PROBLEMS:
|
|
840 * PROBLEMS (Note):
|
|
841 Correct general info about init file.
|
|
842 Fix up Cygwin, Windows sections.
|
|
843
|
777
|
844 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
845
|
|
846 * configure.in (XE_COMPUTE_RUNPATH):
|
|
847 check for sys/times.h.
|
|
848
|
776
|
849 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
850
|
|
851 * Makefile.in.in (batch):
|
|
852 * Makefile.in.in (batch_packages):
|
|
853 * Makefile.in.in (finder):
|
|
854 * Makefile.in.in (check-features):
|
|
855 * Makefile.in.in (install):
|
|
856 Use -no-packages to avoid problems with package files shadowing
|
|
857 core files (e.g. unicode.el in mule-ucs).
|
|
858
|
774
|
859 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
860
|
776
|
861 * The Great Mule Merge: See CHANGES-ben-mule.
|
774
|
862
|
768
|
863 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
864
|
|
865 * XEmacs 21.5.5 "beets" is released.
|
|
866
|
762
|
867 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
868
|
|
869 * CHANGES-beta: Prune pre-21.5 information.
|
|
870
|
726
|
871 2002-01-07 Jan Vroonhof <jan@xemacs.org>
|
|
872
|
|
873 * configure.in: Make explicit "--with-widgets" mean "=yes".
|
|
874 If "--with-widgets=yes" autodetect athena.
|
|
875
|
725
|
876 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
877
|
|
878 * XEmacs 21.5.4 "bamboo" is released.
|
|
879
|
724
|
880 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
|
|
881
|
|
882 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
|
|
883
|
|
884 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu>
|
|
885
|
|
886 * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
|
|
887
|
|
888 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
|
|
889
|
|
890 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
|
|
891
|
|
892 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
893
|
|
894 * configure.in (option processing): with_widgets=m is ambiguous;
|
|
895 don't allow it.
|
|
896 (AC_CHECKING for the Athena widgets): Don't check for Athena when
|
|
897 with_widgets=no.
|
|
898
|
|
899 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
900
|
|
901 * configure.usage: Various documentation improvements.
|
|
902
|
|
903 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
|
|
904 * configure.usage:
|
|
905 * PROBLEMS (IPv6 CNAME lookup):
|
|
906 Document it.
|
|
907
|
721
|
908 2002-01-02 Adrian Aichner <adrian@xemacs.org>
|
|
909
|
|
910 * info/dir (File): Reword entry for Emodules according to
|
|
911 ../man/emodules.texi.
|
|
912
|
705
|
913 2001-12-18 Adrian Aichner <adrian@xemacs.org>
|
|
914
|
|
915 * info\.cvsignore: Correct pattern to match all info files.
|
|
916
|
701
|
917 2001-12-16 Adrian Aichner <adrian@xemacs.org>
|
|
918
|
|
919 * info\.cvsignore: Info files are generated, so let's ignore them
|
|
920 all.
|
|
921
|
699
|
922 2001-12-15 Adrian Aichner <adrian@xemacs.org>
|
|
923
|
|
924 * info\dir (File): Update version to 21.5.
|
|
925
|
668
|
926 2001-08-29 Jered Floyd <jered@MIT.EDU>
|
|
927
|
|
928 * configure.in (moduledir,sitemoduledir,archlibdir):
|
|
929 Place arch-specific files under ${libdir}, not under ${datadir}.
|
|
930
|
667
|
931 2001-09-25 Didier Verna <didier@xemacs.org>
|
|
932
|
|
933 * configure.ac: new. Autoconf 2.5x guard.
|
|
934
|
708
|
935 2001-11-21 Robert Pluim <rpluim@bigfoot.com>
|
|
936
|
|
937 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
|
|
938
|
|
939 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
940
|
|
941 * configure.in (Miscellaneous Flags): test for -z nocombreloc,
|
|
942 instead of -z combreloc, to avoid confusing Solaris.
|
|
943
|
|
944 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
945
|
|
946 * configure.usage: Makefile.in -> Makefile.in.in.
|
|
947
|
|
948 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
949
|
|
950 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke
|
|
951 <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
|
|
952
|
|
953 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
954
|
|
955 * configure.in: Fix typos in comments.
|
|
956 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
|
|
957 * (Installation): Suggest pdump instead of -z nocomboreloc.
|
|
958 * configure.usage: Document --quick-build.
|
|
959
|
|
960 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
961
|
|
962 * configure.in: Typo in reference to with_ipv6_cname.
|
|
963
|
|
964 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
965
|
|
966 * configure.in: Initialize with_ipv6_cname=no.
|
|
967 * configure.usage: Document it.
|
|
968
|
|
969 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
970
|
|
971 * configure.in: Document that autoconf 2.5x is unsupported.
|
|
972
|
664
|
973 2001-09-17 Ben Wing <ben@xemacs.org>
|
|
974
|
|
975 * configure.in (TAB):
|
|
976 * configure.in (XE_COMPUTE_RUNPATH):
|
|
977 Don't use -Wshadow when compiling with g++ or you get buried in
|
|
978 silly warnings. This patch was already applied but somehow got
|
|
979 unapplied. Stephen?
|
|
980
|
|
981 2001-06-24 Ben Wing <ben@xemacs.org>
|
|
982
|
|
983 * configure.in (TAB): Don't use -Wshadow when compiling with
|
|
984 g++ or you get buried in silly warnings.
|
|
985 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when
|
|
986 compiling --with-msw, --with-x=no, --with-tty=no.
|
|
987
|
654
|
988 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
989
|
|
990 * XEmacs 21.5.3 "asparagus" is released.
|
|
991
|
642
|
992 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net>
|
|
993
|
|
994 * configure.usage (--with-dialogs): added lucid to list of options
|
|
995 * configure.usage (--with-widgets): added lucid to list of options
|
|
996 * configure.usage (--with-dragndrop): added GTK to list of protocols
|
|
997 * configure.usage (--mail-locking): added `locking' or `mmdf' to
|
|
998 list of options syncing options documentation with those in
|
|
999 configure.in
|
|
1000
|
641
|
1001 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1002
|
|
1003 * XEmacs 21.5.2 "artichoke" is released.
|
|
1004
|
623
|
1005 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
1006
|
|
1007 * README:
|
|
1008 * README (http):
|
|
1009 * README (ftp):
|
|
1010 Rewrite.
|
|
1011
|
598
|
1012 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
1013
|
|
1014 * Makefile.in.in: `make distclean' would fail if srcdir != blddir.
|
|
1015 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is
|
|
1016 properly integrated into the build system.
|
|
1017 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB.
|
|
1018
|
594
|
1019 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
1020
|
|
1021 * configure.in (AC_INIT_PARSE_ARGS):
|
|
1022 * configure.in (USAGE_ERROR):
|
|
1023 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1024 Fix problems detecting both native and Linux sound on Cygwin
|
|
1025 when compiled with --with-msw=no.
|
|
1026
|
|
1027 Rearrange file-coding handling a bit to avoid warning when
|
|
1028 compiling with Mule.
|
|
1029
|
|
1030 2001-05-28 Martin Buchholz <martin@xemacs.org>
|
|
1031
|
|
1032 * configure.in (--xemacs-compiler): New.
|
|
1033 * configure.usage:
|
|
1034 * INSTALL:
|
|
1035 Document XEMACS_CC and corresponding compiler option --xemacs-compiler.
|
|
1036 Explain how to build xemacs using a C++ compiler.
|
|
1037
|
585
|
1038 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
1039
|
|
1040 * configure.in: Remove stray backslash.
|
|
1041
|
582
|
1042 2001-05-26 Ben Wing <ben@xemacs.org>
|
|
1043
|
|
1044 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1045 rewrite warning output so that it doesn't happen by default --
|
|
1046 you should only get warnings when something is actively wrong,
|
|
1047 not just because a feature is not present.
|
|
1048
|
567
|
1049 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
|
|
1050
|
|
1051 * configure.in: See if mkstemp is available for movemail.c
|
|
1052
|
559
|
1053 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
1054
|
|
1055 * configure.in (AC_INIT_PARSE_ARGS):
|
|
1056 * configure.in (TAB):
|
|
1057 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1058 add some support for eventually turning on file coding by
|
|
1059 default. Fix numerous places where AC_MSG_WARN had quotes
|
|
1060 around its arg, which is bad. Replace with []. Same for
|
|
1061 AC_MSG_ERROR.
|
|
1062
|
|
1063 2001-05-15 Steve Youngs <youngs@xemacs.org>
|
667
|
1064 * configure.in:
|
557
|
1065 If no native dumper (UNEXEC) is defined, simply use pdump.
|
|
1066 If no SYSTEM_TYPE is defined, choose an appopriate default.
|
|
1067
|
554
|
1068 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1069
|
|
1070 * configure.in: Reverse the order of Windows and Linux sound tests
|
|
1071 so that Cygwin will find Windows first.
|
|
1072
|
559
|
1073 2001-05-14 Martin Buchholz <martin@xemacs.org>
|
|
1074
|
|
1075 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
|
541
|
1076
|
535
|
1077 2001-05-11 Martin Buchholz <martin@xemacs.org>
|
|
1078
|
667
|
1079 * configure.in:
|
535
|
1080 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h
|
|
1081
|
532
|
1082 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
1083
|
|
1084 * Makefile.in.in (all):
|
|
1085 * Makefile.in.in (configure):
|
|
1086 * Makefile.in.in (finder):
|
|
1087 remove autoload targets.
|
|
1088
|
527
|
1089 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
1090
|
|
1091 * configure.in: Check gtk version validity only when gtk-config
|
|
1092 exists.
|
|
1093
|
522
|
1094 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
1095
|
|
1096 * XEmacs 21.5.1 "anise" is released.
|
|
1097
|
505
|
1098 2001-05-04 Martin Buchholz <martin@xemacs.org>
|
|
1099
|
667
|
1100 * configure.in (opsys):
|
505
|
1101 Use lower-case `uname -s` as the default value for opsys.
|
|
1102 The previous code effectively did the non-sensical
|
|
1103 opsys=$canonical because [] magically disappear in configure.in.
|
|
1104
|
472
|
1105 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
1106
|
|
1107 * XEmacs 21.5.0 "alfalfa" is released.
|
|
1108
|
464
|
1109 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1110
|
|
1111 * configure.in: Don't #define __STDC__ in confdefs.h
|
|
1112
|
|
1113 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1114
|
|
1115 * configure.usage: Document --with-file-coding.
|
|
1116
|
|
1117 * configure.in:
|
|
1118 * configure:
|
|
1119 Fix typo, add -Wsign-compare if GCC, run autoconf.
|
|
1120
|
|
1121 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1122
|
|
1123 * PROBLEMS (Problems with running XEmacs):
|
|
1124 Document TMPDIR lossage in gnuserv/gnuclient.
|
|
1125
|
462
|
1126 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
1127
|
|
1128 * XEmacs 21.2.46 "Urania" is released.
|
|
1129
|
|
1130 2001-03-19 Andy Piper <andy@xemacs.org>
|
|
1131
|
|
1132 * configure.in: default rel-alloc to off under cygwin
|
|
1133
|
|
1134 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1135
|
|
1136 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
|
|
1137
|
|
1138 * CHANGES-beta:
|
|
1139 * configure.in:
|
|
1140 Fix gratuitous whitespace changes from GTK merge.
|
|
1141
|
|
1142 * configure.usage: Untabify --with-{gtk,gnome}.
|
|
1143
|
|
1144 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
1145
|
|
1146 * configure.in: only pick up mingw directory.
|
|
1147
|
|
1148 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
1149
|
|
1150 * info\dir: Update to 21.4; clean up descriptions of manuals;
|
|
1151 replace misnomer "Local Packages" with more correct "Other
|
|
1152 Documentation".
|
|
1153
|
|
1154 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
1155
|
|
1156 * CHANGES-beta:
|
|
1157 * configure.in:
|
|
1158 * configure.usage:
|
|
1159 The Great GTK Merge.
|
|
1160
|
|
1161 2001-02-23 Andy Piper <andy@xemacs.org>
|
|
1162
|
|
1163 * configure.usage (--with-netinstall): add docs.
|
|
1164
|
|
1165 * configure.in: with_netinstall is a new option. Default to off.
|
|
1166
|
460
|
1167 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1168
|
|
1169 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
1170
|
|
1171 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
1172
|
|
1173 * aclocal.m4: Fix module support for AIX cc.
|
|
1174 Support possible future OSes irix7, aix5, osf[56].
|
|
1175
|
|
1176 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
1177
|
|
1178 * configure.in: No need for NON_GNU_CPP on SCO.
|
|
1179
|
|
1180 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
1181
|
|
1182 * configure.in: Prefer utime to utimes - it's more standard.
|
|
1183 Remove explicit checking for struct utimbuf.
|
|
1184 Remove explicit checking for <utime.h>.
|
|
1185 Combined into one simpler test for utime.
|
|
1186 Add explicit check for utimes, if utime not found.
|
|
1187
|
458
|
1188 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
1189
|
|
1190 * XEmacs 21.2.44 "Thalia" is released.
|
|
1191
|
|
1192 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
1193
|
|
1194 * configure.in: Remove bogus path variable definitions.
|
|
1195 Reflect the fact that specifying --datadir also affects docdir and
|
|
1196 archlibdir.
|
|
1197
|
|
1198 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
1199
|
|
1200 * configure.in: Only use -Wpointer-arith on non-glibc systems.
|
|
1201
|
|
1202 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
1203
|
|
1204 * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
|
|
1205 for the sake of gcc 2.97 fixincludes, which breaks it.
|
|
1206
|
|
1207 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
1208
|
|
1209 * configure.in: Check for util.h for NetBSD's openpty.
|
|
1210
|
|
1211 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
1212
|
|
1213 * config.sub: Upgrade to offical version 2001-01-12.
|
|
1214 * config.guess: Upgrade to offical version 2001-01-17.
|
|
1215
|
456
|
1216 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
1217
|
|
1218 * XEmacs 21.2.43 "Terspichore" is released.
|
|
1219
|
|
1220 2001-01-21 Steve Youngs <youngs@xemacs.org>
|
|
1221
|
|
1222 * README.packages: Doc fix.
|
|
1223
|
|
1224 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
1225
|
|
1226 * README.packages: Update.
|
|
1227
|
454
|
1228 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
1229
|
|
1230 * XEmacs 21.2.42 "Poseidon" is released.
|
|
1231
|
|
1232 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1233
|
|
1234 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
|
|
1235
|
|
1236 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
1237
|
|
1238 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
|
|
1239 --with-ld=/usr/ccs/bin/ld
|
|
1240
|
|
1241 2001-01-16 Robert Pluim <rpluim@bigfoot.com>
|
|
1242
|
|
1243 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
|
|
1244 Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
|
|
1245
|
|
1246 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
1247
|
|
1248 * NEWS: document the modeline horizontal scrolling feature.
|
|
1249
|
452
|
1250 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
1251
|
|
1252 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
1253
|
|
1254 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
1255
|
|
1256 * PROBLEMS: Document MIPSpro ICE problem workaround.
|
|
1257
|
|
1258 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
1259
|
|
1260 * configure.in: check for dlopen by linking program with
|
|
1261 <dlfcn.h>.
|
|
1262
|
|
1263 2001-01-08 Andy Piper <andy@xemacs.org>
|
|
1264
|
|
1265 * configure.in: add extra_includes and populate appropriately for
|
|
1266 cygwin and mingw.
|
|
1267
|
|
1268 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
1269
|
|
1270 * configure.in: allow --with-widgets=msw
|
|
1271
|
450
|
1272 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1273
|
|
1274 * XEmacs 21.2.40 is released.
|
|
1275
|
|
1276 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1277
|
|
1278 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
|
|
1279
|
|
1280 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1281
|
|
1282 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
|
|
1283 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
|
|
1284
|
|
1285 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
|
1286
|
|
1287 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
|
|
1288 of input-method-xfs.o.
|
|
1289
|
|
1290 * configure: ditto
|
|
1291
|
448
|
1292 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1293
|
|
1294 * XEmacs 21.2.39 is released.
|
|
1295
|
|
1296 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
1297
|
|
1298 * configure.in: Added check if the berkdb has db_create or not.
|
|
1299
|
|
1300 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1301
|
|
1302 * configure.in: Fix broken gcc detection for 2.7.2.
|
|
1303
|
|
1304 2000-12-11 Andy Piper <andy@xemacs.org>
|
|
1305
|
|
1306 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
|
|
1307
|
|
1308 * netinstall: new net installer for MS-Windows.
|
|
1309
|
446
|
1310 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
1311
|
|
1312 * XEmacs 21.2.38 is released.
|
|
1313
|
454
|
1314 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
446
|
1315
|
|
1316 * configure.in: Only show message about DnD API if compiling with DnD
|
|
1317
|
|
1318 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
1319
|
|
1320 * configure.in: Autodetect elf.h.
|
|
1321
|
444
|
1322 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
1323
|
|
1324 * XEmacs 21.2.37 is released.
|
|
1325
|
|
1326 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1327
|
|
1328 * README.packages: Add "uninstalled package" FAQ.
|
|
1329
|
|
1330 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
1331
|
|
1332 * configure.in: Handle alloca with Compaq C on Alpha Linux.
|
|
1333
|
|
1334 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
1335
|
|
1336 * configure.in: Oops, _getpt ==> _getpty
|
|
1337
|
|
1338 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1339
|
|
1340 * Makefile.in.in: Remove lockdir related things.
|
|
1341
|
|
1342 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1343
|
|
1344 * configure.in:
|
|
1345 Remove checking for XFree86. Use feature tests instead!
|
|
1346 Add check for XRegisterIMInstantiateCallback.
|
|
1347 Add check for XRegisterIMInstantiateCallback's prototype.
|
|
1348
|
|
1349 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
|
|
1350
|
|
1351 * configure.in: Typo - missing paren.
|
|
1352
|
|
1353 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
1354
|
454
|
1355 * configure.in:
|
444
|
1356 Use stropts.h, not sys/stropts.h.
|
|
1357 Use strtio.h, not sys/strtio.h.
|
|
1358
|
|
1359 2000-10-06 Martin Buchholz <martin@xemacs.org>
|
|
1360
|
|
1361 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
|
|
1362
|
442
|
1363 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1364
|
|
1365 * XEmacs 21.2.36 is released.
|
|
1366
|
|
1367 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
1368
|
|
1369 * configure.in: Big signal/process handling overhaul.
|
|
1370 Autoconfiscate lots of functions and headers:
|
|
1371 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
|
|
1372 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
|
|
1373
|
|
1374 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1375
|
|
1376 * *: Spelling mega-patch
|
|
1377
|
|
1378 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1379
|
|
1380 * configure.in: Remove strcasecmp.
|
|
1381
|
|
1382 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1383
|
|
1384 * configure.in: Add -Kalloca to $c_switch_system when using
|
|
1385 Unixware native compiler (if necessary).
|
|
1386
|
|
1387 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
1388
|
|
1389 * configure.in: Prevent spurious "No" in configure output when not
|
|
1390 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
|
|
1391
|
|
1392 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
1393
|
|
1394 * configure.in: Save 2 sed process invocations per Makefile.
|
|
1395
|
|
1396 2000-08-22 SL Baur <steve@turbolinux.co.jp>
|
|
1397
|
|
1398 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
|
|
1399 to link path if compiling on Alpha/Linux.
|
|
1400
|
|
1401 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
1402
|
|
1403 * Makefile.in.in (depend): cd to the correct directory.
|
|
1404
|
|
1405 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
1406
|
|
1407 * configure.in: with_widgets is incompatible with X11 R4.
|
|
1408
|
|
1409 * configure.in: Make Balloon Help conditional on finding shape.h
|
|
1410
|
|
1411 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
1412
|
|
1413 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
|
|
1414 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
|
|
1415
|
|
1416 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1417
|
|
1418 * configure.usage: Remove lockdir document.
|
|
1419
|
|
1420 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1421
|
|
1422 * configure.in:
|
|
1423 Make knowledge of machine and opsys optional.
|
|
1424 Make existence of s&m files optional.
|
|
1425 Rely on configure alone if s&m files not found.
|
|
1426
|
|
1427 * configure.in:
|
|
1428 Use only configure-time tests to detect getloadavg().
|
|
1429 Don't check for kstat.h if we have getloadavg().
|
|
1430 Check for sys/loadavg.h if we have getloadavg().
|
|
1431
|
|
1432 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1433
|
|
1434 * Makefile.in.in (configure):
|
|
1435 all-elcs target now uses update-elc-2.el not update-elc.sh
|
|
1436
|
|
1437 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1438
|
|
1439 * XEmacs 21.2.35 is released.
|
|
1440
|
|
1441 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
1442
|
|
1443 * configure.in: --with-menubars=yes should not be an error.
|
|
1444
|
|
1445 * configure.in: "compiling in support for Athena" message was
|
|
1446 sometimes lying.
|
|
1447
|
|
1448 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
1449
|
|
1450 * configure.in: Rewrite xmkmf symbol detection to avoid
|
|
1451 redefinition of symbols we've already defined.
|
|
1452 Also, handle xmkmf symbols with values other than 1.
|
|
1453
|
|
1454 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
1455
|
454
|
1456 * configure.in:
|
442
|
1457 Make sure Unix98 socklen_t is defined.
|
|
1458 Use ANSI C mode `-std1' with DEC C instead of `-std'.
|
|
1459
|
|
1460 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
1461
|
454
|
1462 * configure.in:
|
442
|
1463 Replace SMART_INCLUDE with a dumber, but more reliable method.
|
|
1464 2000-07-10 Martin Buchholz <martin@xemacs.org>
|
|
1465
|
454
|
1466 * modules/zlib/Makefile:
|
|
1467 * modules/sample/Makefile:
|
|
1468 * modules/ldap/Makefile:
|
|
1469 * modules/base64/Makefile:
|
|
1470 * Makefile.in.in:
|
442
|
1471 rm -f ==> $(RM)
|
|
1472 define SHELL=/bin/sh
|
|
1473
|
|
1474 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
1475
|
|
1476 * configure.in: PostgreSQL rewrite.
|
|
1477 - Don't look for postgreSQL in /usr/local.
|
|
1478 - Simplify detection code.
|
|
1479 - Don't use SMART_INCLUDE.
|
|
1480 - Don't autodetect if --with-postgresql=no.
|
|
1481
|
|
1482 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
1483
|
|
1484 * configure.usage: addl doc for graphics libs, with-msw.
|
|
1485
|
|
1486 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
1487
|
|
1488 * configure.in: sh builtin `test' uses `=', not `=='.
|
|
1489
|
|
1490 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
1491
|
|
1492 * configure.in: add -lcomdlg32 for cygwin.
|
454
|
1493
|
442
|
1494 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
1495
|
|
1496 * aclocal.m4 (can_build_shared):
|
|
1497 First pass at module support for cygwin and mingw.
|
454
|
1498
|
442
|
1499 * configure:
|
|
1500 * configure (xe_check_libs):
|
|
1501 * configure (acfindx):
|
|
1502 * configure (ac_x_includes):
|
|
1503 * configure (ac_x_libraries):
|
|
1504 * configure (ac_cv_lib_dnet_dnet_ntoa):
|
|
1505 * configure (xe_msg_checking):
|
|
1506 * configure (xe_runpath_dir):
|
|
1507 * configure (xetest):
|
|
1508 * configure (ac_err):
|
|
1509 * configure (ac_safe):
|
|
1510 * configure (with_xmu):
|
|
1511 * configure (bitmapdir):
|
|
1512 * configure (with_xauth):
|
|
1513 * configure (libs_xauth):
|
|
1514 * configure (with_cde):
|
|
1515 * configure (with_ldap):
|
|
1516 * configure (with_ldap_krbdes):
|
|
1517 * configure (save_c_switch_site):
|
|
1518 * configure (with_postgresql):
|
|
1519 * configure (with_xface):
|
|
1520 * configure (with_jpeg):
|
|
1521 * configure (with_png):
|
|
1522 * configure (with_tiff):
|
|
1523 * configure (athena_lib):
|
|
1524 * configure (have_motif):
|
|
1525 * configure (all_widgets):
|
|
1526 * configure (with_xim):
|
|
1527 * configure (with_xfs):
|
|
1528 * configure (with_wnn):
|
|
1529 * configure (with_canna):
|
|
1530 * configure (extra_objs):
|
|
1531 * configure (ac_cv_c_inline):
|
|
1532 * configure (have_esd_config):
|
|
1533 * configure (c_switch_site):
|
|
1534 * configure (with_ncurses):
|
|
1535 * configure (with_gpm):
|
|
1536 * configure (xealias):
|
|
1537 * configure (xehost_os):
|
|
1538 * configure (can_build_shared):
|
|
1539 * configure (xcldf):
|
|
1540 * configure (LTLD):
|
|
1541 * configure (ld_dynamic_link_flags):
|
|
1542 * configure (Mail):
|
|
1543 * configure.in:
|
|
1544 * configure.in (after_morecore_hook_exists):
|
|
1545 * configure.in (xetest):
|
|
1546 * configure.in (emacs_cv_localtime_cache):
|
|
1547 * configure.in (Mail):
|
|
1548 * configure.in:
|
|
1549 Clean up configure support for cygwin and mingw.
|
|
1550
|
|
1551 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
|
|
1552
|
|
1553 * PROBLEMS: Document broken native audio for recent patches and
|
|
1554 releases of HP-UX.
|
|
1555
|
|
1556 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
1557
|
|
1558 * Makefile.in.in (install-arch-dep):
|
|
1559 WINDOWSNT -> WIN32_NATIVE.
|
|
1560 __CYGWIN32__ -> CYGWIN.
|
|
1561
|
|
1562 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
1563
|
|
1564 * configure.in: Recognize s390.
|
|
1565
|
|
1566 * config.guess: New version from GNU config archive.
|
|
1567 * config.sub: Likewise.
|
|
1568
|
|
1569 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
1570
|
|
1571 * XEmacs 21.2.34 is released.
|
|
1572
|
|
1573 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1574
|
|
1575 * configure.in:
|
|
1576 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
|
|
1577 Remove unused variable use_minimal_tagbits.
|
|
1578
|
|
1579 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1580
|
|
1581 * configure.in: Remove lockdir.
|
|
1582
|
|
1583 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
1584
|
|
1585 * XEmacs 21.2.33 is released.
|
|
1586
|
|
1587 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
1588
|
|
1589 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
|
|
1590 the value of LD.
|
|
1591
|
|
1592 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
1593
|
|
1594 * configure.in: add support for --quick-build. Remove --no-doc-file,
|
|
1595 subsumed.
|
|
1596
|
|
1597 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
1598
|
454
|
1599 * configure.in:
|
442
|
1600 * src/config.h.in:
|
|
1601 Rewrite SMART_INCLUDE implementation to actually work.
|
|
1602 Be paranoid - Avoid use of spaces in these macro definitions.
|
454
|
1603 Leave alloca() definition at start of compilation unit,
|
442
|
1604 as AIX requests.
|
|
1605 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
|
|
1606
|
|
1607 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1608
|
|
1609 * configure.in: Enable clash-detection by default.
|
|
1610 * configure.usage: Update documentation.
|
|
1611
|
|
1612 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
1613
|
|
1614 * configure.in: fix typo.
|
|
1615
|
|
1616 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1617
|
|
1618 * configure.in : Fix printing error check warning even if
|
|
1619 it is not compiled in.
|
|
1620
|
|
1621 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1622
|
|
1623 * xemacs/configure.in: Do a normal link when compiling with
|
|
1624 --pdump. Don't try compiling an unexec object file.
|
454
|
1625
|
442
|
1626 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
1627
|
|
1628 * configure.in: reorganize the output by topic.
|
|
1629 New configure test to define the proper SMART_INCLUDE macro.
|
|
1630
|
|
1631 * configure.usage: slightly rearanged some options.
|
|
1632
|
|
1633 2000-03-25 Didier Verna <didier@xemacs.org>
|
|
1634
|
|
1635 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
|
|
1636 representing real headers and not directories. This applies to
|
|
1637 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
|
|
1638 `soundcard_h_path'.
|
|
1639
|
|
1640 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
1641
|
|
1642 * configure.in: try to find postgresql headers at different places
|
|
1643 and define POSTGRES_H_PATH as appropriate.
|
|
1644
|
|
1645 2000-03-22 Andy Piper <andy@xemacs.org>
|
|
1646
|
|
1647 * config.h.in: add ERROR_CHECK_GLYPHS.
|
|
1648
|
|
1649 * configure.in: add error_check_glyphs.
|
|
1650
|
|
1651 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
1652
|
|
1653 * XEmacs 21.2.32 is released.
|
|
1654
|
|
1655 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
1656
|
|
1657 * configure.in: Add dumper.o object when pdumping.
|
|
1658
|
|
1659 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
1660
|
|
1661 * Makefile.in.in: Add pdump install support
|
|
1662
|
|
1663 * configure.in: Add EMACS_PROGNAME config.h variable.
|
|
1664
|
|
1665 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
1666
|
|
1667 * configure.usage: document --with-postgresql flag.
|
|
1668
|
|
1669 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
1670
|
|
1671 * configure.in: add autodetection of PostgreSQL runtime libraries
|
|
1672
|
|
1673 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1674
|
|
1675 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
|
|
1676 when C compiler can produce shared libraries.
|
|
1677
|
|
1678 2000-02-26 Martin Buchholz <martin@xemacs.org>
|
|
1679
|
|
1680 * configure.in: Unconditionally define SHELL, to allow working
|
|
1681 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
|
|
1682
|
|
1683 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1684
|
|
1685 * XEmacs 21.2.31 is released.
|
|
1686
|
|
1687 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
1688
|
|
1689 * XEmacs 21.2.30 is released.
|
|
1690
|
|
1691 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
1692
|
|
1693 * configure.in: Enforce use of autoconf version >= 2.13.
|
|
1694
|
|
1695 * configure.in: Fix OS release test on Solaris.
|
|
1696
|
|
1697 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
|
|
1698
|
|
1699 * PROBLEMS: Update email address. Describe more HP Motif errors.
|
|
1700
|
|
1701 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1702
|
|
1703 * configure.in: Split Solaris version test in two parts. In the
|
|
1704 Bourne shell the "-a" operator does NOT short-circuit.
|
|
1705
|
|
1706 1999-12-15 Jan Vroonhof <jan@xemacs.org>
|
|
1707
|
|
1708 * (configure.in): Autodetect broken gcc versions. Patch from WM
|
|
1709 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
|
|
1710
|
|
1711 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
1712
|
|
1713 * configure.in: Autodetect sys/param.h. Reorganize
|
|
1714 AC_CHECK_HEADERS call.
|
|
1715 * src/config.h.in: Add HAVE_SYS_PARAM_H.
|
|
1716
|
|
1717 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1718
|
|
1719 * configure.in: Test for arm simply using arm* instead of arm-*
|
|
1720
|
|
1721 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1722
|
|
1723 * XEmacs 21.2.29 is released.
|
|
1724
|
|
1725 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1726
|
|
1727 * configure.in: Don't use rel_alloc if malloc() calls mmap().
|
|
1728 Discover this by looking for M_MMAP_THRESHOLD.
|
|
1729
|
|
1730 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
|
|
1731 bugs in (at least) Solaris 2.5 headers.
|
|
1732
|
|
1733 2000-01-29 Craig Lanning <CraigL@DyCon.com>
|
|
1734
|
|
1735 * configure.in: Fix detection of XPM on systems without X11.
|
|
1736
|
|
1737 2000-02-11 Martin Buchholz <martin@xemacs.org>
|
|
1738
|
|
1739 * configure.in:
|
|
1740 * src/config.h.in:
|
|
1741 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
|
|
1742 but only on tested Operating systems - Linux && SunOS >= 5.5.
|
|
1743
|
|
1744 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
1745
|
|
1746 * aclocal.m4: Support dlls on aix[34].
|
|
1747
|
|
1748 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
1749
|
|
1750 * .cvsignore: Ignore gmon.out
|
|
1751
|
|
1752 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
1753
|
|
1754 * configure.in: Sync Berkeley db autodetection with src/database.c
|
|
1755
|
|
1756 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
1757
|
|
1758 * configure.in: check for XConvertCase.
|
|
1759
|
440
|
1760 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
1761
|
|
1762 * XEmacs 21.2.28 is released.
|
|
1763
|
|
1764 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
442
|
1765
|
440
|
1766 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
|
|
1767
|
|
1768 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
1769
|
|
1770 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
|
|
1771
|
|
1772 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
1773
|
|
1774 * configure.in: Always use our own realpath(), not the system one.
|
|
1775
|
|
1776 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
1777
|
|
1778 * configure.in: Default Drag-N-Drop to "no"
|
|
1779
|
|
1780 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
1781
|
|
1782 * configure.in: add new machine type for IRIX 6.[2-5] to
|
|
1783 switch from using unexelf.o to unexelfsgi.o for just those
|
|
1784 versions of IRIX.
|
|
1785 In the ideal world it would be handled by the s/irix6-0.h but
|
|
1786 since machine config is included AFTER OS config, I had to add a
|
|
1787 new machine type.
|
|
1788
|
|
1789 2000-01-22 Andy Piper <andy@xemacs.org>
|
|
1790
|
|
1791 * configure.in: add winspool to windows libraries.
|
|
1792
|
|
1793 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
1794
|
|
1795 * configure.in: Add more warnings to default gcc flags.
|
|
1796
|
|
1797 2000-01-20 Daniel Pittman <daniel@danann.net>
|
|
1798
|
|
1799 * configure.in: Find Athena headers hidden in even more obscure
|
|
1800 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
|
|
1801
|
|
1802 2000-01-19 Martin Buchholz <martin@xemacs.org>
|
|
1803
|
|
1804 * configure.in: Add support for NetWinders.
|
|
1805 Patch by Sean MacLennan <seanm@netwinder.org>
|
|
1806
|
|
1807 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1808
|
|
1809 * configure.in: Use /etc/ld.so.conf at link-time, if available.
|
|
1810
|
438
|
1811 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1812
|
|
1813 * XEmacs 21.2.27 is released.
|
|
1814
|
|
1815 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
1816
|
|
1817 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
|
|
1818
|
|
1819 * configure.in: Add `tests' symlink to make it easier to find
|
|
1820 automated tests directory.
|
|
1821
|
|
1822 2000-01-14 Andy Piper <andy@xemacs.org>
|
|
1823
|
|
1824 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
|
|
1825 before the cygwin headers.
|
|
1826
|
|
1827 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1828
|
442
|
1829 * configure.in:
|
438
|
1830 - Allow find-tag to work in the build directory.
|
|
1831 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
|
|
1832 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
|
|
1833
|
|
1834 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
|
|
1835
|
|
1836 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
|
|
1837 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
|
|
1838
|
|
1839 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1840
|
|
1841 * configure.usage (--mail-locking):
|
|
1842 * configure.in: Handle --mail-locking option correctly in
|
|
1843 preparation for the movemail locking overhaul.
|
|
1844
|
|
1845 2000-01-05 Daniel Pittman <daniel@danann.net>
|
|
1846
|
|
1847 * configure.in (Installation): Report which Athena header/library
|
|
1848 combo is being used.
|
|
1849
|
436
|
1850 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1851
|
|
1852 * XEmacs 21.2.26 is released.
|
|
1853
|
434
|
1854 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
1855
|
|
1856 * XEmacs 21.2.25 is released.
|
|
1857
|
|
1858 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1859
|
|
1860 * README: Remove msdos part.
|
|
1861
|
|
1862 1999-12-17 Martin Buchholz <martin@xemacs.org>
|
|
1863
|
|
1864 * configure.in: Oops. xpm doesn't actually depend on X11.
|
|
1865 I got confused by the name (like others get confused by `xemacs'?)
|
|
1866
|
432
|
1867 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
1868
|
|
1869 * XEmacs 21.2.24 is released.
|
|
1870
|
|
1871 1999-12-13 Martin Buchholz <martin@xemacs.org>
|
|
1872
|
442
|
1873 * configure.in:
|
432
|
1874 * configure.usage:
|
|
1875 - Autodetect NAS. Change Docs accordingly.
|
|
1876
|
|
1877 * configure.in: Warn if configure --with-xpm --without-x11.
|
|
1878
|
|
1879 1999-12-09 Martin Buchholz <martin@xemacs.org>
|
|
1880
|
|
1881 * configure.in: Clean up sound support.
|
|
1882 - variable `old_nas' was used but never set.
|
|
1883 - change `with_esd' to `with_esd_sound' for consistency.
|
|
1884 - Don't trust the output of `esd-config --libs`; test it.
|
|
1885 - Add `esd-config --cflags` to c_switch_site.
|
|
1886 - Die if ESD sound requested, but not available.
|
|
1887 - ESD is not dependent on X, therefore use LIBS, not libs_x.
|
|
1888
|
|
1889 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
1890
|
|
1891 * configure.in (--with-sound): Variable with_esd was mispelled.
|
|
1892
|
430
|
1893 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
1894
|
|
1895 * XEmacs 21.2.23 is released.
|
|
1896
|
|
1897 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
1898
|
|
1899 * configure.in: Fix module support.
|
|
1900 --with-modules=yes was completely broken.
|
|
1901 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
|
|
1902 Remove linking test for _dlopen - seems totally bogus.
|
|
1903 Die if --with-modules=yes but no module support found.
|
|
1904 Do nothing, not even msg, if --with-modules=no.
|
|
1905
|
|
1906 1999-11-17 Isaac Hollander <ysh@mindspring.com>
|
|
1907
|
|
1908 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
|
|
1909 symlinks instead of the actual files
|
|
1910
|
|
1911 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
1912
|
|
1913 * aclocal.m4: Shared library support for hpux >= version 11
|
|
1914
|
|
1915 1999-11-29 Martin Buchholz <martin@xemacs.org>
|
|
1916
|
|
1917 * Makefile.in.in (beta): `make beta' should rebuild info.
|
|
1918
|
428
|
1919 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1920
|
|
1921 * XEmacs 21.2.22 is released
|
|
1922
|
426
|
1923 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
1924
|
|
1925 * XEmacs 21.2.21 is released.
|
|
1926
|
|
1927 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
1928
|
442
|
1929 * configure.in:
|
426
|
1930 Add configure support for Unix 98 type ssize_t.
|
|
1931
|
|
1932 1999-11-27 Martin Buchholz <martin@xemacs.org>
|
|
1933
|
|
1934 * Makefile.in.in:
|
|
1935 Make sure config.values.sh is up to date.
|
|
1936 Use $(SHELL) instead of sh or /bin/sh consistently.
|
|
1937 Delegate `depend' target to src/Makefile.in.in.
|
|
1938
|
|
1939 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1940
|
|
1941 * INSTALL: Update configure option.
|
|
1942
|
|
1943 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
442
|
1944
|
426
|
1945 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
|
|
1946 (LIBS): Check for libCsup.
|
|
1947
|
|
1948 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1949
|
|
1950 * config.h.in: define HAVE_ESD_SOUND
|
|
1951
|
|
1952 * configure.in: Add support for esd sound. --with-sound
|
|
1953 now accepts a list of options.
|
|
1954 * configure.usage (--native-sound-lib): ditto.
|
|
1955
|
|
1956 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
1957
|
442
|
1958 * Makefile.in.in (install-arch-dep):
|
426
|
1959 Fix `make install' if prefix != exec_prefix.
|
|
1960
|
|
1961 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
1962
|
|
1963 * configure.in:
|
|
1964 - Accept --with-database=gdbm as an alias for
|
|
1965 --with-database=gnudbm.
|
|
1966 - rename with_database_gnudbm to with_database_gdbm.
|
|
1967
|
|
1968 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
|
|
1969 ld_dynamic_link_flags on Solaris. Else CC gives us:
|
|
1970 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
|
|
1971 /usr/ccs/bin/ld: illegal option -- W
|
|
1972
|
|
1973
|
424
|
1974 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1975
|
|
1976 * XEmacs 21.2.20 is released
|
|
1977
|
|
1978 1999-09-21 Martin Buchholz <martin@xemacs.org>
|
|
1979 * configure.in: Autodetect Unix98 PTY
|
|
1980
|
|
1981 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
|
|
1982
|
|
1983 * README.packages: Add description of package-get-provider
|
|
1984
|
|
1985 1999-10-22 Vin Shelton <acs@xemacs.org>
|
|
1986
|
|
1987 * INSTALL: Added more information about README.packages, and
|
|
1988 re-numbered some bullets.
|
|
1989
|
|
1990 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1991
|
|
1992 * INSTALL: Update disk requirements. Refer to README.packages
|
|
1993
|
|
1994 1999-10-21 Andy Piper <andy@xemacs.org>
|
|
1995
|
|
1996 * configure.in (all_widgets): Only use xaw3d if we really have it.
|
|
1997
|
|
1998 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
1999
|
|
2000 * Makefile.in.in: use WINDOWSNT for mingw install.
|
|
2001
|
|
2002 1999-09-25 Andy Piper <andy@xemacs.org>
|
|
2003
|
|
2004 * configure.in: check for Xaw3d and use in preference to Xaw
|
|
2005
|
|
2006 1999-09-21 Martin Buchholz <martin@xemacs.org>
|
|
2007
|
|
2008 * Makefile.in.in: All Makefiles should #include config.h
|
|
2009
|
|
2010 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2011
|
|
2012 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
|
442
|
2013 $canonical, so that installation paths and dynamic path setup will
|
424
|
2014 stay in synch.
|
|
2015
|
|
2016 1999-09-20 Andy Piper <andy@xemacs.org>
|
|
2017
|
|
2018 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
|
|
2019 installation linkage.
|
|
2020
|
|
2021 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
2022
|
|
2023 * configure.in (machine): Recognize MIPS/Linux.
|
|
2024
|
|
2025 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2026
|
442
|
2027 * modules/zlib/Makefile (distclean):
|
|
2028 * modules/ldap/Makefile (distclean):
|
|
2029 * modules/sample/Makefile (distclean):
|
424
|
2030 * modules/base64/Makefile (distclean): new target
|
|
2031
|
|
2032 * Makefile.in.in (top_distclean): Add package directories
|
|
2033 (SUBDIR_DISTCLEAN): New variable, add module directories
|
|
2034
|
|
2035 1999-09-01 Martin Buchholz <martin@xemacs.org>
|
|
2036
|
|
2037 * configure.in: Warn, but otherwise ignore, obsolete arguments.
|
|
2038
|
|
2039 1999-08-20 Olivier Galibert <galibert@pobox.com>
|
442
|
2040
|
424
|
2041 * configure.in: Add --pdump option.
|
|
2042 * configure.usage: Ditto.
|
442
|
2043
|
424
|
2044 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
2045
|
|
2046 * configure.in: report widget usage correctly. beef up setting.
|
|
2047
|
|
2048 * Makefile.in.in: fix install-arch-dep for mingw32.
|
|
2049
|
|
2050 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
2051
|
|
2052 * config.h.in: add new LWLIB defines.
|
|
2053
|
|
2054 * configure.in: fix definitions of widget defines with various
|
|
2055 toolkit options.
|
|
2056
|
422
|
2057 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2058
|
|
2059 * XEmacs 21.2.19 is released
|
|
2060
|
|
2061 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2062
|
|
2063 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
|
|
2064
|
|
2065 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
2066
|
|
2067 * configure.in: Check for Kerberos and the need for the DES
|
|
2068 library before checking for LDAP in case LDAP requires these
|
|
2069 libraries.
|
|
2070
|
|
2071 1999-07-26 SL Baur <steve@miho>
|
|
2072
|
|
2073 * configure.in: Rename --with-shlib to --with-modules for
|
|
2074 consistency with the other two options that use that name.
|
|
2075
|
|
2076 * configure.usage (--with-modules): Document it.
|
|
2077
|
|
2078 1999-07-22 SL Baur <steve@beopen.com>
|
|
2079
|
|
2080 * configure.in: add sco7 support
|
|
2081 From Bob Weiner <weiner@beopen.com>
|
|
2082
|
|
2083 1999-07-22 SL Baur <steve@miho>
|
|
2084
|
|
2085 * Makefile.in.in (install-arch-dep): Install config.values into
|
|
2086 docdir.
|
|
2087 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
2088
|
|
2089 1999-07-21 SL Baur <steve@miho>
|
|
2090
|
|
2091 * Makefile.in.in (inststaticdir): New variable.
|
|
2092 (instvardir): Ditto.
|
|
2093 (install-arch-dep): Use them.
|
|
2094
|
|
2095 * configure.in (sitelispdir): Need to use ${PROGNAME}.
|
|
2096 (sitemoduledir): Ditto.
|
|
2097 (inststaticdir): New variable.
|
|
2098 (instvardir): Ditto.
|
|
2099 (infodir): Use them.
|
|
2100 (lispdir): Ditto.
|
|
2101 (moduledir): Ditto.
|
|
2102 (pkgdir): Ditto.
|
|
2103 (etcdir): Ditto.
|
|
2104 (lockdir): Ditto.
|
|
2105 (archlibdir): Ditto.
|
|
2106
|
|
2107 1999-07-14 SL Baur <steve@beopen.com>
|
|
2108
|
|
2109 * InfoDock 4.0.8 is released
|
|
2110
|
420
|
2111 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2112
|
|
2113 * XEmacs 21.2.18 is released
|
|
2114
|
|
2115 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
2116
|
|
2117 * config.guess (main): Synch with newer config.guess for HP
|
|
2118 support.
|
|
2119 From Marcus Thiessel <marcus@xemacs.org>
|
|
2120
|
|
2121 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2122
|
|
2123 * configure.in (with_prefix): Added --with-prefix, defaults to
|
442
|
2124 yes, to control whether the value of --prefix is compiled into the
|
420
|
2125 binary.
|
|
2126
|
|
2127 1999-07-03 Andy Piper <andy@xemacs.org>
|
|
2128
|
|
2129 * configure.usage (--with-widgets): add.
|
|
2130
|
|
2131 1999-07-02 Andy Piper <andy@xemacs.org>
|
|
2132
|
|
2133 * configure.in: Make sure we get motif in lwlib if we have widgets
|
|
2134 and motif.
|
|
2135
|
|
2136 1999-06-25 SL Baur <steve@miho.m17n.org>
|
|
2137
|
|
2138 * configure.in (version): Fix --with-infodock test.
|
|
2139
|
|
2140 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2141
|
|
2142 * configure.in: --prefix and --exec-prefix are now only compiled
|
|
2143 into the binary if user-defined.
|
|
2144
|
|
2145 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2146
|
|
2147 * configure.in: Made docdir configurable.
|
|
2148
|
|
2149 * Makefile.in (docdir): Added variable for custom DOC directory.
|
|
2150
|
418
|
2151 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2152
|
|
2153 * XEmacs 21.2.17 is released
|
|
2154
|
|
2155 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
|
|
2156
|
|
2157 * configure.in (with_ldap): Check libldap independently of liblber
|
|
2158 Do not test alternate library names such as libldap10
|
|
2159 Test the presence of a variety of LDAP API functions which were
|
|
2160 formerly assumed to be present according to dubious heuristics
|
|
2161
|
416
|
2162 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2163
|
|
2164 * XEmacs 21.2.16 is released
|
|
2165
|
|
2166 1999-06-04 SL Baur <steve@steve1.m17n.org>
|
|
2167
|
|
2168 * configure.in (CPP): Correct test for locating $site_prefix
|
|
2169 include directories.
|
|
2170
|
414
|
2171 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2172
|
|
2173 * XEmacs 21.2.15 is released
|
|
2174
|
|
2175 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2176
|
|
2177 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
|
|
2178 From: Eric Veldhuyzen <eric@terra.nu>
|
|
2179
|
|
2180 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
2181
|
|
2182 * configure.in: For non-beta's use x.y.z format for version strings.
|
|
2183
|
|
2184 1999-06-03 SL Baur <steve@xemacs.org>
|
|
2185
|
|
2186 * version.sh: add emacs_is_beta initialization
|
|
2187
|
|
2188 * configure.in: Implement patch levels in version number
|
|
2189 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2190
|
|
2191 * configure.in:
|
|
2192 * configure.usage:
|
|
2193 * config.h.in: Rename session option to wmcommand.
|
|
2194 From Oliver Graf <ograf@rhein-zeitung.de>
|
|
2195
|
|
2196 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
2197
|
|
2198 * info/dir: Add `emodules.info' entry to the top info dir.
|
|
2199
|
|
2200 1999-05-31 SL Baur <steve@steve1.m17n.org>
|
|
2201
|
|
2202 * configure.in (CPP): Don't check for include subdirectories in
|
442
|
2203 site-prefix directories. This check loses in valid configurations
|
414
|
2204 like /usr/jp in TurboLinux. Conditionally add include directory to
|
|
2205 site switches.
|
|
2206
|
|
2207 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2208
|
|
2209 * configure.in (quoted_arguments): Support
|
|
2210 --error-checking=byte-code.
|
|
2211
|
398
|
2212 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2213
|
|
2214 * XEmacs 21.2.14 is released
|
|
2215
|
|
2216 1999-05-11 SL Baur <steve@altair.xemacs.org>
|
|
2217
|
|
2218 * version.sh (infodock_build_version): Synch InfoDock version.
|
|
2219
|
|
2220 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
2221
|
442
|
2222 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
|
398
|
2223 for Solaris.
|
|
2224
|
|
2225 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
2226
|
|
2227 * configure.in (xemacs_betaname): Don't generate Installation.el.
|
|
2228
|
|
2229 * Makefile.in.in (top_distclean): Don't remove Installation.el.
|
|
2230
|
|
2231 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
2232
|
|
2233 * configure.in: add mingw32 as a target platform. add nt process
|
|
2234 support options.
|
|
2235
|
|
2236 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2237
|
|
2238 * configure.in: Delete mule-coding.o.
|
|
2239
|
|
2240 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2241
|
|
2242 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
|
|
2243 calling XmStringGetLtoR
|
|
2244 (string_draw_u): ditto and check return value of XmStringGetLtoR()
|
|
2245
|
|
2246 1999-04-05 Olivier Galibert <galibert@pobox.com>
|
|
2247
|
|
2248 * Makefile.in.in (GENERATED_HEADERS): Don't generate
|
|
2249 puresize-adjust.h anymore
|
|
2250
|
|
2251 * configure.usage: Remove everything gung-ho or purespace related
|
|
2252
|
|
2253 * configure.in: Ditto
|
|
2254
|
|
2255 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2256
|
|
2257 * configure.in: Check for getloadavg().
|
|
2258
|
396
|
2259 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2260
|
|
2261 * XEmacs 21.2.13 is released
|
|
2262
|
|
2263 1999-03-09 SL Baur <steve@xemacs.org>
|
|
2264
|
|
2265 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
|
|
2266
|
394
|
2267 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2268
|
|
2269 * XEmacs 21.2.12 is released
|
|
2270
|
|
2271 1999-03-04 Martin Buchholz <martin@xemacs.org>
|
|
2272
|
|
2273 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
|
|
2274
|
|
2275 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
2276
|
|
2277 * configure.in:
|
|
2278 `uname -v` -> "`uname -v`":
|
|
2279 backquoted expressions need additional double
|
|
2280 quotes to be a single token.
|
|
2281 Use separate if's to avoid extra process invocations.
|
|
2282
|
|
2283 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2284
|
442
|
2285 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
|
394
|
2286
|
392
|
2287 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2288
|
|
2289 * XEmacs 21.2.11 is released
|
|
2290
|
|
2291 1999-02-16 Andy Piper <andy@xemacs.org>
|
|
2292
|
|
2293 * PROBLEMS: add entries for building under Cygwin.
|
|
2294
|
|
2295 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2296
|
|
2297 * README.packages: Clear up that mule-sumo packages is used _in
|
|
2298 addition_ to the normal sumo.
|
|
2299
|
|
2300 1999-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2301
|
|
2302 * configure.usage: Move quantify/purify into debug flags section
|
|
2303
|
|
2304 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2305
|
442
|
2306 * configure.in:
|
392
|
2307 - Fixup xfs comments and redundant option checking
|
|
2308
|
442
|
2309 * configure.in:
|
|
2310 * INSTALL:
|
392
|
2311 * lisp/paths.el:
|
|
2312 - improved automounter tmp directory support.
|
|
2313 - support 4 (!) empirically discovered automounter conventions
|
|
2314
|
|
2315 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2316
|
442
|
2317 * lwlib/lwlib.h:
|
|
2318 - redo CONST hacking to deal with X11 R4, which was
|
392
|
2319 broken in a previous patch.
|
|
2320
|
|
2321 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2322
|
442
|
2323 * configure.in:
|
392
|
2324 - irix uses -rpath
|
|
2325
|
|
2326 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2327
|
442
|
2328 * configure.in:
|
392
|
2329 - Check for XOpenIM before using xim=xlib
|
|
2330 - only use XmIm if $have_motif = yes
|
|
2331
|
|
2332 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2333
|
|
2334 * configure.in. Port to BSDI BSD/OS 4.0.
|
|
2335
|
|
2336 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2337
|
|
2338 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
|
|
2339
|
390
|
2340 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2341
|
|
2342 * XEmacs 21.2.10 is released
|
|
2343
|
388
|
2344 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2345
|
|
2346 * XEmacs 21.2.9 is released
|
|
2347
|
|
2348 1999-01-21 Andy Piper <andy@xemacs.org>
|
|
2349
|
|
2350 * configure.in: make xface detection specifc to a window system in
|
|
2351 general rather than just X.
|
|
2352
|
|
2353 1999-18-10 Andy Piper <andy@xemacs.org>
|
|
2354
|
|
2355 * configure.in: remove -O3 prevention on cygwin - current versions
|
|
2356 cope ok now. remove dll prevention on cygwin - the new module
|
|
2357 code checks correctly.
|
442
|
2358
|
388
|
2359 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
2360
|
442
|
2361 * configure.in: Added moduledir as the path where loadable modules
|
388
|
2362 are stored. Added --with-site-modules and --moduledir options.
|
|
2363 - Ensure the SCO OpenServer compiles with --dynamic by default
|
|
2364 - Check for dlfcn.h for dynamic loader
|
|
2365 - Renamed dll.o to emodules.o and changed dynamic loader tests
|
|
2366 - Renabled code that deals with site-lisp so that it is handled
|
|
2367 correctly when a user specifies --with-site-lisp.
|
|
2368
|
|
2369 * aclocal.m4: Replaced entire file with more complete DLL tests
|
|
2370 by way of libtool.
|
|
2371
|
|
2372 * config.usage: Removed TAB characters which caused it to be
|
|
2373 displayed incorrectly on terminals where TAB != 8.
|
|
2374 - Added help text to describe --with-site-modules and --moduledir.
|
|
2375
|
|
2376 * INSTALL: Updated documentation to describe module directories
|
|
2377
|
|
2378 * Makefile.in.in: Added moduledir, sitemoduledir macros.
|
|
2379 - Make those directories at install time.
|
|
2380
|
386
|
2381 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
2382
|
|
2383 * XEmacs 21.2.8 is released.
|
|
2384
|
|
2385 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
2386
|
|
2387 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
|
|
2388
|
384
|
2389 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
2390
|
|
2391 * XEmacs 21.2.7 is released.
|
|
2392
|
|
2393 1998-12-20 Martin Buchholz <martin@xemacs.org>
|
|
2394
|
|
2395 * configure.in: Redo DBM support
|
|
2396 - die if dbm support requested, but not provided.
|
|
2397 - properly check for libgdbm, then libc, then libdbm
|
|
2398 - properly check for ndbm.h
|
|
2399 - comments improved
|
|
2400 - XE_DIE should always prefix messages with Error: for clarity
|
|
2401
|
|
2402 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
2403
|
|
2404 * xemacs.mak (TEMACS_OBJS):
|
|
2405 (DOC_SRC4):
|
|
2406 - Remove pure.c, pure.obj
|
|
2407
|
|
2408 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
2409
|
|
2410 * Makefile.in.in (distclean):
|
|
2411 * dynodump/Makefile.in.in (distclean):
|
|
2412 * src/Makefile.in.in (distclean):
|
|
2413 * lib-src/Makefile.in.in (distclean):
|
|
2414 * lwlib/Makefile.in.in (distclean):
|
|
2415 - Make sure GNUmakefile is deleted.
|
|
2416
|
|
2417 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
2418
|
|
2419 * configure.in (all_widgets): remove gui.o addition - its always
|
|
2420 in the makefile now.
|
|
2421
|
|
2422 * configure.in: add gui-msw.o to msw objects.
|
|
2423
|
382
|
2424 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
2425
|
|
2426 * XEmacs 21.2.6 is released
|
|
2427
|
380
|
2428 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2429
|
|
2430 * XEmacs 21.2.5 is released
|
|
2431
|
377
|
2432 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
2433
|
|
2434 * XEmacs 21.2-beta4 is released.
|
|
2435
|
|
2436 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
2437
|
|
2438 * configure.in: Linux/Arm Support.
|
|
2439 From James LewisMoss <dres@ioa.com>
|
|
2440
|
|
2441 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
2442
|
|
2443 * configure.in:
|
|
2444 Fix the realpath() problem of UnixWare2.1.3.
|
|
2445 Patches for NEC's sysv4.2 machine.
|
|
2446
|
|
2447 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2448
|
|
2449 * configure.in: Check if there's wnn4.2 or wnn6 specific library
|
|
2450 installed. The Wnn library will be checked if the --with-wnn
|
|
2451 and/or --with-wnn6 was specified compulsory.
|
|
2452
|
|
2453 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2454
|
|
2455 * configure.in (CPP): Too many spaces im run-patch flag detection.
|
|
2456
|
375
|
2457 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
2458
|
|
2459 * XEmacs 21.2-beta3 is released.
|
|
2460
|
|
2461 1998-10-13 Andy Piper <andyp@parallax.co.uk>
|
|
2462
|
|
2463 * configure.in: enable drag and drop support by default if mswindows is
|
|
2464 detected.
|
|
2465
|
|
2466 1998-10-09 Kevin Oberman <oberman@es.net>
|
|
2467
|
|
2468 * config.sub: Fix for Alpha architecture
|
|
2469
|
|
2470 1998-10-05 Andy Piper <andyp@parallax.co.uk>
|
|
2471
|
|
2472 * configure.in: don't enable shared lib support for cygwin unless
|
|
2473 explititly told to.
|
|
2474
|
373
|
2475 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
2476
|
|
2477 * XEmacs 21.2-beta2 is released.
|
|
2478
|
|
2479 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
2480
|
|
2481 * lwlib/xlwmenu.c:
|
|
2482 * lwlib/xlwscrollbar: fix for Motif >=2.0
|
|
2483 Patch provided by Glenn Barry <gtb@eng.sun.com>
|
|
2484
|
|
2485 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
|
|
2486
|
|
2487 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
2488
|
|
2489 * configure.in: check for cygwin32/version.h.
|
|
2490
|
|
2491 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2492
|
|
2493 * PROBLEMS: Added AIX 4.3 note.
|
|
2494
|
|
2495 * configure.in: Better detection of AIX 4.3.
|
|
2496 AIX xlc can do -g and -Ox at the same time.
|
|
2497
|
|
2498 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
2499
|
|
2500 * configure.in: Alter configure so that it checks for mismatched PNG
|
|
2501 header/libs, screams a little louder on old/mismatched library
|
|
2502 conditions for both PNG and XPM, stop screaming if png is not found and
|
|
2503 no window-system is selected, and fixed a bug in the XPM checking.
|
|
2504
|
|
2505 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
2506
|
|
2507 * configure.usage (--without-gif): Modify text to reflect status
|
|
2508 of GIF support
|
|
2509
|
|
2510 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
2511
|
|
2512 * configure.in: add back in the support for the in-core GIF
|
|
2513 code, change the required PNG library version to 1.0.2, and add
|
|
2514 a warning if PNG not found, since PNG images are now distributed
|
|
2515 as part of the core. Also minor wording changes in things reported
|
|
2516 to the user.
|
|
2517
|
|
2518 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
|
|
2519
|
|
2520 * BETA: Update mailing-list address for build-reports
|
|
2521
|
|
2522 1998-08-01 SL Baur <steve@altair.xemacs.org>
|
|
2523
|
|
2524 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
|
|
2525 can built that includes package lisp.
|
|
2526
|
|
2527 1998-07-23 Martin Buchholz <martin@xemacs.org>
|
|
2528
|
|
2529 * configure.in:
|
|
2530 - support multiple flavors of alpha, (XEmacs treats them identically)
|
|
2531 - Fix AC_TRY_RUN so that actions have access to $?
|
|
2532 - Identify DEC C compilers. Add default optimization CFLAGS and
|
|
2533 always use -std.
|
|
2534 - Use an extensible method for adding support for future compilers.
|
|
2535 - Have SunPro C use that same extensible method.
|
|
2536 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
|
|
2537
|
304
|
2538 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
2539
|
371
|
2540 * XEmacs 21.2-beta1 is released.
|
304
|
2541
|
|
2542 1998-07-18 SL Baur <steve@altair.xemacs.org>
|
|
2543
|
|
2544 * config.guess: Synched with latest FSF version.
|
|
2545
|
454
|
2546 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
304
|
2547
|
384
|
2548 * Makefile.in: added LDFLAGS.
|
304
|
2549
|
300
|
2550 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
2551
|
371
|
2552 * README: Bump version numbers.
|
|
2553 * info/dir: Ditto.
|
|
2554 * version.sh: Ditto.
|
|
2555
|
793
|
2556 * XEmacs 21.0-pre5 is released.
|
300
|
2557
|
|
2558 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
2559
|
|
2560 * configure.in (with_offix): Default --with-offix to off.
|
|
2561
|
298
|
2562 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
2563
|
300
|
2564 * configure.in: Handle multiple database libraries.
|
|
2565 From Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
2566
|
298
|
2567 * XEmacs 21.0-pre4 is released.
|
|
2568
|
|
2569 * configure.in: Fix test for InfoDock sources.
|
|
2570
|
|
2571 1998-07-09 Oliver Graf <ograf@fga.de>
|
|
2572
|
|
2573 * configure.usage: added warning to --with-offix
|
|
2574
|
|
2575 1998-06-28 SL Baur <steve@altair.xemacs.org>
|
|
2576
|
|
2577 * configure.in: Berkeley DB autodetection fixes
|
|
2578 From Martin Buchholz <martin@xemacs.org>
|
|
2579
|
296
|
2580 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
2581
|
|
2582 * XEmacs 21.0-pre3 is released.
|
|
2583
|
|
2584 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2585
|
|
2586 * configure.in: Added check if the berkdb has db_open or not.
|
|
2587 (With fixes from Martin Buchholz)
|
|
2588
|
294
|
2589 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
2590
|
|
2591 * XEmacs 21.0-pre2 is released.
|
|
2592
|
|
2593 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2594
|
|
2595 * configure.in: Added -lC for static linking under AIX 4.2.
|
|
2596
|
292
|
2597 1998-06-14 SL Baur <steve@altair.xemacs.org>
|
|
2598
|
|
2599 * XEmacs 21.0-pre1 is released.
|
|
2600
|
290
|
2601 1998-06-11 SL Baur <steve@altair.xemacs.org>
|
|
2602
|
292
|
2603 * XEmacs 21.0-beta43 is released.
|
290
|
2604
|
|
2605 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
2606
|
|
2607 * tests/Dnd/README: a step-by-step test run
|
|
2608 * tests/Dnd/droptest.el: some clarifications
|
|
2609 * tests/Dnd/droptest.sh: created, creates test files
|
|
2610
|
|
2611 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
2612
|
|
2613 * configure.in (summary): added experimental to dragndrop option
|
|
2614 * configure.usage: added experimental note to --with-dragndrop
|
|
2615 * tests/Dnd/droptest.el: extra start-drag-region function
|
|
2616 changed the experimental- stuff
|
|
2617
|
|
2618 1998-06-07 SL Baur <steve@altair.xemacs.org>
|
|
2619
|
|
2620 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
|
|
2621
|
|
2622 1998-06-05 Colin Rafferty <colin@xemacs.org>
|
|
2623
|
|
2624 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
|
|
2625
|
288
|
2626 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
2627
|
|
2628 * XEmacs 21.0-beta42 is released.
|
|
2629
|
|
2630 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
2631
|
|
2632 * configure.in: don't use -O3 for cygwin.
|
|
2633
|
|
2634 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2635
|
|
2636 * configure.in: Switch from giflib to gifreader for
|
|
2637 our GIF image support (no other mods needed)
|
|
2638
|
290
|
2639 1998-05-28 Oliver Graf <ograf@fga.de>
|
288
|
2640
|
|
2641 * configure.in: only one DnD protocol, CDE has priority over OffiX
|
|
2642
|
|
2643 * tests/Dnd/README: some changes reflecting recent modifications
|
|
2644 * tests/Dnd/dragtest.el: removed
|
|
2645 * tests/Dnd/droptest.el: cosmetics and comments
|
|
2646
|
290
|
2647 1998-05-26 Oliver Graf <ograf@fga.de>
|
288
|
2648
|
|
2649 * tests/Dnd/droptest.el: adapted to CDE extensions
|
|
2650
|
290
|
2651 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
2652
|
|
2653 * configure.in:
|
|
2654 * config.sub: add initial OpenBSD support
|
|
2655
|
288
|
2656 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
2657
|
|
2658 * configure.in: check for msw dialogs.
|
|
2659
|
286
|
2660 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
2661
|
|
2662 * XEmacs 21.0-beta41 is released.
|
|
2663
|
|
2664 1998-05-17 SL Baur <steve@altair.xemacs.org>
|
|
2665
|
|
2666 * configure.in (CPP): Change -O2 to -O3.
|
|
2667 Suggested by Martin Buchholz <martin@xemacs.org>
|
|
2668
|
284
|
2669 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
2670
|
|
2671 * XEmacs 21.0-beta40 is released.
|
|
2672
|
|
2673 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
2674
|
|
2675 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
|
|
2676 on the `unset CDPATH' if running as sh.
|
|
2677
|
|
2678 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
2679
|
|
2680 * tests/Dnd/droptest.el: some CDE adaptions (untested)
|
|
2681
|
|
2682 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
2683
|
|
2684 * configure.in:
|
|
2685 Add some more comments.
|
|
2686 If using bash, use Posix mode and unset CDPATH.
|
|
2687 Be more careful checking feature dependencies.
|
|
2688 Introduce XE_CHECK_FEATURE_DEPENDENCY.
|
|
2689 Undo the gross hack of multiple `echo >> $tempcname'
|
|
2690 by using here documents instead. (Might break mswindows, tho...)
|
|
2691 Be more careful autodetecting tooltalk.
|
|
2692
|
|
2693 * PROBLEMS:
|
|
2694 Document problems with Solaris 2.6 + XSUNTRANSPORT
|
|
2695
|
384
|
2696 * Makefile.in:
|
284
|
2697 * lwlib/Makefile.in.in:
|
|
2698 * modules/Makefile.in:
|
|
2699 - Adjust for luser's CDPATH being set to something weird.
|
|
2700 - Take into account bash 2.02's tendency to print the cwd when
|
|
2701 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
2702 - fix the run-temacs target to use $(DUMPENV)
|
|
2703 - fix the run-puremacs target to use $(DUMPENV)
|
|
2704 - fix the `depend' target to properly $(RM) the right files
|
|
2705 - Generate a better TAGS file for XEmacs' lisp code using
|
|
2706 hand-crafted regexps.
|
|
2707 - Use standard coding conventions for modules/Makefile.in
|
|
2708
|
|
2709 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2710
|
|
2711 * configure.in: some people claimed that they can't stop
|
|
2712 linking wnn6 library if they set --with-wnn6=no.
|
|
2713
|
|
2714 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
2715
|
|
2716 * tests/Dnd/droptest.el: adapted to new calling conventions
|
|
2717 also showing the new possibilities
|
|
2718 * tests/Dnd/README: changed to new protocol
|
|
2719
|
|
2720 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
2721
|
|
2722 * Fix for HAVE_MULTICAST check.
|
|
2723
|
282
|
2724 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
2725
|
|
2726 * XEmacs 21.0-beta39 is released.
|
|
2727
|
|
2728 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
2729
|
|
2730 * configure.in: added autodetection for the Drag'n'Drop API
|
|
2731 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
|
|
2732 and dragdrop.o is added to extra_objs
|
|
2733 * configure.usage: added with-dragndrop, added (*) to with-offix
|
|
2734 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
|
|
2735
|
|
2736 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
2737
|
|
2738 * tests/Dnd/droptest.el: changed to test new protocol
|
|
2739 * tests/Dnd/README.OffiX: removed
|
|
2740 * tests/Dnd/README: created, info about new protocol
|
|
2741 * tests/Dnd/dragtest.el: comment change
|
|
2742
|
280
|
2743 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
2744
|
|
2745 * XEmacs 21.0-beta38 is released.
|
|
2746
|
|
2747 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
2748
|
|
2749 * configure.in: Use `PROGNAME' for all generated paths.
|
|
2750
|
|
2751 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
|
|
2752
|
|
2753 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
2754
|
384
|
2755 * configure.in (progname): Parameterize program name on `progname'
|
280
|
2756 and add --with-infodock.
|
|
2757
|
|
2758 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
2759
|
|
2760 * Makefile.in: Religiously use ${progname} instead of hardcoded
|
|
2761 `xemacs'.
|
|
2762 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
|
|
2763 overridden by the empty one set in the toplevel Makefile.
|
|
2764
|
278
|
2765 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
2766
|
|
2767 * XEmacs-21.0-beta37 is released.
|
|
2768
|
|
2769 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2770
|
|
2771 * configure.in: Sychronized ..._USER_DEFINED variables with
|
|
2772 datadir setting.
|
|
2773
|
|
2774 * Makefile.in (mkdir): No longer create sitelispdir.
|
|
2775
|
|
2776 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2777
|
371
|
2778 * configure.in: make graphic libraries tests be dependant on a
|
278
|
2779 window system not X11 only.
|
|
2780
|
|
2781 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2782
|
|
2783 * configure.in: check for our special select in msw.
|
|
2784
|
|
2785 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
2786
|
|
2787 * PROBLEMS: add answers to some FAQ concerning hpux.
|
|
2788
|
|
2789 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2790
|
|
2791 * configure.in: enable checking for special mswindows select()
|
|
2792
|
|
2793 1998-04-21 Martin Buchholz <martin@xemacs.org>
|
|
2794
|
|
2795 * configure.in: Isolate incomprehensible cma_open/pthreads checking
|
|
2796 to decosf*
|
|
2797
|
|
2798 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
2799
|
|
2800 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
|
|
2801 libs and includes.
|
|
2802
|
|
2803 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
2804
|
|
2805 * configure.in: check for xpm does not depend anymore on having X.
|
|
2806 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
|
|
2807
|
|
2808 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2809
|
|
2810 * info/dir: Fixed the explanatory notes for
|
|
2811 `Info-default-directory-list' removal and the new automatic dir
|
|
2812 rebuilding facility. Reindented the menu. Added an entry for
|
384
|
2813 term.info
|
278
|
2814
|
|
2815 1998-04-20 SL Baur <steve@altair.xemacs.org>
|
|
2816
|
|
2817 * configure.in (LISPDIR): Removed configuration option for
|
|
2818 site-lisp.
|
|
2819
|
|
2820 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
2821
|
|
2822 * configure.in (version): snarf InfoDock version number.
|
|
2823
|
276
|
2824 1998-04-18 SL Baur <steve@altair.xemacs.org>
|
|
2825
|
|
2826 * XEmacs-21.0-beta36 is released.
|
|
2827
|
|
2828 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2829
|
|
2830 * configure.in: enable install pre-processing for mswindows
|
|
2831
|
|
2832 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
384
|
2833
|
276
|
2834 * Makefile.in.in: add install_pp to install incantation.
|
|
2835
|
|
2836 * installexe.sh: new file. Add .exe to install targets if the
|
|
2837 result is executable.
|
|
2838
|
|
2839 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
384
|
2840
|
276
|
2841 * Makefile.in: add install_pp to install incantation.
|
|
2842
|
|
2843 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
2844
|
|
2845 * configure.in: Large echo split into a few smaller ones,
|
|
2846 so the cygnus sh.exe does not crash.
|
|
2847
|
|
2848 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2849
|
|
2850 * configure.in: enable toolbar checking for mswindows build
|
|
2851
|
|
2852 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
2853
|
384
|
2854 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
|
276
|
2855 Used (at least) by RedHat 4.2.
|
|
2856
|
|
2857 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2858
|
|
2859 * configure.in: Re-instated src/paths.h generation from
|
|
2860 src/paths.h.in.
|
|
2861
|
|
2862 * Makefile.in (top_distclean): Remove site-lisp on `make
|
|
2863 distclean'.
|
|
2864
|
274
|
2865 1998-04-10 SL Baur <steve@altair.xemacs.org>
|
|
2866
|
|
2867 * XEmacs 21.0-beta35 is released.
|
|
2868
|
|
2869 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2870
|
|
2871 * configure.usage: Clarified --package-path documentation.
|
|
2872
|
|
2873 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2874
|
|
2875 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
|
|
2876 Removed defaults for infopath and package-path.
|
|
2877
|
|
2878 * Makefile.in (src/paths.h): ... is now generated from
|
|
2879 src/paths.h.in.in. Moved generation of paths.h to configure.
|
|
2880
|
|
2881 * paths.h.in: Removed.
|
|
2882
|
|
2883 * paths.h.in.in: Created.
|
|
2884
|
|
2885 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
2886
|
|
2887 * configure.in: png was still being used if png_version < 0.96
|
|
2888
|
|
2889 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
|
|
2890
|
|
2891 1998-04-05 Amir J. Katz <amir@ndsoft.com>
|
|
2892
|
|
2893 * INSTALL (Rationale): Offix support comment is wrong. To disable,
|
|
2894 one must use --with-offix=no and not --without-offix
|
|
2895
|
|
2896 1998-04-05 SL Baur <steve@altair.xemacs.org>
|
|
2897
|
|
2898 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
|
|
2899
|
272
|
2900 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
2901
|
|
2902 * XEmacs 21.0-beta34 is released.
|
|
2903
|
|
2904 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
2905
|
|
2906 * configure.in:
|
|
2907 checking whether gettimeofday accepts one or two arguments... two
|
|
2908
|
|
2909 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2910
|
|
2911 * configure.in: Fixed magic to handle AIX and MIT X11R6.
|
|
2912
|
|
2913 1998-04-02 Martin Buchholz <martin@xemacs.org>
|
|
2914
|
|
2915 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
|
|
2916
|
|
2917 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
2918
|
|
2919 * tests/database.el (test-database): Temporary files (the databases
|
|
2920 that were created) should be deleted.
|
|
2921
|
|
2922 * Makefile.in (testdir): Remove gnumake-specific syntax.
|
|
2923 (src/Makefile): src/Makefile depends on src/depend.
|
|
2924
|
|
2925 1998-03-29 Martin Buchholz <martin@xemacs.org>
|
|
2926
|
|
2927 * configure.in: Check for -lz, -lgz unconditionally. Too many
|
|
2928 system linkers don't properly die when there are cascaded link
|
|
2929 dependencies, so we can't rely on the linker for that. The only
|
384
|
2930 downside is that we might link with an extra unneeded library. If
|
272
|
2931 you really really care about this, you can go fix it.
|
|
2932
|
|
2933 * configure.in: Enhance PANIC msg to make it clear that
|
|
2934 --with-FEATURE is going to die if FEATURE is not installed.
|
|
2935
|
|
2936 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
2937
|
|
2938 * configure.in: $debug was not properly dependent on $beta
|
384
|
2939
|
|
2940 * configure.in: Move offix configuration out of src/Makefile.in.in
|
272
|
2941 into configure.in.
|
|
2942
|
|
2943 * configure.in: Reorganize xpm detection code.
|
|
2944
|
384
|
2945 * configure.in: XIM default to ON if Motif which is not Lesstif is
|
272
|
2946 found.
|
|
2947
|
|
2948 * configure.in: Keep auto-generated makefile dependencies out of
|
|
2949 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
|
|
2950
|
|
2951 1998-03-26 Martin Buchholz <martin@xemacs.org>
|
|
2952
|
|
2953 * configure.in: Fix up cflags handling. Specifically, configure
|
|
2954 --cflags='' would fail to be recognized.
|
|
2955
|
|
2956 * configure.in: Fix up png detection. Link with png_read_image to
|
|
2957 make sure -lz is required. Test for png >- 0.96 via header file.
|
|
2958
|
|
2959 1998-03-21 Martin Buchholz <martin@xemacs.org>
|
|
2960
|
|
2961 * configure.in (XE_GCC_WRAP_LDFLAGS)
|
|
2962 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
|
|
2963
|
|
2964 * configure.in: Make sure BSD always links in libz.a
|
|
2965 BSD's stupid linker can't detect cascaded lib dependencies
|
|
2966
|
|
2967 * configure.in: Autodetect lesstif. define have_lesstif.
|
|
2968 Don't use motif-xim with lesstif, at least by default.
|
|
2969
|
|
2970 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
2971
|
|
2972 * version.sh: Add InfoDock version number variables.
|
|
2973
|
|
2974 1998-03-30 Amir J. Katz <amir@ndsoft.com>
|
|
2975
|
|
2976 * info/dir: Replaced string '20.5' with '21.0'
|
|
2977
|
269
|
2978 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
2979
|
|
2980 * XEmacs 21.0-beta33 is released.
|
|
2981
|
442
|
2982 1998-03-26 Didier Verna <didier@xemacs.org>
|
269
|
2983
|
|
2984 * configure.in, Makefile.in: Removed infopath_user_defined---we
|
|
2985 always want to propagate it.
|
|
2986
|
|
2987 * configure.usage: Synched with configure.in.
|
|
2988
|
|
2989 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2990
|
|
2991 * configure.usage, INSTALL: Synched with the new path layout.
|
|
2992
|
|
2993 * Makefile.in (src/paths.h): Replaced packagepath with
|
|
2994 package_path to make configure happy.
|
|
2995
|
|
2996 * configure.in: Made default setting for packagepath conform to
|
|
2997 what packages.el builds at run-time: XEmacs-version-specific paths
|
|
2998 before site-specific ones.
|
|
2999 Added default setting for pkgdir.
|
|
3000 Changed --packagepath back to --package-path.
|
|
3001
|
267
|
3002 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
3003
|
|
3004 * XEmacs 21.0-beta32 is released.
|
|
3005
|
|
3006 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3007
|
|
3008 * configure.in: Extended package path by version-specific
|
|
3009 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
|
|
3010
|
|
3011 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
3012
|
|
3013 * Makefile.in (distclean): Remove packages and mule-packages if they
|
|
3014 have been linked into place.
|
|
3015
|
|
3016 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3017
|
|
3018 * <Today>: The Big Path Searching Overhaul.
|
|
3019
|
|
3020 * Makefile.in, configure.in: Now pass all configure-specified paths
|
|
3021 into the binary in a uniform way.
|
|
3022
|
|
3023 1998-03-20 SL Baur <steve@altair.xemacs.org>
|
|
3024
|
|
3025 * configure.in (have_libmcheck): Add test for glibc's malloc
|
|
3026 checker.
|
|
3027 - Fix HP/UX dynamic linking flag.
|
|
3028
|
|
3029 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
3030
|
|
3031 * configure.in (quoted_arguments): Fix unquoted variable in
|
|
3032 error-checking test.
|
|
3033 - fix bogus substitution.
|
384
|
3034
|
267
|
3035 1998-03-17 SL Baur <steve@altair.xemacs.org>
|
|
3036
|
|
3037 * configure.in: In -lpng test, look for png_set_strip_alpha.
|
|
3038 Suggested by William M. Perry <wmperry@aventail.com>
|
|
3039
|
265
|
3040 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
3041
|
|
3042 * XEmacs 21.0 beta31 is released.
|
|
3043
|
|
3044 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3045
|
|
3046 * configure.usage (Usage): Correct information about gif, tiff
|
|
3047 and WNN entries
|
|
3048
|
|
3049 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
3050
|
|
3051 * configure.in: typo fix in sed command.
|
|
3052 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3053
|
|
3054 * configure.in (all_widgets): Check for snprintf().
|
|
3055
|
|
3056 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3057
|
|
3058 * configure.in: New gif support
|
|
3059
|
|
3060 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
3061
|
|
3062 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
|
|
3063
|
|
3064 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3065
|
|
3066 * configure.in: don't add libc to link list for dlopen ordinary
|
|
3067 link takes care of this. check for dlfcn.h
|
|
3068
|
|
3069 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
3070
|
|
3071 * configure.in: Examine each directory of X11 include path for
|
|
3072 inclusion into BITMAPDIR.
|
|
3073
|
|
3074 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3075
|
|
3076 * aclocal.m4: Add legalese.
|
|
3077
|
|
3078 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3079
|
|
3080 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
|
|
3081 database support.
|
|
3082
|
|
3083 * configure.in: move msw checking after x checking so that
|
|
3084 auto-detection works.
|
|
3085
|
|
3086 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3087
|
|
3088 * configure.in: New DLL support.
|
|
3089 * aclocal.m4: New file.
|
|
3090 From William M. Perry <wmperry@aventail.com>
|
|
3091
|
|
3092 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
3093
|
|
3094 * configure.in (xemacs_betaname): Align messages for minimal
|
|
3095 tagbits and indexed lrecords.
|
|
3096 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3097
|
263
|
3098 1998-03-07 SL Baur <steve@altair.xemacs.org>
|
|
3099
|
|
3100 * XEmacs 20.5-beta30 is released.
|
|
3101
|
|
3102 1998-03-05 SL Baur <steve@altair.xemacs.org>
|
|
3103
|
|
3104 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
|
|
3105
|
|
3106 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3107
|
|
3108 * configure.in: add a --with-msw option. Make X and msw work
|
|
3109 together if the user asks.
|
|
3110
|
|
3111 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
3112
|
|
3113 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
|
|
3114
|
|
3115 1998-03-01 SL Baur <steve@altair.xemacs.org>
|
|
3116
|
|
3117 * configure.in: Add substitutable variable ld_dynamic_link_flags
|
|
3118 for special required linker flags for building DLL capable
|
|
3119 binaries.
|
|
3120
|
261
|
3121 1998-02-28 SL Baur <steve@altair.xemacs.org>
|
|
3122
|
|
3123 * Makefile.in (top_distclean): Remove Installation.el.
|
|
3124 (xemacs): New target. Formerly it was `all:'.
|
|
3125 (all): New default, dist: is now superfluous.
|
|
3126
|
|
3127 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
3128
|
|
3129 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
|
|
3130 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
|
|
3131 (Installation): Add XEmacs version and generate `Installation.el'.
|
|
3132
|
|
3133 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
3134
|
|
3135 * configure.in (with_ldap: Fix -lldap autodection.
|
|
3136 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3137 (Installation): Only keep the last configuration.
|
|
3138
|
259
|
3139 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
3140
|
|
3141 * XEmacs 20.5-beta28 is released.
|
|
3142
|
|
3143 * configure.in (with_session): Fix reporting of the setting.
|
|
3144 (with_database_gnudbm): Correctly report setting.
|
|
3145
|
|
3146 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
3147
|
|
3148 * configure.usage: Restore documentation of graphics library
|
|
3149 flags.
|
|
3150 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3151
|
|
3152 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3153
|
|
3154 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
|
|
3155 console.
|
|
3156
|
|
3157 1998-02-23 SL Baur <steve@altair.xemacs.org>
|
|
3158
|
|
3159 * XEmacs 20.4 is released to the beta testers.
|
|
3160
|
|
3161 1998-02-21 SL Baur <steve@altair.xemacs.org>
|
|
3162
|
384
|
3163 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
|
259
|
3164 to also test for Linux libc5.
|
|
3165
|
255
|
3166 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
3167
|
257
|
3168 * XEmacs 20.5-beta27 is released.
|
|
3169 * XEmacs-20.4-pre4 is released.
|
|
3170
|
|
3171 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
|
|
3172 (--with-gung): Implement it.
|
|
3173
|
|
3174 * configure.usage (--with-gung): Document. Turns on
|
|
3175 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
|
|
3176 (--with-term): Remove.
|
384
|
3177
|
255
|
3178 * XEmacs-20.5-beta26 is released.
|
|
3179
|
|
3180 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
3181
|
|
3182 * XEmacs-20.4-pre3 is released.
|
|
3183
|
|
3184 * Makefile.in: use better feedback while rebuilding finder database.
|
|
3185 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3186
|
|
3187 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
3188
|
|
3189 * configure.in (doug_lea_malloc): Add checking for Doug Lea
|
|
3190 Malloc.
|
|
3191
|
253
|
3192 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
3193
|
255
|
3194 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
|
|
3195 Suggested by Pekka Marjola <pema@iki.fi>
|
|
3196
|
|
3197 * XEmacs-20.4-pre2 is released.
|
253
|
3198 * XEmacs-20.5-beta25 is released.
|
|
3199
|
|
3200 1998-02-13 SL Baur <steve@altair.xemacs.org>
|
|
3201
|
|
3202 * INSTALL: Update for Cygwin and Microsoft Windows.
|
|
3203
|
|
3204 * README: Update for Microsoft Windows.
|
|
3205
|
251
|
3206 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
3207
|
253
|
3208 * XEmacs 20.4-pre1 is released.
|
251
|
3209 * XEmacs 20.5-beta24 is released.
|
|
3210
|
|
3211 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3212
|
|
3213 * configure.in: add mule-coding target which defines MULE_CODING,
|
|
3214 nothing uses it as yet. add gif objects to msw support. define
|
|
3215 const_is_losing=no for msw. make msw not selected if tty selected.
|
|
3216 add -lshell32 for dnd support. check for a.out.h rather than
|
|
3217 coff.h
|
|
3218
|
|
3219 * lib-src/make-docfile.c: add cygwin support and generalise the
|
|
3220 remaining open calls. IMHO this should really include sysfile.h.
|
|
3221
|
249
|
3222 1998-02-03 SL Baur <steve@altair.xemacs.org>
|
|
3223
|
|
3224 * XEmacs 20.5-beta23 is released.
|
|
3225
|
247
|
3226 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
3227
|
|
3228 * XEmacs 20.5-beta22 is released.
|
|
3229
|
245
|
3230 1998-01-25 SL Baur <steve@altair.xemacs.org>
|
|
3231
|
|
3232 * XEmacs 20.5-beta21 is released.
|
|
3233
|
|
3234 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3235
|
|
3236 * configure.in: check for coff.h
|
|
3237
|
|
3238 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
3239
|
|
3240 * configure.in: Added support for `--with-shlib'.
|
|
3241
|
243
|
3242 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
3243
|
|
3244 * XEmacs 20.5-beta20 is released.
|
|
3245
|
|
3246 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3247
|
384
|
3248 * configure.usage:
|
243
|
3249 Remove doc for configure-time INFOPATH, no longer used.
|
|
3250
|
|
3251 * configure.in:
|
|
3252 * src/config.h.in:
|
|
3253 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
|
|
3254
|
384
|
3255 * lwlib/lwlib.h:
|
|
3256 * lwlib/lwlib.c:
|
|
3257 * lwlib/lwlib-config.c:
|
|
3258 * lwlib/lwlib-Xm.c:
|
|
3259 * lwlib/lwlib-Xaw.c:
|
|
3260 * lwlib/lwlib-Xlw.c:
|
|
3261 * lwlib/config.h.in:
|
243
|
3262 * src/menubar-x.c:
|
|
3263 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
|
|
3264 Maintain only one set of variables.
|
|
3265
|
|
3266 * Makefile.in (install-arch-dep): Simplify.
|
384
|
3267 Replace construct `test -d $dir && foo' with
|
243
|
3268 `if test -d $dir; then foo; fi'
|
|
3269
|
384
|
3270 * lwlib/xlwmenu.c:
|
|
3271 * lwlib/xlwscrollbar.c:
|
|
3272 * lwlib/lwlib-Xlw.c:
|
|
3273 * lwlib/lwlib-Xm.c:
|
243
|
3274 Always assume presence of limits.h (ANSI).
|
|
3275
|
241
|
3276 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
3277
|
243
|
3278 * INSTALL: Updated for recent Mule/package changes.
|
|
3279
|
241
|
3280 * XEmacs 20.5-beta19 is released.
|
|
3281
|
|
3282 1998-01-12 Damon Lipparelli <lipp@primus.com>
|
|
3283
|
|
3284 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
|
|
3285 --exec-prefix.
|
|
3286
|
239
|
3287 1998-01-10 SL Baur <steve@altair.xemacs.org>
|
|
3288
|
|
3289 * XEmacs 20.5-beta18 is released.
|
|
3290
|
442
|
3291 1998-01-08 Didier Verna <didier@xemacs.org>
|
239
|
3292
|
|
3293 * configure.in: Get rid of INFOPATH for configure time.
|
|
3294 * configure.usage (Usage): Ditto.
|
|
3295
|
|
3296 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
3297
|
|
3298 * Makefine.in: Correct reported amount of disk savings from
|
|
3299 compression.
|
|
3300 From Markus Linnala <maage@cs.tut.fi>
|
|
3301
|
|
3302 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
|
|
3303
|
|
3304 * configure.in: detect and set scrollbars and menubars with
|
|
3305 MS-Windows more appropriately. Check for sys/un.h to use in
|
|
3306 gnuserv.
|
|
3307
|
|
3308 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
3309
|
|
3310 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
|
|
3311 naming.
|
|
3312
|
|
3313 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
|
|
3314
|
|
3315 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
|
|
3316 inactive_button_gc for menu entries.
|
|
3317 (remap_menubar): ignore the enabled status
|
|
3318
|
237
|
3319 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
3320
|
|
3321 * XEmacs 20.5-beta17 is released.
|
|
3322
|
|
3323 * Makefile.in (finder): Use -vanilla.
|
|
3324 (lisp/finder-inf.el): Ditto.
|
|
3325 (check-features): New target. Do a sanity check prior to
|
|
3326 installation.
|
|
3327
|
235
|
3328 1997-01-03 SL Baur <steve@altair.xemacs.org>
|
|
3329
|
|
3330 * XEmacs 20.5-beta16 is released.
|
|
3331
|
233
|
3332 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
3333
|
|
3334 * XEmacs 20.5-beta15 is released.
|
|
3335
|
|
3336 1997-12-29 SL Baur <steve@altair.xemacs.org>
|
|
3337
|
|
3338 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
|
|
3339
|
231
|
3340 1997-12-27 SL Baur <steve@altair.xemacs.org>
|
|
3341
|
|
3342 * XEmacs 20.5-beta14 is released.
|
|
3343
|
|
3344 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
|
3345
|
|
3346 * configure.in: support for *-pc-cygwin32 config
|
|
3347
|
229
|
3348 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
3349
|
|
3350 * XEmacs 20.5-beta13 is released.
|
|
3351
|
227
|
3352 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
3353
|
|
3354 * XEmacs 20.5-beta 12 is released.
|
|
3355
|
|
3356 1997-12-19 SL Baur <steve@altair.xemacs.org>
|
|
3357
|
384
|
3358 * configure.in (bitmapdir): Reenable --with-session by default for
|
227
|
3359 testing.
|
|
3360
|
|
3361 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
3362
|
|
3363 * info/dir (File): Skk and Gnats are packaged.
|
|
3364
|
|
3365 * PROBLEMS (Note): Update version numbers.
|
|
3366
|
|
3367 * info/dir (File): Update version number.
|
|
3368
|
225
|
3369 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
3370
|
227
|
3371 * XEmacs 20.5-beta11 is released.
|
225
|
3372
|
|
3373 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
3374
|
|
3375 * configure.in: Don't bypass graphics library detection
|
|
3376 if the `--with-imagick' option is given to configure.
|
|
3377 : Print autodetected graphics libraries to be linked with Imagick.
|
|
3378
|
|
3379 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
|
|
3380
|
|
3381 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
3382
|
|
3383 * Makefile.in (install-arch-indep): Build info files if needed.
|
|
3384
|
223
|
3385 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
3386
|
225
|
3387 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
|
|
3388
|
227
|
3389 * XEmacs 20.5-beta10 is released.
|
223
|
3390
|
|
3391 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
3392
|
|
3393 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
|
|
3394
|
|
3395 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3396
|
|
3397 * configure.in (autodetect ImageMagick): also look for
|
|
3398 "X11/magick/magick.h", and if present, define
|
|
3399 MAGICK_HEADERS_ARE_UNDER_X11
|
|
3400
|
|
3401 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
3402
|
|
3403 * configure.in (imagick_libs): Add autodetection for freetype
|
|
3404 -lttf library.
|
|
3405
|
221
|
3406 1997-12-09 SL Baur <steve@altair.xemacs.org>
|
|
3407
|
227
|
3408 * XEmacs 20.5-beta9 is released.
|
221
|
3409
|
219
|
3410 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
3411
|
227
|
3412 * XEmacs 20.5-beta8 is released.
|
219
|
3413
|
|
3414 * info/dir: update for further packaging.
|
|
3415 * configure.in: remove `tree-x' from XEmacs build.
|
|
3416
|
|
3417 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
3418
|
|
3419 * configure.in: motif menubars need xlwmenu.o
|
|
3420
|
|
3421 * updated files in src/ to allow an XEmacs configured for
|
|
3422 motif menubars to at least compile. Motif menubars are still
|
|
3423 very broken.
|
|
3424
|
|
3425 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
3426
|
|
3427 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
|
|
3428 properly with the information in the core.
|
|
3429
|
|
3430 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
|
|
3431 the information in the core, and fixed a potental problem with
|
|
3432 parentage.
|
|
3433
|
|
3434 1997-12-01 SL Baur <steve@altair.xemacs.org>
|
|
3435
|
|
3436 * configure.in (with_session): Properly display flag in configure
|
|
3437 status report.
|
|
3438
|
|
3439 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
3440
|
|
3441 * configure.usage: Remove documentation of obsolete option
|
|
3442 --with-gif.
|
|
3443
|
217
|
3444 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
3445
|
227
|
3446 * XEmacs 20.5-beta7 is released.
|
217
|
3447
|
|
3448 * configure.in: When testing for -ltiff, fall back on the extra
|
|
3449 libraries -ljpeg, and -lz since some -ltiff's need them.
|
|
3450
|
|
3451 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
3452
|
|
3453 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
|
|
3454 From Glynn Clements <glynn@sensei.co.uk>
|
|
3455
|
|
3456 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3457
|
|
3458 * configure.in: Improve auto detect of libraries ImageMagick rely
|
|
3459 on.
|
|
3460
|
|
3461 1997-11-23 Jeff Miller <jmiller@smart.net>
|
|
3462
|
|
3463 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
|
|
3464 and src. Configure.in modified. --with-energize is no longer a
|
|
3465 valid configure option.
|
|
3466
|
|
3467 * lwlib/Makefile.in.in removed energize support
|
|
3468 * lwlib/lwlib-Xm.c removed energize support
|
|
3469 * lwlib/lwlib-config.c removed energize support
|
|
3470
|
|
3471 * lwlib/energize/* removed
|
|
3472
|
|
3473 1997-11-23 SL Baur <steve@altair.xemacs.org>
|
|
3474
|
|
3475 * Makefile.in: Change references of lisp/utils/finder-inf.el to
|
|
3476 lisp/finder-inf.el.
|
|
3477
|
215
|
3478 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
3479
|
227
|
3480 * XEmacs 20.5-beta6 is released.
|
215
|
3481
|
|
3482 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3483
|
|
3484 * configure.usage: Use `--' convention in "usage:" line.
|
|
3485
|
|
3486 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3487
|
|
3488 * configure.in: added `with_xfs' to list of boolean features.
|
|
3489
|
|
3490 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
3491
|
217
|
3492 * XEmacs 20.3 is released for binary kit building.
|
215
|
3493
|
|
3494 1997-11-19 Tor Arntsen <tor@spacetec.no>
|
|
3495
|
|
3496 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
|
|
3497 xemacs dumped on one machine on another. Problem was fixed by 20.3.
|
|
3498
|
|
3499 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
3500
|
|
3501 * configure.usage: New file.
|
|
3502
|
|
3503 * configure.in: Use it instead of monster 10k shell variable.
|
|
3504
|
|
3505 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
3506
|
|
3507 * XEmacs 20.3-pre4 is released.
|
|
3508
|
|
3509 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3510
|
|
3511 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
|
|
3512 dirs.
|
|
3513
|
|
3514 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
3515
|
|
3516 * configure.in: Initialize infodir off of datadir.
|
|
3517
|
|
3518 * Makefile.in: Force LANG = C for building.
|
|
3519
|
|
3520 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
3521
|
|
3522 * XEmacs 20.3-pre3 is released.
|
227
|
3523 * XEmacs 20.5-beta5 is released.
|
215
|
3524
|
213
|
3525 1997-11-13 Marc Paquette <marcpa@cam.org>
|
|
3526
|
|
3527 * nt/Todo: added a task for support of lisp packages through
|
|
3528 the registry.
|
|
3529
|
|
3530 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3531
|
|
3532 * Renamed files *w32* to *msw*
|
|
3533
|
|
3534 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
|
|
3535 HAVE_MS_WINDOWS. Changed files:
|
|
3536 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
|
|
3537 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
|
|
3538 sysdep.el, console-msw.c, console-msw.h, console.c,
|
|
3539 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
|
|
3540 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
|
|
3541 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
|
384
|
3542 redisplay.c, symsinit.h,
|
213
|
3543
|
|
3544 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
|
|
3545
|
|
3546 * Deleted w32 build directory since nt build directory now handles
|
|
3547 X and native mswindows builds.
|
|
3548
|
215
|
3549 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
3550
|
227
|
3551 * XEmacs 20.5-beta4 is released.
|
215
|
3552
|
211
|
3553 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
3554
|
|
3555 * info/dir: remove packaged entries.
|
|
3556 From Glynn Clements <glynn@sensei.co.uk>
|
|
3557
|
|
3558 * configure.in: Puke and die if NAS sound is selected without X.
|
|
3559
|
209
|
3560 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
3561
|
227
|
3562 * XEmacs 20.5-beta3 is released.
|
209
|
3563 * XEmacs 20.3-pre2 is released.
|
|
3564
|
|
3565 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
3566
|
|
3567 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
|
|
3568
|
|
3569 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
3570
|
|
3571 * Files split from nt to new w32 directory:
|
|
3572 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
|
|
3573 xemacs.mak.
|
|
3574
|
442
|
3575 1997-11-05 Didier Verna <didier@xemacs.org>
|
209
|
3576
|
|
3577 * configure.in: Added the --site-prefixes options for the configure
|
384
|
3578 script. You give a colon or space separated list of prefixes, and
|
209
|
3579 subdirectories include/ and lib/ will be added with -I and -L.
|
|
3580
|
|
3581 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
3582
|
|
3583 * configure.in: AIX + gcc fixes.
|
|
3584 - Don't wrap -B. aixflags changed to start_flags.
|
|
3585
|
|
3586 1997-11-04 SL Baur <steve@altair.xemacs.org>
|
|
3587
|
|
3588 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
|
|
3589 From Skip Montanaro <skip@calendar.com>
|
|
3590
|
|
3591 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3592
|
|
3593 * Delete etc/TUTORIAL.th because Thai is not supported yet.
|
|
3594
|
|
3595 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3596
|
|
3597 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
|
|
3598 window's coordinates and dimensions to center the
|
|
3599 dialog box unless its mapped_when_managed property is
|
|
3600 true. This should avoid the top level widget that the
|
|
3601 HAVE_SESSION code creates, which is unmapped and
|
|
3602 useless for this purpose.
|
|
3603
|
|
3604 1997-11-01 SL Baur <steve@altair.xemacs.org>
|
|
3605
|
|
3606 * XEmacs 20.3-pre1 is released.
|
|
3607
|
207
|
3608 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
3609
|
209
|
3610 * XEmacs 19.16 is released.
|
|
3611
|
|
3612 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
3613
|
227
|
3614 * XEmacs 20.5-beta2 is released.
|
207
|
3615
|
|
3616 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
3617
|
|
3618 * configure.in (xetest): Eliminate tests for PNG, JPEG,
|
|
3619 TIFF(broken) and replace with test for ImageMagick.
|
|
3620
|
|
3621 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
384
|
3622
|
207
|
3623 * lwlib/xlwmenu.h: Added string macro declarations for
|
|
3624 titleForeground and highlightForeground properties.
|
|
3625
|
|
3626 * lwlib/xlwmenuP.h: Added struct fields for title and
|
|
3627 highlight colors.
|
|
3628
|
|
3629 * lwlib/xlwmenu.c: Added initialization and usage code
|
|
3630 for the new titleForeground and highlightForeground
|
|
3631 properties.
|
|
3632
|
|
3633 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
3634
|
|
3635 * XEmacs 20.3-beta94 is released.
|
|
3636
|
|
3637 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3638
|
|
3639 * configure.in: Correct last patch for berkdb.
|
|
3640
|
|
3641 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
3642
|
|
3643 * XEmacs 20.3-beta93 is released.
|
|
3644
|
|
3645 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
3646
|
|
3647 * lib-src/make-path.c:
|
|
3648 * lib-src/digest-doc.c:
|
|
3649 * lib-src/gnuslib.c: Always include config.h before system headers
|
|
3650 * configure.in: Improve AIX configure support
|
|
3651 - NON_GNU_CC defaults to `xlc'
|
384
|
3652 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
|
207
|
3653 -qmaxmem=20000"
|
|
3654 - check for sin instead of sqrt in -lm to avoid xlc internal error
|
|
3655 - Detect -li18n for use with Motif
|
|
3656 - Move weird AIX static linking flags from s&m files to configure.in
|
|
3657 - use #pragma instead of -ma flag to avoid compiler warnings
|
|
3658
|
|
3659 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3660
|
|
3661 * lwlib/xlwmenu.c: Use XtRDimension in place of
|
|
3662 XmRHorizontalDimension in shadowThickness resource
|
|
3663 declaration.
|
|
3664
|
|
3665 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
|
|
3666 color as the foreground for selected entries.
|
|
3667
|
|
3668 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
|
|
3669 color as the foreground for selected entries.
|
|
3670
|
|
3671 * lwlib/xlwmenu.c (toggle_decoration_height): Force
|
|
3672 height to be minimum of 2x the shadow thickness.
|
|
3673
|
|
3674 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3675
|
|
3676 * configure.in: Don't choke on Berkeley DB 2.x.
|
|
3677
|
|
3678 1997-10-24 SL Baur <steve@altair.xemacs.org>
|
|
3679
|
|
3680 * XEmacs 20.3-beta92 is released.
|
|
3681
|
|
3682 1997-10-21 SL Baur <steve@altair.xemacs.org>
|
|
3683
|
|
3684 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
|
|
3685 it already exists (use `make finder' to force rebuild).
|
|
3686
|
|
3687 1997-10-18 SL Baur <steve@altair.xemacs.org>
|
|
3688
|
424
|
3689 * XEmacs 20.3-beta91 is released.
|
207
|
3690
|
|
3691 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
3692
|
|
3693 * configure.in: Removed -Olimit=2000 from cc for IRIX.
|
|
3694
|
|
3695 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3696
|
|
3697 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
|
|
3698 and removed backquoted echo statement from the infopath report line.
|
|
3699
|
|
3700 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
3701
|
|
3702 * configure.in: Added detection of the declaration of the timezone
|
|
3703 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
|
|
3704
|
|
3705
|
|
3706 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
3707
|
|
3708 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
|
|
3709 of the timezone variable in system headers.
|
|
3710
|
|
3711 * systime.h: Use HAVE_TIMEZONE_DECL.
|
|
3712
|
|
3713 1997-10-14 SL Baur <steve@altair.xemacs.org>
|
|
3714
|
|
3715 * configure.in (all_widgets): Don't allow configuration of
|
|
3716 --with-mule if Mule lisp hasn't been installed.
|
|
3717
|
|
3718 1997-10-13 SL Baur <steve@altair.xemacs.org>
|
|
3719
|
|
3720 * configure.in: Remove `site-lisp' from list of directories to
|
|
3721 make symbolic links for.
|
|
3722
|
|
3723 * XEmacs 20.3-beta90 is released.
|
|
3724
|
|
3725 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
|
|
3726
|
|
3727 * info/dir: Cosmetic changes to info/dir
|
|
3728
|
205
|
3729 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
3730
|
227
|
3731 * XEmacs 20.5-beta1 is released.
|
205
|
3732
|
|
3733 * XEmacs 19.16-pre9 is released.
|
|
3734
|
|
3735 * XEmacs 19.16-pre8 is released.
|
|
3736
|
203
|
3737 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
3738
|
205
|
3739 * XEmacs 20.3-beta28 is released.
|
|
3740
|
203
|
3741 * Makefile.in (src/paths.h): Update PATH_INFOPATH
|
|
3742 (infopath): New shell variable.
|
|
3743 (infopath_user_defined): Ditto.
|
|
3744
|
|
3745 * configure.in (infodir_user_defined): Spelling fixes.
|
|
3746
|
|
3747 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3748
|
|
3749 * configure.in: added options and option help docs for infopath
|
|
3750 and lockdir
|
|
3751 * '' added a line to the report for infopath and lockdir
|
|
3752
|
|
3753 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3754
|
|
3755 * Makefile.in.in (INFOPATH): Added variable and put it into
|
|
3756 DUMPENV.
|
|
3757
|
|
3758 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
3759
|
|
3760 * packages/info/localdir: New directory and file.
|
|
3761
|
|
3762 * packages/README: New directory & file.
|
|
3763
|
|
3764 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
3765
|
|
3766 * Makefile.in: Add `make configure' target
|
|
3767
|
|
3768 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
3769
|
|
3770 * XEmacs 19.16-pre7 is released.
|
|
3771
|
|
3772 1997-10-05 Damon Lipparelli <lipp@aa.net>
|
|
3773
|
|
3774 * Makefile.in (install-arch-dep, install-arch-indep): Move the
|
|
3775 commands for symlink'ing the system-independent bits into the
|
|
3776 system-dependent directory structure from "install-arch-indep" to
|
|
3777 "install-arch-dep".
|
|
3778
|
|
3779 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3780
|
|
3781 * Makefile.in (blddir): variable from "configure".
|
|
3782 (finder): use it.
|
|
3783
|
|
3784 1997-10-05 SL Baur <steve@altair.xemacs.org>
|
|
3785
|
|
3786 * Makefile.in (GENERATED_LISP): New variable.
|
|
3787 (all): Force dependency on finder-inf.el.
|
|
3788 (lisp/utils/finder-inf.el): new rule.
|
|
3789
|
|
3790 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
3791
|
|
3792 * XEmacs 19.16-pre6 is released.
|
|
3793
|
201
|
3794 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
3795
|
|
3796 * XEmacs 20.3-beta27 is released.
|
|
3797
|
|
3798 1997-10-03 Damon Lipparelli <lipp@primus.com>
|
|
3799
|
|
3800 * Makefile.in (install-arch-indep): When --prefix !=
|
|
3801 --exec-prefix, symlink the system-independent bits into the
|
|
3802 system-dependent directory structure (rather than the other way
|
|
3803 around).
|
|
3804
|
|
3805 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
|
|
3806
|
|
3807 * lib-src/etags.c: etags 12.28 + prototypization
|
384
|
3808 * INSTALL: Better document --site-runtime-libraries
|
|
3809 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
|
201
|
3810 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
|
|
3811 left; scrollbar disappears; keyboard inoperative.
|
|
3812 * configure.in: Remove left-over references to *_switch_x_*
|
|
3813 - NAS libaudio is part of $libs_x, not $LIBS
|
|
3814
|
199
|
3815 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
3816
|
|
3817 * XEmacs 20.3-beta26 is released.
|
|
3818
|
197
|
3819 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
3820
|
|
3821 * XEmacs 20.3-beta25 is released.
|
|
3822
|
|
3823 * Makefile.in (install-arch-dep): Install the `Installation' for
|
|
3824 future reference.
|
|
3825
|
|
3826 * Makefile.in (top_distclean): Remove finder-inf.el*.
|
|
3827
|
|
3828 * configure.in (use_union_type): Default to "yes".
|
|
3829
|
|
3830 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
|
|
3831
|
|
3832 * configure.in: Add tiff autodetection
|
|
3833
|
|
3834 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
3835
|
|
3836 * lwlib/xlwmenu.c: Add bounds checking.
|
|
3837 Check error return on XmStringGetLtoR.
|
|
3838
|
195
|
3839 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
3840
|
|
3841 * XEmacs 20.3-beta24 is released.
|
|
3842
|
|
3843 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
3844
|
|
3845 * Makefile.in (custom-loads): New target.
|
|
3846
|
|
3847 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
3848
|
|
3849 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
|
|
3850 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3851
|
|
3852 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
3853
|
|
3854 * XEmacs 19.16-pre4 is released.
|
|
3855
|
193
|
3856 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
3857
|
|
3858 * XEmacs 20.3-beta23 is released.
|
|
3859
|
|
3860 1997-09-19 SL Baur <steve@altair.xemacs.org>
|
|
3861
|
|
3862 * XEmacs 19.16-pre3 is released.
|
|
3863
|
|
3864 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
|
|
3865
|
|
3866 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
|
|
3867 sequences (needs more testing).
|
384
|
3868 * */Makefile*:
|
193
|
3869 - Cleanup man/*/Makefile for consistency.
|
|
3870 - use $(MAKEFINFO), $(TEXI2DVI), etc...
|
|
3871 - Make combination --with-srcdir + Sun make work properly.
|
384
|
3872 - Change construct: test -d $${dir} || mkdir $${dir}
|
193
|
3873 --> if test ! -d $${dir}; then mkdir $${dir}; fi
|
|
3874 * lisp/x11/x-win-sun.el: Fix remaining glitches with
|
|
3875 re-mappings of Sun function keys.
|
|
3876 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
|
|
3877 * man/internals/internals.texi: Fix makeinfo compilation error.
|
|
3878
|
191
|
3879 1997-09-17 SL Baur <steve@altair.xemacs.org>
|
|
3880
|
|
3881 * XEmacs 20.3-beta22 is released.
|
|
3882
|
189
|
3883 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
3884
|
|
3885 * XEmacs 20.3-beta21 is released.
|
|
3886
|
|
3887 * XEmacs 19.16-pre2 is released.
|
|
3888
|
187
|
3889 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
3890
|
|
3891 * XEmacs 20.3-beta20 is released.
|
|
3892
|
|
3893 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
|
|
3894
|
|
3895 * configure.in: Use `PATH' for options that take multiple dirs.
|
|
3896 - Fix test for $PWD == `pwd`
|
|
3897 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
|
|
3898 systems can work. (untested)
|
|
3899
|
|
3900 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
|
|
3901 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
|
|
3902 being autoloaded - let's make them part of the core.
|
|
3903
|
|
3904 * lisp/x11/x-compose.el:
|
|
3905 * lisp/x11/x-init.el:
|
|
3906 * lisp/x11/x-win-sun.el:
|
|
3907 * lisp/x11/x-winxfree86.el:
|
|
3908 * src/device-x.c:
|
|
3909 * src/event-Xt.c:
|
|
3910 - Yet another rewrite of key handling (not the last, though)
|
|
3911 - x-keysym-on-keyboard-p is much faster.
|
|
3912 - x-keysym-on-keyboard-sans-modifiers-p introduced.
|
|
3913 - x-keysym-hashtable introduced.
|
|
3914 - allow X11R4 libs to guess keysyms on X11R5 servers.
|
384
|
3915 - A better workaround for the bug that some Xlibs generate
|
187
|
3916 Multi_key a adiaeresis when pressing Multi_key a "
|
384
|
3917
|
187
|
3918 * src/dgif_lib.c: Make sure size_t is defined before using it.
|
|
3919
|
|
3920 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
3921
|
|
3922 XEmacs 19.16-pre1 "Queens" is released.
|
|
3923
|
|
3924 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
3925
|
|
3926 * configure.in: Reverse package-path.
|
|
3927 From Colin Rafferty <craffert@ml.com>
|
|
3928
|
185
|
3929 1997-09-02 SL Baur <steve@altair.xemacs.org>
|
|
3930
|
|
3931 * XEmacs 20.3-beta19 is released.
|
|
3932
|
|
3933 * Makefile.in (finder): New target.
|
|
3934
|
|
3935 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
3936
|
|
3937 * XEmacs 19.16-beta91 is released.
|
|
3938
|
|
3939 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3940
|
|
3941 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
3942 iso-2022-jp-2 is defined as coding-system.
|
|
3943
|
|
3944 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
3945 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
3946
|
|
3947 (iso-2022-jp-2): New coding system.
|
|
3948
|
|
3949 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3950
|
|
3951 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
|
|
3952 jka-compr.el.
|
|
3953
|
|
3954 1997-08-20 SL Baur <steve@altair.xemacs.org>
|
|
3955
|
|
3956 * XEmacs 19.16-beta90 is released.
|
|
3957
|
183
|
3958 1997-08-16 SL Baur <steve@altair.xemacs.org>
|
|
3959
|
|
3960 * XEmacs 20.3-beta18 is released.
|
|
3961
|
181
|
3962 1997-08-09 SL Baur <steve@altair.xemacs.org>
|
|
3963
|
|
3964 * XEmacs 20.3-beta17 is released.
|
|
3965
|
|
3966 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
|
|
3967
|
|
3968 * configure.in:
|
|
3969 - use-system-malloc renamed to with-system-malloc.
|
|
3970 - config.el reimplemented for improved accuracy.
|
|
3971 - new variable `blddir' introduced for informational purposes.
|
|
3972 * lib-src/config.values.in: new config.el implementation
|
|
3973 * lib-src/config.values.sh: new config.el implementation
|
384
|
3974 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
|
181
|
3975 (thanks to Espen Skoglund, pascal.el maintainer)
|
|
3976 * src/chartab.c: maintainability improvements.
|
|
3977 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
|
|
3978 coding systems results in extra CR's inserted into file on saving.
|
|
3979
|
|
3980 1997-08-06 SL Baur <steve@altair.xemacs.org>
|
|
3981
|
|
3982 * configure.in: Crash & burn if db-2 is detected.
|
|
3983 From Soren Dayton <csdayton@cs.uchicago.edu>
|
|
3984
|
179
|
3985 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
3986
|
|
3987 * XEmacs 20.3-beta16 is released.
|
|
3988
|
|
3989 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
|
|
3990
|
|
3991 * configure.in: --with-x11=no --> --with-xface=no
|
|
3992 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
|
|
3993 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
|
|
3994 * event-Xt.c: Fix crashes when no input context available.
|
|
3995 * src/mule-coding.c: Use enum eol_type instead of int consistently
|
|
3996 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
|
|
3997 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
|
|
3998 NOT_C_CODE
|
|
3999
|
177
|
4000 1997-07-26 SL Baur <steve@altair.xemacs.org>
|
|
4001
|
|
4002 * XEmacs 20.3-beta15 is released.
|
|
4003
|
|
4004 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
4005
|
|
4006 * lwlib/xlwscrollbar.c: Add debug malloc support.
|
|
4007 * lwlib/xlwmenu.c: Ditto.
|
|
4008 * lwlib/lwlib-utils.h: Ditto.
|
|
4009
|
|
4010 * configure.in (null_string): Add --use-debug-malloc option.
|
|
4011
|
|
4012 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
4013
|
|
4014 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
|
|
4015
|
|
4016 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
4017
|
|
4018 * Makefile.in (install-arch-indep): Create required links when
|
|
4019 prefixdir != execdir.
|
|
4020
|
|
4021 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
175
|
4022
|
|
4023 * XEmacs 20.3-beta14 is released.
|
|
4024
|
|
4025 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4026
|
177
|
4027 * src/fns.c (require): Print messages when loading a file as a
|
175
|
4028 result of require.
|
384
|
4029
|
175
|
4030 * configure.in:
|
|
4031 * lisp/utils/config.el:
|
384
|
4032 * lib-src/config.values:
|
175
|
4033 - new file created and installed by building.
|
|
4034 - Allow configuration time values to be queried by the lisp code.
|
|
4035
|
|
4036 * configure.in:
|
|
4037 - check for alloca in libPW on hpux.
|
|
4038 - Redo --with-clash-detection
|
|
4039 - need to check for termios and friends even if with-tty=no.
|
|
4040 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
|
|
4041 - better quoting for AIX_SMT_EXP (untested)
|
|
4042 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
|
|
4043
|
|
4044 * *.[ch]: more warning elimination
|
|
4045
|
|
4046 * src/input-method*.c:
|
|
4047 * src/s/freebsd.h:
|
|
4048 - remove freebsd ifdefs from C code.
|
|
4049
|
|
4050 * src/specifier.c:
|
|
4051 - fix Fdisplay-table-specifier-p
|
|
4052
|
173
|
4053 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
4054
|
|
4055 * XEmacs 20.3-beta13 is released.
|
|
4056
|
|
4057 * info/dir (Packages): Integrate texinfo manual for PH.
|
|
4058
|
|
4059 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
4060
|
|
4061 * extents.c (print_extent): Print correctly.
|
384
|
4062
|
173
|
4063 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
4064
|
|
4065 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
|
|
4066
|
|
4067 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4068
|
|
4069 * *Makefile*: More cleanup.
|
|
4070 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
|
|
4071 - Nuke ld_call_shared from s&m files
|
|
4072 - Nuke src/s/*-static.h
|
|
4073 - Nuke Solaris and DEC OSF static build support.
|
|
4074 - Nuke SHORTNAMES
|
|
4075 - Nuke libmld
|
|
4076 - CLASH_DETECTION configurable, off by default.
|
|
4077
|
|
4078 * *.[ch]: Warning elimination, code cleanup, some 64-bit
|
|
4079 safeguarding.
|
|
4080
|
|
4081 * sol2.h: More bullet-proofing for Sun bugs in header files.
|
|
4082
|
|
4083 * lib-src/etags.c: etags version 12.19.
|
|
4084
|
|
4085 * lisp/x11/x-select.el:
|
|
4086 * src/xselect.c: Try STRING if selection owner couldn't convert
|
384
|
4087 COMPOUND_TEXT.
|
173
|
4088
|
|
4089 * src/*.c: Change defalt to default_, and in general allow
|
|
4090 doc-snarfing functions to recognize and ignore trailing `_'
|
|
4091
|
384
|
4092 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
|
173
|
4093 convert source code to use them consistently.
|
|
4094
|
171
|
4095 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
4096
|
|
4097 * XEmacs 20.3-beta12 is released.
|
|
4098
|
|
4099 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
|
|
4100
|
384
|
4101 * configure.in: Set options differently, depending on beta-ness of
|
171
|
4102 build tree.
|
|
4103 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
|
|
4104 distclean.
|
|
4105
|
|
4106 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
4107
|
|
4108 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
|
|
4109 linker.
|
|
4110 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
4111
|
|
4112 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
4113
|
|
4114 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
|
|
4115
|
|
4116 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
4117
|
|
4118 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
|
|
4119 fix. Restoration of lossage from beta10->beta11 upgrade.
|
|
4120
|
|
4121 * XEmacs 20.3-beta11 is released.
|
|
4122
|
|
4123 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4124
|
|
4125 * lisp/language/english.el: Add quail-british for British.
|
|
4126
|
|
4127 * lisp/language/european.el: Register input-method for various non
|
|
4128 quail-latin-1 methods.
|
|
4129
|
169
|
4130 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
|
|
4131
|
|
4132 * lib-src/getopt*.c: Don't redefine const - let configure do that.
|
|
4133
|
|
4134 * configure.in: Better behavior for `configure --with-gcc=no'
|
|
4135 - Autodetect ulimit.h
|
|
4136 - Remove broken SunOS4 kludge for libXmu
|
|
4137 - Autodetect usleep
|
|
4138
|
|
4139 * src/s/sol2.h: Support gcc on various Solaris releases.
|
384
|
4140
|
169
|
4141 * lib-src/*.c: Ansify prototypes.
|
|
4142
|
|
4143 * lisp/prim/files.el: Optimize auto-mode-alist.
|
|
4144
|
|
4145 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
|
|
4146 - `make install' now works.
|
|
4147 - dependencies updated.
|
|
4148
|
|
4149 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
|
|
4150 - Replace uses of XtVa* with non-varargs variants.
|
|
4151
|
|
4152 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4153
|
|
4154 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
|
|
4155 `change-major-mode-hook'.
|
|
4156
|
|
4157 * lisp/modes/image-mode.el (image-maybe-restore): New function.
|
|
4158
|
|
4159 * src/glyphs.c (make_string_from_file): must protect from
|
|
4160 `format-alist'.
|
|
4161
|
|
4162 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
4163
|
|
4164 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
|
|
4165 variable.
|
|
4166
|
167
|
4167 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
4168
|
169
|
4169 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
|
|
4170 should be `print-libgcc-file-name'
|
|
4171 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
384
|
4172
|
167
|
4173 * XEmacs 20.3-beta10 is released.
|
|
4174
|
|
4175 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4176
|
|
4177 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
|
|
4178 GB).
|
|
4179
|
|
4180 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
|
|
4181 11643 to be more detailed.
|
|
4182
|
|
4183 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
|
|
4184 `arabic-2' to `arabic-digit', `arabic-1-column' and
|
|
4185 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
|
|
4186
|
|
4187 * src/mule-charset.c: Modify charset DOC-strings to be more
|
|
4188 detailed.
|
|
4189
|
|
4190 Use BOX DRAWINGS characters of JIS X0208.
|
|
4191
|
|
4192 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4193
|
|
4194 * lisp/apel/richtext.el: Add autoload comments for
|
|
4195 `richtext-encode' and `richtext-decode'.
|
|
4196
|
|
4197 * lisp/prim/format.el (format-alist): Add `text/richtext'.
|
|
4198
|
|
4199 * lisp/tl/chartblxmas.el: New file.
|
|
4200
|
|
4201 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
|
|
4202 table" for MULE menu.
|
|
4203
|
|
4204 * lisp/apel/emu.el: Check richtext.el is bundled.
|
|
4205
|
|
4206 * lisp/tl/char-table.el (view-charset): New command.
|
|
4207
|
|
4208 * lisp/tl/char-table.el: Rename some functions.
|
|
4209
|
|
4210 * lisp/packages/hexl.el (hexl-mode-exit): Run
|
|
4211 `hexl-mode-exit-hook'.
|
|
4212
|
|
4213 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
4214 support" and "Set language environment" of mule menu.
|
|
4215
|
|
4216 * lisp/apel/file-detect.el: Add autoload comments for function
|
|
4217 `add-path', `add-latest-path', `get-latest-path',
|
|
4218 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
4219 variable `exec-suffix-list'.
|
|
4220
|
|
4221 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
4222 image/png and image/x-xpm.
|
|
4223
|
|
4224 * lisp/modes/image-mode.el: New file.
|
|
4225
|
|
4226 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4227
|
|
4228 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
|
|
4229 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
4230
|
|
4231 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
4232
|
165
|
4233 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
4234
|
|
4235 * XEmacs 20.3-beta9 is released.
|
|
4236
|
|
4237 * Makefile.in (dist): Make `make dist' work for me.
|
|
4238
|
|
4239 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
|
|
4240
|
|
4241 * configure.in:
|
|
4242 - Change "t" to tabs in sed commands
|
|
4243 - Add /g to sed substitition commands when appropriate
|
|
4244 - Change XtVa[SG]etValue to Xt[SG]etValue
|
|
4245 - Make version variables into Lisp_Objects.
|
|
4246
|
|
4247 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4248
|
|
4249 * src/config.h.in:
|
|
4250 * configure.in:
|
|
4251 - Autodetect X defines using xmkmf.
|
|
4252 - Compute rpath on *bsd* systems as well.
|
|
4253 - rewrite PRINT_VAR m4 macro.
|
|
4254 - detect sizes of void* and long long for future use by unex*.c
|
|
4255 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
4256
|
|
4257 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4258
|
|
4259 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
|
|
4260
|
|
4261 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
4262 `mh-folder-coding-system'.
|
|
4263
|
|
4264 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4265
|
|
4266 * lisp/language/ethio-util.el: imported from
|
|
4267 Emacs/mule-19.34.94-zeta.
|
|
4268
|
|
4269 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
|
|
4270 repair Arabic characters.
|
|
4271
|
|
4272 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4273
|
|
4274 * lib-src/update-autoloads.sh: Search lisp/mule/.
|
|
4275
|
|
4276 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
4277 language environment" of Mule menu.
|
|
4278
|
|
4279 * lisp/language/visual-mode.el: moved from mule/.
|
|
4280
|
|
4281 * lisp/language/ethiopic.el: Modify for XEmacs.
|
|
4282
|
|
4283 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
|
|
4284 problem of setting for `language-info-alist' about koi8-r.
|
|
4285
|
|
4286 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
4287
|
|
4288 * lisp/mule/mule-util.el: New file (imported from
|
|
4289 Emacs/mule-19.34.94-zeta).
|
|
4290
|
|
4291 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
|
|
4292 moved to mule-util.el.
|
|
4293
|
|
4294 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
|
|
4295 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
|
|
4296 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
|
|
4297 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
|
|
4298 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
|
|
4299
|
|
4300 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
|
|
4301 emulate Emacs/mule-19.34.94-zeta function.
|
|
4302
|
|
4303 * lisp/mule/mule-cmds.el: modified to sync with
|
|
4304 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
4305
|
|
4306 (set-language-info): Add to "Describe Language Support" and "Set
|
|
4307 Language Environment" menu.
|
|
4308
|
|
4309 * lisp/mule/mule-charset.el: Function `compose-region' and
|
|
4310 `decompose-region' were moved to mule-util.el.
|
|
4311
|
|
4312 * lisp/leim/quail.el: modify to sync with latest quail.el of
|
|
4313 Emacs/mule in ETL.
|
|
4314
|
|
4315 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
4316
|
|
4317 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
4318
|
163
|
4319 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
4320
|
165
|
4321 * Makefile.in: Missing FRC.info.
|
|
4322 (install-arch-dep): Add missing backslash.
|
|
4323 From Glynn Clements <glynn@sensei.co.uk>
|
|
4324
|
163
|
4325 * XEmacs 20.3-beta8 is released.
|
|
4326
|
|
4327 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
4328
|
|
4329 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
|
|
4330 lwlib/lwlib.c: Make 64 bit clean.
|
384
|
4331
|
163
|
4332 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4333
|
|
4334 * configure.in:
|
|
4335 - Autodetect X defines using xmkmf.
|
|
4336 - Compute rpath on *bsd* systems as well.
|
|
4337 - rewrite PRINT_VAR m4 macro.
|
|
4338 - detect sizes of void* and long long for future use by unex*.c
|
|
4339
|
|
4340 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
4341
|
|
4342 * */Makefile.in.in: Another rewrite
|
|
4343 Make makefiles immune from being mangled by various cpp
|
384
|
4344 implementations by quoting non-preprocessor directive lines.
|
163
|
4345 - random cleanup
|
|
4346 - Use $(RM) and $(pwd) macros consistently
|
|
4347 - Add dependencies for balloon-help source files
|
|
4348 - Use getcwd by default instead of getwd.
|
|
4349 * lwlib/config.h: Now includes src/config.h
|
|
4350 * lwlib/*.c: Use config.h, but DON'T use Xos.h
|
|
4351 * lib-src/*.c: Fix compiler warnings
|
|
4352 * lisp/version.el:
|
|
4353 - Put version information in version.sh instead of version.el
|
|
4354
|
|
4355 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4356
|
|
4357 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
|
|
4358 -I/usr/local/include.
|
|
4359
|
161
|
4360 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
4361
|
|
4362 * XEmacs 20.3-beta7 is released.
|
|
4363
|
|
4364 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4365
|
|
4366 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
|
|
4367 regexp for horizontal smiley faces.
|
|
4368 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
4369
|
|
4370 * lisp/leim/quail.el (quail-get-translation): Don't use
|
|
4371 `string-to-vector' for XEmacs.
|
|
4372
|
|
4373 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
4374
|
|
4375 * lisp/modes/*.el: Removed all "\177" bindings that were
|
|
4376 previously commented out and normalized everything vis a vis
|
|
4377 'backspace and 'delete keysyms.
|
|
4378 * lisp/packages/*.el: Normalized all the "\177" bindings
|
384
|
4379 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
|
161
|
4380 which is a "smart" version of the cperl-electric-backspace
|
|
4381 function (it honors the desired delete direction). Bound it to
|
|
4382 'delete and the electric-backspace to 'backspace.
|
384
|
4383 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
|
161
|
4384 cperl-electric-delete to the 'supersede list.
|
|
4385
|
159
|
4386 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
4387
|
|
4388 * XEmacs 20.3-b6 is released.
|
|
4389
|
|
4390 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
|
|
4391 Suggested by Martin Buchholz <mrb@eng.sun.com>
|
|
4392
|
|
4393 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4394
|
384
|
4395 * src/Makefile.in:
|
|
4396 * lwlib/Makefile.in:
|
|
4397 * lib-src/Makefile.in:
|
159
|
4398 * Makefile.in: More Makefile cleanup
|
|
4399 - add .PHONY targets where necessary
|
|
4400 - remove most builtin rules using .SUFFIXES
|
|
4401 - -lXau only gets used for linking gnuserv binaries
|
|
4402 - No VPATH for root Makefile
|
|
4403 - remove gcc v1 support
|
384
|
4404 * configure.in:
|
159
|
4405 - A new test to autodetect need to define NARROWPROTO,
|
|
4406 needed by XFree86
|
|
4407 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
|
|
4408 - Immediately exit if SIZEOF_* tests fail.
|
|
4409 - Check for libPW
|
|
4410 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
|
|
4411 are in sync.
|
384
|
4412 * src/s/linux.h:
|
159
|
4413 * src/m/intel386.h: Yet another attempt to clean up linux defines.
|
|
4414
|
|
4415 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
4416
|
|
4417 * lib-src/pop.c: Correct incantation for pop.h.
|
|
4418 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
4419
|
|
4420 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4421
|
|
4422 * configure.in (beta): Correct test looking for Beta number.
|
|
4423
|
|
4424 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4425
|
|
4426 * src/Makefile.in.in, mule/language/misc-lang.el,
|
|
4427 mule/mule-load.el, mule/ipa-hooks.el: Use
|
|
4428 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
|
|
4429 mule/ipa-hooks.el was deleted.
|
|
4430
|
|
4431 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4432
|
|
4433 * Use lisp/mule/language/thai-util.el instead of
|
|
4434 lisp/mule/thai.el.
|
|
4435
|
|
4436 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
4437
|
|
4438 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
|
|
4439 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
|
|
4440
|
|
4441 * lisp/mule/language/thai.el: modified for XEmacs.
|
|
4442
|
|
4443 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4444
|
|
4445 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
|
|
4446 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
|
|
4447 lisp/mule/language/european.el, lisp/mule/language/greek.el,
|
|
4448 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
|
|
4449 instead of lisp/mule/chinese-hooks.el,
|
|
4450 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
|
|
4451 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
|
|
4452 lisp/mule/korean-hooks.el.
|
|
4453
|
|
4454 * lisp/mule/language/*.el was imported from
|
|
4455 Emacs/mule-19.34.94-zeta.
|
|
4456
|
|
4457 * Use lisp/mule/language/china-util.el instead of
|
|
4458 lisp/mule/chinese.el.
|
|
4459
|
|
4460 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4461
|
|
4462 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
4463 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
|
|
4464 were defined as coding-system.
|
|
4465
|
|
4466 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4467
|
|
4468 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
|
|
4469 smiley faces.
|
|
4470
|
163
|
4471 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
384
|
4472
|
163
|
4473 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
4474 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
4475
|
|
4476 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4477
|
|
4478 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
4479 the `backward-or-forward-foo' functions.
|
|
4480 * lisp/prim/simple.el:
|
|
4481 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
4482 - Removed `backspace-or-delete-hook'
|
|
4483 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
4484 - Added functions: `backward-or-forward-kill-word'
|
|
4485 `backward-or-forward-kill-sentence'
|
|
4486 `backward-or-forward-kill-sexp'
|
|
4487 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
4488 began playing nicely with pending-del.
|
|
4489 * lisp/modes/cc-mode.el:
|
|
4490 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
4491 to use the new names.
|
384
|
4492
|
157
|
4493 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
4494
|
|
4495 * XEmacs 20.3-b5 is released.
|
|
4496
|
155
|
4497 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
4498
|
|
4499 * XEmacs 20.3-b4 is released.
|
|
4500
|
|
4501 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
|
|
4502
|
|
4503 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
|
|
4504 with new Autoconf 2 mechanisms.
|
|
4505 * src/syswait.h:
|
|
4506 * src/sysdep.c:
|
|
4507 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
|
|
4508
|
|
4509 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
|
|
4510 old cruft that can be obtained from system header files.
|
|
4511 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
|
384
|
4512
|
|
4513 * lib-src/b2m.c:
|
|
4514 * src/gifalloc.c:
|
|
4515 * lib-src/gnuslib.c:
|
|
4516 * lib-src/profile.c:
|
155
|
4517 * lib-src/movemail.c: Fix compiler warnings
|
384
|
4518
|
155
|
4519 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
|
|
4520 - Fix up compile flags for new etags version
|
|
4521
|
384
|
4522 * man/xemacs/programs.texi:
|
155
|
4523 * lib-src/etags.c: Upgraded to etags 12.11
|
|
4524
|
|
4525 * src/config.h.in: Fix inline keyword support
|
384
|
4526
|
|
4527 * configure.in: Use a different mechanism for removing extra white
|
155
|
4528 space. Avoid using foo=`echo $bar`, which loses with various echos.
|
|
4529 - new M4 macro XE_SPACE(var, words...)
|
|
4530 - Use autoconf 2's AC_HEADER_SYS_WAIT
|
|
4531 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
|
|
4532 linking with losing Xpm implementations
|
|
4533 - Check for correct wnn4 lib symbols
|
|
4534 - Only link with inline.o when using gcc
|
|
4535 - Support inline keywords inline, __inline, __inline__
|
|
4536 - Ultrix now implies have_mmap=no
|
|
4537 - Sun sound in non-standard dirs now works
|
|
4538 - --native-sound-lib no longer ignored on HP & SGI
|
|
4539 - gpm configure tests moved after curses configure tests
|
163
|
4540
|
|
4541 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4542
|
384
|
4543 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
163
|
4544 desired delete direction in both normal and "hungry" modes.
|
384
|
4545 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
163
|
4546 honor the desired delete direction.
|
384
|
4547
|
155
|
4548 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
|
|
4549
|
|
4550 * configure.in: Automagically compute -R path for gcc
|
|
4551
|
163
|
4552 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4553
|
|
4554 * lisp/vm/vm-vars.el: Fixed delete key binding to call
|
|
4555 `vm-scroll-down'
|
384
|
4556
|
155
|
4557 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4558
|
|
4559 * configure.in: Add support for Solaris2.6 -z ignore linker flags
|
|
4560
|
|
4561 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
4562
|
|
4563 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
4564 Becker's replacement, hacked somewhat.
|
|
4565
|
163
|
4566 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4567
|
|
4568 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
4569 `backspace-or-delete-hook'
|
|
4570 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
4571 delete function.
|
|
4572 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
4573 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
4574 delete bindings.
|
384
|
4575 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
163
|
4576 use new delete bindings.
|
384
|
4577
|
155
|
4578 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4579
|
|
4580 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
4581
|
|
4582 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
4583 x11/x-menubar.el.
|
|
4584
|
|
4585 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4586
|
|
4587 * lisp/leim/quail.el: to avoid compiling warnings about
|
|
4588 overlay.el.
|
|
4589
|
|
4590 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4591
|
|
4592 * lisp/leim/quail.el: to sync with quail.el of
|
|
4593 Emacs-19.34.94-zeta.
|
|
4594
|
|
4595 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
|
|
4596 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
|
|
4597 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
|
|
4598 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
|
|
4599 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
|
|
4600 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
|
|
4601 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
|
|
4602 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
|
|
4603 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
|
|
4604 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
|
|
4605 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
|
|
4606 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
|
|
4607 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
|
|
4608 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
|
|
4609 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
4610 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
|
|
4611 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
|
|
4612 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
|
|
4613 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
|
|
4614
|
|
4615 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4616
|
|
4617 * mule/korean.el was abolished because it seems not to be used.
|
|
4618
|
|
4619 * mule/japanese.el was abolished because it seems not to be used.
|
|
4620
|
|
4621 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4622
|
|
4623 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
|
|
4624 Gnus 5.4.
|
|
4625
|
|
4626 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
4627
|
|
4628 * lisp/tm/tm-view.el: updated to 7.83.
|
|
4629
|
|
4630 * lisp/leim/quail.el: modified for XEmacs.
|
|
4631
|
|
4632 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
4633 mule-process.el because it is not used.
|
|
4634
|
|
4635 * lisp/mule/european.el was abolished because it seems not to be
|
|
4636 used.
|
|
4637
|
|
4638 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
4639 language-environment.
|
|
4640
|
|
4641 * lisp/mule/european-hooks.el: Modified for LEIM.
|
|
4642
|
|
4643 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
4644 `toggle-input-method'.
|
|
4645
|
|
4646 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
|
|
4647 to mule-cmds.el).
|
|
4648
|
|
4649 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
|
|
4650 from mule-init.el).
|
|
4651
|
|
4652 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
4653
|
|
4654 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
4655
|
|
4656 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
4657
|
|
4658 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4659
|
|
4660 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
4661 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
|
|
4662
|
|
4663 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
4664
|
|
4665 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
|
|
4666
|
|
4667 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
4668 19.34.94-epsilon).
|
|
4669
|
|
4670 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
|
|
4671 XEmacs can not compile it.
|
|
4672
|
|
4673 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
|
|
4674 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
|
|
4675 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
|
|
4676 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
|
|
4677 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
|
|
4678 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
|
|
4679 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
|
|
4680 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
|
|
4681 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
|
|
4682 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
|
|
4683 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
|
|
4684 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
|
|
4685 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
|
|
4686 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
4687 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
|
|
4688 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
|
|
4689 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
|
|
4690 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
|
|
4691 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
|
|
4692 elisp files; old lisp/quail was abolished.
|
|
4693
|
|
4694 * src/Makefile.in.in: Add mule-cmds.elc.
|
|
4695
|
|
4696 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
|
|
4697 (imported from Emacs-19.34.94-epsilon and comment out a lot to
|
|
4698 avoid conflict with mule-init.el or other XEmacs/mule files).
|
|
4699
|
|
4700 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
4701 from Emacs-19.34.94-epsilon.
|
|
4702
|
153
|
4703 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
4704
|
|
4705 * XEmacs 20.3-beta3 is released.
|
|
4706
|
|
4707 * INSTALL: Delete documentation of mocklisp support.
|
|
4708
|
|
4709 * configure.in: Delete mocklisp support.
|
|
4710
|
|
4711 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
4712
|
|
4713 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
4714 Becker's replacement, hacked somewhat.
|
|
4715
|
|
4716 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
|
|
4717
|
|
4718 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
|
|
4719
|
|
4720 * lib-src/etags.c: Version 12.7 from Francesco.
|
|
4721
|
|
4722 * configure.in: Juggle link order of X libraries.
|
|
4723 Add support for using zsh to run configure.
|
|
4724 Document --with-tty=no.
|
|
4725 Fix -no-recursion option.
|
|
4726 Recognize and ignore --cache-file option.
|
|
4727 Recognize null values for preprocessor symbols converted to shell
|
|
4728 variables. This maybe fixes the "-ltermcap" problem.
|
|
4729 Remove spurious blanks from various SUBST-ituted variables.
|
|
4730 Fix conditional creation of gdbinit.
|
|
4731 Conditionally create .sbinit for Sunpro C.
|
|
4732
|
151
|
4733 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
4734
|
|
4735 * XEmacs 20.3-beta2 is released.
|
|
4736
|
|
4737 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4738
|
|
4739 * configure.in: Try to fix all reported bugs with 20.3-b1.
|
|
4740 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
|
|
4741 extra-verbose now default on beta builds.
|
|
4742 extra-verbose now much more verbose.
|
|
4743 Don't set libs_termcap to " ".
|
|
4744 Detect -lXm AFTER detecting -lXpm.
|
|
4745 Use runtime paths before running tests, since AC_TRY_RUN may
|
|
4746 depend on it.
|
|
4747 with-xim=motif only default on Solaris.
|
|
4748 realpath moved from s&m to configure.in.
|
384
|
4749 xemacs-version.h removed. main_1 now contains $canonical as well,
|
151
|
4750 for even more useful backtraces.
|
|
4751 termcap handling rewritten.
|
|
4752 Create .sbinit for Sun's source browser.
|
|
4753 Warn user if no XPM support present.
|
|
4754 Warn user if compiling in error checking.
|
|
4755
|
384
|
4756 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
|
151
|
4757 dynodump. Remove core when cleaning. Remove config.log.
|
|
4758 make distclean now functional.
|
|
4759
|
|
4760 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4761
|
|
4762 * lwlib/Makefile.in.in (distclean): Clean up config.h.
|
|
4763
|
|
4764 * Makefile.in (distclean): Remve config.log.
|
|
4765 remove broken dynodump stuffs.
|
|
4766
|
149
|
4767 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4768
|
|
4769 * XEmacs 20.3-b1 is released.
|
|
4770
|
|
4771 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4772
|
|
4773 * info/dir (Packages): Update minor version number.
|
|
4774
|
|
4775 * README: Update minor version number.
|
|
4776
|
146
|
4777 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4778
|
|
4779 * XEmacs-20.2 is released.
|
|
4780
|
144
|
4781 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4782
|
|
4783 * XEmacs 20.2-b6 is released.
|
|
4784
|
142
|
4785 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4786
|
|
4787 * XEmacs 20.2-b5 is released.
|
|
4788
|
140
|
4789 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4790
|
|
4791 * XEmacs 20.2-b4 is released.
|
|
4792
|
|
4793 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4794
|
|
4795 * configure.in (--with-xim): Don't default it to Motif since it
|
|
4796 causes crashes at startup on some systems.
|
|
4797
|
138
|
4798 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4799
|
|
4800 * XEmacs 20.2-b3 is released.
|
|
4801
|
136
|
4802 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4803
|
|
4804 * XEmacs 20.2-b2 is released.
|
|
4805
|
|
4806 * configure.in (beta): OPENWINHOME misspelled.
|
|
4807
|
134
|
4808 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4809
|
|
4810 * XEmacs 20.2-b1 is released.
|
|
4811
|
|
4812 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4813
|
|
4814 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
|
|
4815 uname.
|
|
4816
|
131
|
4817 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4818
|
|
4819 * XEmacs 20.1 is re-released.
|
|
4820
|
126
|
4821 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4822
|
|
4823 * XEmacs 20.1 is released.
|
|
4824
|
124
|
4825 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4826
|
|
4827 * XEmacs 20.1-b15 is released.
|
|
4828
|
|
4829 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
4830 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
|
|
4831 1) changing it into sections -- there is now a section for building,
|
|
4832 running and compatibility problems
|
|
4833
|
|
4834 2) removing some obviously obsolete entries -- e.g. those pertaining
|
|
4835 to Emacs 18, etc. --> size is off by 20K
|
|
4836
|
|
4837 3) Rearranging the entries by relevance. I have tried to put the most
|
|
4838 relevant entries in front.
|
384
|
4839
|
122
|
4840 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4841
|
|
4842 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
|
|
4843
|
120
|
4844 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4845
|
|
4846 * XEmacs 20.1-b12 is released.
|
|
4847
|
|
4848 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
|
|
4849
|
|
4850 * configure.in: Cosmetic change to summary print of POP/Kerberos/
|
|
4851 Hesiod options.
|
|
4852
|
118
|
4853 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4854
|
|
4855 * XEmacs 20.1-b11 is released.
|
|
4856
|
|
4857 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4858
|
384
|
4859 * Makefile.in (install-only): New target. Functionality suggested
|
118
|
4860 by Larry Schwimmer, correct way of doing it suggested by Chuck
|
|
4861 Thompson.
|
|
4862
|
|
4863 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
|
|
4864 Zawinski for SGI cc and Irix 6.
|
|
4865
|
|
4866 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4867
|
|
4868 * configure.in: Add configuration parameters for Emacs 19.34
|
|
4869 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
|
|
4870
|
|
4871 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4872
|
|
4873 * configure.in: Remove garbage if [ ... ] constructs and a
|
|
4874 mispatch.
|
|
4875
|
116
|
4876 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4877
|
|
4878 * XEmacs 20.1-b10 is released.
|
|
4879
|
|
4880 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4881
|
|
4882 * Remove vms top-level directory.
|
384
|
4883
|
116
|
4884 * XEmacs 19.15 final released to beta testers.
|
|
4885
|
|
4886 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4887
|
|
4888 * XEmacs 19.15 prefinal released to beta testers.
|
|
4889
|
|
4890 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4891
|
|
4892 * configure.in (--debug): Correct documentation.
|
|
4893
|
|
4894 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4895
|
|
4896 * XEmacs 19.15-b104 is released.
|
|
4897
|
|
4898 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
4899
|
|
4900 * configure.in (beta): Add configure support for the -rpath flag
|
|
4901 for IRIX analogous to the Solaris "-R".
|
|
4902
|
|
4903 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4904
|
|
4905 * info/dir (Packages): Add HM-HTML-Mode to menu.
|
|
4906
|
|
4907 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
4908
|
424
|
4909 * configure.in: Echo only current configuration using 'tee -a'.
|
116
|
4910
|
114
|
4911 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4912
|
|
4913 * XEmacs-19.15-b103 is released.
|
|
4914 * XEmacs-20.0-b9 is released.
|
|
4915
|
|
4916 * Makefile.in (top_distclean): Add `Installation' to distclean
|
|
4917 rule.
|
|
4918
|
|
4919 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
4920
|
|
4921 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
|
|
4922 update-autoloads.sh.
|
|
4923
|
|
4924 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4925
|
|
4926 * XEmacs-19.15-b102 is released.
|
|
4927
|
|
4928 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4929
|
|
4930 * XEmacs-19.15-b101 is released.
|
|
4931
|
112
|
4932 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4933
|
|
4934 * XEmacs-20.1-b8 is released.
|
|
4935 * XEmacs-19.15-b100 is released.
|
|
4936
|
110
|
4937 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4938
|
112
|
4939 * XEmacs-20.1-b7 is released.
|
|
4940 * XEmacs-19.15-b99 is released.
|
|
4941
|
110
|
4942 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4943
|
|
4944 * configure.in: Add sunos4-1-4 header files.
|
|
4945
|
|
4946 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4947
|
|
4948 * configure.in: Use new file bsdos3.h with BSDI 3.0.
|
|
4949
|
108
|
4950 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4951
|
|
4952 * XEmacs-20.1-b6 is released.
|
|
4953 * XEmacs-19.15-b98 is released.
|
|
4954
|
|
4955 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4956
|
|
4957 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
|
|
4958 (gzip-el): New targe for compressed installed lisp sources.
|
|
4959
|
|
4960 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4961
|
|
4962 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
|
|
4963 but before anything else. More flexible about finding an xemacs
|
|
4964 to use for byte-compilation (default src/xemacs). Other minor fixes.
|
|
4965
|
106
|
4966 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4967
|
|
4968 * XEmacs 20.1-b5 is released.
|
|
4969
|
104
|
4970 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4971
|
|
4972 * XEmacs 20.1-b4 is released.
|
|
4973
|
|
4974 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4975
|
|
4976 * Makefile.in (distclean): Correct typos.
|
|
4977
|
|
4978 * XEmacs 19.15-b96 is released.
|
|
4979
|
|
4980 * configure.in: Symlink site-lisp when using --srcdir.
|
|
4981 Add special handling of lisp directory to allow for multiple
|
|
4982 site-packages files.
|
|
4983
|
|
4984 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4985
|
|
4986 * Makefile.in (distclean): Create lock and site-lisp directories
|
|
4987 when they don't exist (after being pruned by CVS).
|
|
4988
|
102
|
4989 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4990
|
|
4991 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
|
|
4992 distribution.
|
|
4993
|
|
4994 * XEmacs 20.1-b3 is released.
|
|
4995
|
100
|
4996 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4997
|
|
4998 * XEmacs 20.1-b2 is released.
|
|
4999
|
|
5000 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5001
|
|
5002 * XEmacs 19-15-b'95 is released.
|
|
5003
|
102
|
5004 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5005
|
|
5006 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
|
|
5007 - "knob" renamed to "slider"
|
|
5008 - leftmost pixel wasn't sensitive to button clicks, while righmost
|
|
5009 pixel was.
|
|
5010 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
|
|
5011 - goobers on top of up-arrow removed.
|
|
5012 - up-arrow would not always be redrawn when necessary
|
|
5013 - slider drag would be `off' by size of up-arrow
|
|
5014 - horizontal and vertical scrollbars didn't use exactly the same
|
|
5015 dimensions.
|
|
5016 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
|
|
5017 - Now up- and down-arrows actually work near beginning/end of buffer!
|
|
5018
|
100
|
5019 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5020
|
|
5021 * configure.in (with_xauth): Attempted correction of test for
|
|
5022 libXmu on SunOS.
|
|
5023
|
98
|
5024 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5025
|
|
5026 * XEmacs 20.1-b1 is released.
|
|
5027 * XEmacs 19.15-b94 is released.
|
|
5028
|
|
5029 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5030
|
|
5031 * README: ``This directory tree holds version 19.13 ...'' ???
|
|
5032
|
|
5033 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5034
|
|
5035 * XEmacs 19.15-b93 is released.
|
|
5036 XEmacs 20.0 is released to the 'net.
|
|
5037
|
96
|
5038 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5039
|
|
5040 * XEmacs 20.0try3 is released.
|
|
5041
|
94
|
5042 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5043
|
96
|
5044 * XEmacs 20.0try2 is released.
|
94
|
5045
|
96
|
5046 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
94
|
5047
|
|
5048 * XEmacs 19.15-b92 is released.
|
|
5049
|
88
|
5050 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5051
|
96
|
5052 * XEmacs 20.0try1 is released.
|
94
|
5053 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
|
88
|
5054
|
|
5055 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5056
|
|
5057 * PROBLEMS: Updated from beta test bug reports.
|
|
5058 Put in outline-mode/outl-mouse-minor-mode by default.
|
|
5059
|
|
5060 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5061
|
|
5062 * CHANGES-beta: XEmacs 20.0-b93 is released.
|
|
5063
|
84
|
5064 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5065
|
|
5066 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
5067
|
|
5068 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5069
|
|
5070 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
5071 char and pointer.
|
|
5072
|
|
5073 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5074
|
|
5075 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
5076
|
82
|
5077 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5078 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
5079
|
|
5080 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
5081 type.
|
|
5082
|
|
5083 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
5084 borderwidth.
|
|
5085 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
5086 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
5087 bottom of the buffer. :-(
|
|
5088
|
|
5089 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
5090
|
|
5091 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
5092 configurations that use both Motif and Athena.
|
|
5093
|
|
5094 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5095
|
|
5096 * info/dir (Gnus): Updated spelling and info.
|
|
5097
|
|
5098 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5099
|
|
5100 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
5101
|
|
5102 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5103
|
|
5104 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
5105 warnings for ccl-read-*
|
|
5106
|
80
|
5107 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
5108
|
80
|
5109 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
5110 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
384
|
5111
|
80
|
5112 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5113
|
|
5114 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
5115
|
78
|
5116 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5117 * XEmacs 20.0 beta 34 is released.
|
|
5118 * XEmacs 19.15 beta 7 is released.
|
|
5119
|
177
|
5120 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
|
78
|
5121
|
|
5122 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
5123
|
80
|
5124 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5125
|
384
|
5126 * src/emacs.c: Make sure
|
|
5127 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
80
|
5128 works properly
|
|
5129
|
|
5130 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
5131 competitor to Purify.
|
|
5132
|
|
5133 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
5134 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
5135
|
|
5136 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
5137
|
|
5138 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
5139
|
|
5140 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5141
|
|
5142 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
5143 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
5144 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
5145 Errors during autoload generation are just that - errors.
|
384
|
5146
|
80
|
5147 Generated autoloads are now in a separate file of their own.
|
384
|
5148
|
80
|
5149 Reliability of autoload generation greatly increased.
|
384
|
5150
|
80
|
5151 Distribution smaller by about 100k.
|
384
|
5152
|
80
|
5153 `make autoloads' is still the preferred mechanism for update.
|
384
|
5154
|
80
|
5155 Autoloads are always regenerated completely from scratch. This
|
|
5156 avoids errors with obsolete or corrupted autoload entries.
|
|
5157
|
|
5158 Caching of autoload entries using timestamps has been eliminated.
|
384
|
5159
|
80
|
5160 Files that have no autoloads no longer have a comment placed into
|
|
5161 the generated autoloads file.
|
|
5162
|
|
5163 There was a bug where autoload entries would sometimes end up
|
|
5164 being inserted into the *middle* of other autoload entries,
|
|
5165 thereby corrupting them.
|
|
5166
|
|
5167 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
5168
|
|
5169 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5170
|
|
5171 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
5172 doesn't use the autoload facility to load `autoload';
|
|
5173 load it explicity instead.
|
|
5174
|
|
5175 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
5176
|
|
5177 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
5178
|
|
5179 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
5180
|
|
5181 * src/mule-charset.c: Use lower case for charset registry, to
|
|
5182 match XLFD.
|
|
5183
|
|
5184 * Makefile.in: replace list of info files with *.info* - one less
|
|
5185 maintenance headache
|
|
5186
|
|
5187 * man/oo-browser.texi: Fix TeXability
|
|
5188
|
|
5189 * man/hyperbole.texi: Fix TeXability
|
|
5190
|
|
5191 * man/vhdl-mode.texi: Fix TeXability
|
|
5192
|
|
5193 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
5194 `make autoloads' should finally work.
|
|
5195
|
|
5196 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
5197
|
|
5198 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
5199
|
|
5200 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
5201 `special' directories without using the Makefiles
|
|
5202 designed for that purpose.
|
|
5203 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
5204
|
|
5205 * info/dir (Packages): Add Japanese TM info files
|
|
5206
|
|
5207 * src/inline.c: Allow compilation with `gcc -g'
|
|
5208
|
|
5209 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
5210
|
|
5211 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
5212 that various tools can recognize the filename as such.
|
|
5213
|
|
5214 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
384
|
5215 --with-xim=xlib and key event on window frame.
|
80
|
5216 Change return foo to return (foo) when return is a macro.
|
|
5217
|
|
5218 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
5219
|
|
5220 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
5221 This Makefile is no longer officially broken.
|
|
5222
|
|
5223 * info/dir: Add Japanese tm documents.
|
|
5224
|
|
5225 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
5226
|
|
5227 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
5228 xargs -i flag.
|
|
5229
|
|
5230 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
5231 the `binary' coding system is used for .gz and .Z extensions.
|
|
5232
|
|
5233 * man/viper.texi: Viper version 2.90
|
|
5234
|
|
5235 * man/ediff.texi: Ediff Version 2.62
|
|
5236
|
|
5237 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
5238 define-key, for compatibility with loaddefs.el
|
|
5239
|
|
5240 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
5241
|
|
5242 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
5243
|
|
5244 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
5245 files in dirs that have their own Makefiles.
|
|
5246
|
78
|
5247 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5248
|
|
5249 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
5250
|
|
5251 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
5252
|
|
5253 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
5254 installation.
|
|
5255
|
|
5256 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5257
|
|
5258 * XEmacs 20.0 beta 33 is released.
|
|
5259 * XEmacs 19.15 beta 6 is released.
|
|
5260
|
76
|
5261 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5262
|
|
5263 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
5264 pages.
|
|
5265
|
|
5266 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5267 * XEmacs 20.0-b32 released.
|
|
5268
|
|
5269 * XEmacs 19.15-b5 released.
|
|
5270
|
74
|
5271 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5272
|
|
5273 * configure.in: Reformat. Fix shared include file rename
|
|
5274 problem.
|
|
5275
|
|
5276 * configure: Reformat. Fix shared include file rename problem.
|
|
5277
|
|
5278 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
5279
|
|
5280 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
5281
|
|
5282 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
5283 default.
|
|
5284
|
|
5285 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5286
|
|
5287 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
5288
|
72
|
5289 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
5290
|
|
5291 * info/vhdl-mode.info: New file.
|
|
5292
|
|
5293 * info/dir (Packages): Add vhdl-mode documentation.
|
|
5294
|
|
5295 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
5296
|
|
5297 * configure: Make shared/dynamic flags work much more logically.
|
|
5298
|
|
5299 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
5300
|
|
5301 * configure.in (machine): Patch to make newly renamed shared
|
|
5302 link include files work.
|
|
5303
|
|
5304 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
5305
|
|
5306 * configure.in: Configure for POSIX getcwd if available.
|
|
5307
|
|
5308 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
5309
|
|
5310 * configure.in (LIBS): Fix typo in dialog box test.
|