Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5020:eadd99984bfb
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 09 Feb 2010 03:53:52 -0600 |
parents | d6368048cd8c 788c38f20376 |
children | 6aba0daedb7c c8f90d61dcf3 b5df3737028a dc94bf0afa37 f62141fe007d |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 09 00:30:59 2010 -0600 +++ b/lisp/ChangeLog Tue Feb 09 03:53:52 2010 -0600 @@ -5,6 +5,25 @@ 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: