comparison src/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 77fb0aa0e69f
children 0493e9f3c27f
comparison
equal deleted inserted replaced
527:7b35ad872326 528:ef4d2466a29c
1 2001-05-10 Ben Wing <ben@xemacs.org>
2
3 * dired.c:
4 * dired.c (user_name_completion_unwind):
5 * dired.c (user_name_completion):
6 * dired.c (syms_of_dired):
7 implement user-name-all-completions under Windows.
8
9 * emacs.c:
10 * emacs.c (syms_of_emacs):
11 create new function force-debugging-signal (only when DEBUG_XEMACS)
12 to breakpoint or abort to the debugger.
13
14 * file-coding.c:
15 * file-coding.c (syms_of_file_coding):
16 * file-coding.h:
17 * lisp.h:
18 move coding-system-charset to lisp to avoid doc warning.
19
1 2001-05-09 William M. Perry <wmperry@gnu.org> 20 2001-05-09 William M. Perry <wmperry@gnu.org>
2 21
3 * scrollbar-gtk.c (gtk_create_scrollbar_instance): Fix the 22 * scrollbar-gtk.c (gtk_create_scrollbar_instance): Fix the
4 disappearing GTK scrollbar problem. 23 disappearing GTK scrollbar problem.
5 24