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