diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 10 08:09:23 2001 +0000
+++ b/lisp/ChangeLog	Thu May 10 09:59:57 2001 +0000
@@ -1,3 +1,33 @@
+2001-05-10  Ben Wing  <ben@xemacs.org>
+
+	* mule\mule-coding.el:
+	* mule\mule-coding.el (coding-system-charset): New.
+	Move this function into Lisp to avoid doc warnings.
+
+2001-05-10  Ben Wing  <ben@xemacs.org>
+
+	* autoload.el:
+	* autoload.el (update-autoloads-from-directory):
+	* autoload.el (fixup-autoload-buffer):
+	* autoload.el (batch-update-autoloads): Removed.
+	* autoload.el (update-autoload-files): New.
+	* autoload.el (batch-force-update-one-directory): New.
+	* packages.el (packages-useful-lisp):
+	* startup.el:
+	* startup.el (normal-top-level):
+	* startup.el (startup-load-autoloads): New.
+	* update-elc-2.el (batch-update-elc-2):
+	* update-elc.el:
+	* update-elc.el (need-to-rebuild-autoloads): New.
+	* update-elc.el (need-to-rebuild-mule-autoloads): New.
+	* update-elc.el (need-to-recompile-autoloads): New.
+	* update-elc.el (need-to-recompile-mule-autoloads): New.
+	* update-elc.el (update-elc-chop-extension): New.
+	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.
+
 2001-05-09  Ben Wing  <ben@xemacs.org>
 
 	* files.el (find-file-noselect):