Mercurial > hg > xemacs-beta
comparison nt/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 | cd662ad69f40 |
children | 9a775fb11bb7 |
comparison
equal
deleted
inserted
replaced
527:7b35ad872326 | 528:ef4d2466a29c |
---|---|
1 2001-05-10 Ben Wing <ben@xemacs.org> | |
2 | |
3 * xemacs.mak (TEMACS_LIBS): | |
4 need another lib (netapi32.lib) for user-name-all-completions. | |
5 | |
6 * xemacs.mak (all): | |
7 * xemacs.mak (OS): | |
8 remove autoload-building target. | |
9 | |
1 2001-05-09 Ben Wing <ben@xemacs.org> | 10 2001-05-09 Ben Wing <ben@xemacs.org> |
2 | 11 |
3 * xemacs.mak (OS): | 12 * xemacs.mak (OS): |
4 do not warn about gtk when we're not trying to compile with it. | 13 do not warn about gtk when we're not trying to compile with it. |
5 | 14 |