summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-10-21 17:25:58 +0000
committerRichard M. Stallman <rms@gnu.org>2005-10-21 17:25:58 +0000
commit45158e77762545109935cad79450d0cda8905976 (patch)
treeda32aa17fa79ffac30620a9d9129414ec7a41c7d /lisp
parente1f4af40f42b83d204a417c7055354ea1e80b378 (diff)
downloademacs-45158e77762545109935cad79450d0cda8905976.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <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.