comparison 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
comparison
equal deleted inserted replaced
3510:06a586083be3 3511:1ee424086c62
1 2006-07-16 Aidan Kehoe <kehoea@parhasard.net>
2
3 * loadhist.el (symbol-file):
4 Use `source-directory,' not `build-root' for the full pathnames of
5 C files.
6 * loadup.el:
7 * update-elc.el:
8 Rename `build-root', `source-root' to `build-directory',
9 `source-directory' respectively, the latter for compatibility with
10 the FSF; give them and `source-lisp' docstrings, change the
11 defvars to defconsts where possible.
12
13 * make-docfile.el (build-root): Removed.
14 * make-docfile.el (build-directory): New.
15 Rename build-root.
16
17 * update-elc.el (build-root): Removed.
18 * update-elc.el (build-directory): New.
19 * update-elc.el (source-root): Removed.
20 * update-elc.el (source-directory): New.
21 Rename build-root, source-root.
22
1 2006-07-13 Aidan Kehoe <kehoea@parhasard.net> 23 2006-07-13 Aidan Kehoe <kehoea@parhasard.net>
2 24
3 * unicode.el (decode-char): 25 * unicode.el (decode-char):
4 * unicode.el (encode-char): 26 * unicode.el (encode-char):
5 Specify the SHOW-ARGS properly in a couple of assertions. 27 Specify the SHOW-ARGS properly in a couple of assertions.