changeset 66290:a5acfefeb8be

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Oct 2005 17:25:58 +0000
parents 53d622f10d15
children 66e915f36067
files lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 28 insertions(+), 0 deletions(-) [+]
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.
--- 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  <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.
--- 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  <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