Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 10 07:15:36 2010 -0600 +++ b/lisp/ChangeLog Wed Feb 10 07:25:19 2010 -0600 @@ -1,3 +1,29 @@ +2010-02-08 Ben Wing <ben@xemacs.org> + + * help.el (describe-function-1): + Don't use compiled-function-annotation to retrieve the file name + for a function since it doesn't provide this info and load-history + already does provide it. + +2010-02-07 Aidan Kehoe <kehoea@parhasard.net> + + * make-docfile.el (format-decode): Remove this temporary function + definition, now we check the symbol is bound in fileio.c + * version.el (format-decode): Ditto. + * format.el (car-less-than-car, cdr-less-than-cdr): Move these + here from fileio.c, now they are only called once format.el is + available. + +2010-02-07 Aidan Kehoe <kehoea@parhasard.net> + + * setup-paths.el (paths-find-emacs-roots) + (paths-construct-info-path): + * packages.el (packages-find-installation-package-directories): + #'union doesn't guarantee that it will preserve the relative order + of elements in its arguments; use #'delete-duplicates + instead. Thank you for the bug reports, Robert Pluim, Stephen + Turnbull. + 2010-02-06 Ben Wing <ben@xemacs.org> * unicode.el: