comparison lisp/ChangeLog @ 528:ef4d2466a29c

[xemacs-hg @ 2001-05-10 09:59:45 by ben] implement user-name-all-completions under Windows. xemacs.mak: need another lib (netapi32.lib) for user-name-all-completions. emacs.c: create new function force-debugging-signal (only when DEBUG_XEMACS) to breakpoint or abort to the debugger. mule\mule-coding.el, file-coding.c, file-coding.h, lisp.h: move coding-system-charset to lisp to avoid doc warning. autoload.el, packages.el, startup.el, update-elc-2.el, update-elc.el: Rewrite much of the bootstrapping process to be more robust, and in particular to rebuild the auto-autoloads and custom-loads files no matter what state (including missing) they're currently in. xemacs.mak: remove autoload-building target. Makefile.in.in: remove autoload targets.
author ben
date Thu, 10 May 2001 09:59:57 +0000
parents a5ee2ca8672c
children 0493e9f3c27f
comparison
equal deleted inserted replaced
527:7b35ad872326 528:ef4d2466a29c
1 2001-05-10 Ben Wing <ben@xemacs.org>
2
3 * mule\mule-coding.el:
4 * mule\mule-coding.el (coding-system-charset): New.
5 Move this function into Lisp to avoid doc warnings.
6
7 2001-05-10 Ben Wing <ben@xemacs.org>
8
9 * autoload.el:
10 * autoload.el (update-autoloads-from-directory):
11 * autoload.el (fixup-autoload-buffer):
12 * autoload.el (batch-update-autoloads): Removed.
13 * autoload.el (update-autoload-files): New.
14 * autoload.el (batch-force-update-one-directory): New.
15 * packages.el (packages-useful-lisp):
16 * startup.el:
17 * startup.el (normal-top-level):
18 * startup.el (startup-load-autoloads): New.
19 * update-elc-2.el (batch-update-elc-2):
20 * update-elc.el:
21 * update-elc.el (need-to-rebuild-autoloads): New.
22 * update-elc.el (need-to-rebuild-mule-autoloads): New.
23 * update-elc.el (need-to-recompile-autoloads): New.
24 * update-elc.el (need-to-recompile-mule-autoloads): New.
25 * update-elc.el (update-elc-chop-extension): New.
26 Rewrite much of the bootstrapping process to be more robust,
27 and in particular to rebuild the auto-autoloads and custom-loads
28 files no matter what state (including missing) they're currently
29 in.
30
1 2001-05-09 Ben Wing <ben@xemacs.org> 31 2001-05-09 Ben Wing <ben@xemacs.org>
2 32
3 * files.el (find-file-noselect): 33 * files.el (find-file-noselect):
4 * files.el (recover-session-finish): 34 * files.el (recover-session-finish):
5 fix byte-compilation warnings. 35 fix byte-compilation warnings.