]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Oct 2005 17:25:58 +0000 (17:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Oct 2005 17:25:58 +0000 (17:25 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 71b3db650a4a4170eeee60ac0f7e484e877a6255..219fbe0213a259ed28dee0b558987246fda238a5 100644 (file)
@@ -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.
index 9de9e90ea40494d6b9ad43dba782effc184e4fc5..c19b0e1521b23c57b40723af28848cc9138131d2 100644 (file)
@@ -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.
index a4996a62eb6449878e32b239c01aac02ab5afbc0..213e77624858727e2657da37fdb1d485b4132b34 100644 (file)
@@ -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