Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 3511:1ee424086c62
[xemacs-hg @ 2006-07-16 12:23:57 by aidan]
Add docstrings to source-root, build-root, rename them
author | aidan |
---|---|
date | Sun, 16 Jul 2006 12:23:58 +0000 |
parents | bcc2611d4cfc |
children | efa52de8c279 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jul 16 10:51:48 2006 +0000 +++ b/lisp/ChangeLog Sun Jul 16 12:23:58 2006 +0000 @@ -1,3 +1,25 @@ +2006-07-16 Aidan Kehoe <kehoea@parhasard.net> + + * loadhist.el (symbol-file): + Use `source-directory,' not `build-root' for the full pathnames of + C files. + * loadup.el: + * update-elc.el: + Rename `build-root', `source-root' to `build-directory', + `source-directory' respectively, the latter for compatibility with + the FSF; give them and `source-lisp' docstrings, change the + defvars to defconsts where possible. + + * make-docfile.el (build-root): Removed. + * make-docfile.el (build-directory): New. + Rename build-root. + + * update-elc.el (build-root): Removed. + * update-elc.el (build-directory): New. + * update-elc.el (source-root): Removed. + * update-elc.el (source-directory): New. + Rename build-root, source-root. + 2006-07-13 Aidan Kehoe <kehoea@parhasard.net> * unicode.el (decode-char):