comparison 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
comparison
equal deleted inserted replaced
5019:d7cc9553d3eb 5020:eadd99984bfb
2 2
3 * help.el (describe-function-1): 3 * help.el (describe-function-1):
4 Don't use compiled-function-annotation to retrieve the file name 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 5 for a function since it doesn't provide this info and load-history
6 already does provide it. 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.
7 26
8 2010-02-06 Ben Wing <ben@xemacs.org> 27 2010-02-06 Ben Wing <ben@xemacs.org>
9 28
10 * unicode.el: 29 * unicode.el:
11 * unicode.el (for): 30 * unicode.el (for):