comparison ChangeLog @ 559:5101772788b2

[xemacs-hg @ 2001-05-23 10:02:02 by ben] cvs utilitzes a 'best-effort' protocol when checking in'
author ben
date Wed, 23 May 2001 10:02:19 +0000
parents f486da5f1a3b
children c775bd016b32
comparison
equal deleted inserted replaced
558:ed498ef2108b 559:5101772788b2
1 2001-05-22 Martin Buchholz <martin@xemacs.org> 1 2001-05-23 Ben Wing <ben@xemacs.org>
2 2
3 * etc\sample.init.el:
4 * etc\sample.init.el (Init-safe-require): New.
5 * etc\sample.init.el ((fboundp 'pending-delete-mode)):
6 * etc\sample.init.el ((eq system-type 'windows-nt)):
7 * etc\sample.init.el (dired):
8 * etc\sample.init.el ((Init-safe-require 'efs-auto)):
9 * etc\sample.init.el (completer):
10 * etc\sample.init.el (crypt):
11 * etc\sample.init.el (filladapt):
12 * etc\sample.init.el ((fboundp 'turn-on-lazy-lock)):
13 * etc\sample.init.el ((fboundp 'resize-minibuffer-mode)):
14 * etc\sample.init.el ((Init-safe-require 'scroll-in-place)):
15 Rewrite to be much more careful about loading features -- now
16 it decays gracefully even in the complete absence of packages.
17 Also avoid doing obnoxious things when loading efs.
18
19 2001-05-23 Ben Wing <ben@xemacs.org>
20
21 * configure.in (AC_INIT_PARSE_ARGS):
22 * configure.in (TAB):
23 * configure.in (XE_COMPUTE_RUNPATH):
24 add some support for eventually turning on file coding by
25 default. Fix numerous places where AC_MSG_WARN had quotes
26 around its arg, which is bad. Replace with []. Same for
27 AC_MSG_ERROR.
28
29 2001-05-15 Steve Youngs <youngs@xemacs.org>
3 * configure.in: 30 * configure.in:
4 If no native dumper (UNEXEC) is defined, simply use pdump. 31 If no native dumper (UNEXEC) is defined, simply use pdump.
5 If no SYSTEM_TYPE is defined, choose an appopriate default. 32 If no SYSTEM_TYPE is defined, choose an appopriate default.
6 33
7 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu> 34 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
8 35
36 * etc/PACKAGES: Update to reflect new package dir tree.
9 * configure.in: Reverse the order of Windows and Linux sound tests 37 * configure.in: Reverse the order of Windows and Linux sound tests
10 so that Cygwin will find Windows first. 38 so that Cygwin will find Windows first.
11 39
40 2001-05-14 Martin Buchholz <martin@xemacs.org>
41
42 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
12 2001-05-15 Steve Youngs <youngs@xemacs.org> 43 2001-05-15 Steve Youngs <youngs@xemacs.org>
13 44
14 * etc/PACKAGES: Update to reflect new package dir tree. 45 * etc/PACKAGES: Update to reflect new package dir tree.
15 46
16 2001-05-11 Martin Buchholz <martin@xemacs.org> 47 2001-05-11 Martin Buchholz <martin@xemacs.org>