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