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