# HG changeset patch # User Richard M. Stallman # Date 1129915558 0 # Node ID a5acfefeb8be863342577682b1b10966d9bbc3ac # Parent 53d622f10d15d381d5d78026f7d393176019d9b8 *** empty log message *** diff -r 53d622f10d15 -r a5acfefeb8be lisp/ChangeLog --- 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 + + * 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 * progmodes/etags.el (tags-table-mode): New function. diff -r 53d622f10d15 -r a5acfefeb8be lispref/ChangeLog --- a/lispref/ChangeLog Fri Oct 21 17:25:23 2005 +0000 +++ b/lispref/ChangeLog Fri Oct 21 17:25:58 2005 +0000 @@ -1,3 +1,8 @@ +2005-10-21 Richard M. Stallman + + * loading.texi (Where Defined): load-history contains abs file names. + symbol-file returns abs file names. + 2005-10-19 Kim F. Storm * display.texi (Showing Images): Add max-image-size integer value. diff -r 53d622f10d15 -r a5acfefeb8be src/ChangeLog --- a/src/ChangeLog Fri Oct 21 17:25:23 2005 +0000 +++ b/src/ChangeLog Fri Oct 21 17:25:58 2005 +0000 @@ -1,3 +1,11 @@ +2005-10-21 Richard M. Stallman + + * lread.c (Fload): Simplify gcpro structure. + Gcpro FOUND as well as FILE, but not EFOUND. + Unless preloading, record FOUND instead of FILE in Vload_history. + Rename repeat local FILE to MSG_FILE. + (syms_of_lread) : Doc fix. + 2005-10-21 Kenichi Handa * search.c (boyer_moore): Surround the '||' part of expression in