From 45158e77762545109935cad79450d0cda8905976 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 Oct 2005 17:25:58 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 15 +++++++++++++++ lispref/ChangeLog | 5 +++++ src/ChangeLog | 8 ++++++++ 3 files changed, 28 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71b3db650a4..219fbe0213a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index 9de9e90ea40..c19b0e1521b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index a4996a62eb6..213e7762485 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.2