Mercurial > emacs
diff lisp/ChangeLog @ 66290:a5acfefeb8be
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Oct 2005 17:25:58 +0000 |
parents | 2f64a61beec6 |
children | 66e915f36067 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 21 17:25:23 2005 +0000 +++ b/lisp/ChangeLog Fri Oct 21 17:25:58 2005 +0000 @@ -1,3 +1,18 @@ +2005-10-21 Richard M. Stallman <rms@gnu.org> + + * emacs-lisp/find-func.el (find-library-name): Doc fix. + + * startup.el (command-line): Convert library names + in `load-history' to absolute file names. + + * subr.el (symbol-file): Doc fix. + + * loadhist.el (file-loadhist-lookup): Call locate-library + instead of find-library-name. Don't try converting + abs file names to library names, since load-history no longer + has library names in it. + (file-dependents, file-provides, file-requires): Doc fixes. + 2005-10-21 Juri Linkov <juri@jurta.org> * progmodes/etags.el (tags-table-mode): New function.