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