Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3379:b544987e2eca
[xemacs-hg @ 2006-05-06 08:09:35 by aidan]
Fix the win32 build following my lib-src/DOC format changes.
author | aidan |
---|---|
date | Sat, 06 May 2006 08:09:37 +0000 |
parents | 182c0df289b7 |
children | 72f5451ab2f0 |
comparison
equal
deleted
inserted
replaced
3378:b90d5053b5ca | 3379:b544987e2eca |
---|---|
1 2006-05-06 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lisp.h (struct Lisp_Subr): | |
4 Document that prompt, doc, and name should not be char *. | |
5 * symbols.c (Fsubr_name): | |
6 Cast name to const Ibyte * before returning it. | |
7 * sysfile.h: | |
8 Make versions of DIRECTORY_SEP, IS_DIRECTORY_SEP and IS_ANY_SEP | |
9 available to make-docfile and other non-emacs processes on win32. | |
10 | |
1 2006-04-30 Stephen J. Turnbull <stephen@xemacs.org> | 11 2006-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 12 |
3 * font-mgr.c (string_list_to_fcobjectset): Remove debugging output. | 13 * font-mgr.c (string_list_to_fcobjectset): Remove debugging output. |
4 | 14 |
5 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> | 15 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |