+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.
+2005-10-21 Richard M. Stallman <rms@gnu.org>
+
+ * loading.texi (Where Defined): load-history contains abs file names.
+ symbol-file returns abs file names.
+
2005-10-19 Kim F. Storm <storm@cua.dk>
* display.texi (Showing Images): Add max-image-size integer value.
+2005-10-21 Richard M. Stallman <rms@gnu.org>
+
+ * 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) <load-history>: Doc fix.
+
2005-10-21 Kenichi Handa <handa@m17n.org>
* search.c (boyer_moore): Surround the '||' part of expression in