Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Fri May 05 21:51:13 2006 +0000 +++ b/src/ChangeLog Sat May 06 08:09:37 2006 +0000 @@ -1,3 +1,13 @@ +2006-05-06 Aidan Kehoe <kehoea@parhasard.net> + + * lisp.h (struct Lisp_Subr): + Document that prompt, doc, and name should not be char *. + * symbols.c (Fsubr_name): + Cast name to const Ibyte * before returning it. + * sysfile.h: + Make versions of DIRECTORY_SEP, IS_DIRECTORY_SEP and IS_ANY_SEP + available to make-docfile and other non-emacs processes on win32. + 2006-04-30 Stephen J. Turnbull <stephen@xemacs.org> * font-mgr.c (string_list_to_fcobjectset): Remove debugging output.