Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5027:22179cd0fe15
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 10 Feb 2010 07:25:19 -0600 |
parents | eadd99984bfb |
children | 6aba0daedb7c c8f90d61dcf3 b5df3737028a dc94bf0afa37 f62141fe007d |
comparison
equal
deleted
inserted
replaced
5026:46cf825f6158 | 5027:22179cd0fe15 |
---|---|
1 2010-02-08 Ben Wing <ben@xemacs.org> | |
2 | |
3 * help.el (describe-function-1): | |
4 Don't use compiled-function-annotation to retrieve the file name | |
5 for a function since it doesn't provide this info and load-history | |
6 already does provide it. | |
7 | |
8 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> | |
9 | |
10 * make-docfile.el (format-decode): Remove this temporary function | |
11 definition, now we check the symbol is bound in fileio.c | |
12 * version.el (format-decode): Ditto. | |
13 * format.el (car-less-than-car, cdr-less-than-cdr): Move these | |
14 here from fileio.c, now they are only called once format.el is | |
15 available. | |
16 | |
17 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> | |
18 | |
19 * setup-paths.el (paths-find-emacs-roots) | |
20 (paths-construct-info-path): | |
21 * packages.el (packages-find-installation-package-directories): | |
22 #'union doesn't guarantee that it will preserve the relative order | |
23 of elements in its arguments; use #'delete-duplicates | |
24 instead. Thank you for the bug reports, Robert Pluim, Stephen | |
25 Turnbull. | |
26 | |
1 2010-02-06 Ben Wing <ben@xemacs.org> | 27 2010-02-06 Ben Wing <ben@xemacs.org> |
2 | 28 |
3 * unicode.el: | 29 * unicode.el: |
4 * unicode.el (for): | 30 * unicode.el (for): |
5 Convert file to utf-8. | 31 Convert file to utf-8. |