Mercurial > emacs
comparison lisp/ChangeLog @ 66290:a5acfefeb8be
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Oct 2005 17:25:58 +0000 |
parents | 2f64a61beec6 |
children | 66e915f36067 |
comparison
equal
deleted
inserted
replaced
66289:53d622f10d15 | 66290:a5acfefeb8be |
---|---|
1 2005-10-21 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * emacs-lisp/find-func.el (find-library-name): Doc fix. | |
4 | |
5 * startup.el (command-line): Convert library names | |
6 in `load-history' to absolute file names. | |
7 | |
8 * subr.el (symbol-file): Doc fix. | |
9 | |
10 * loadhist.el (file-loadhist-lookup): Call locate-library | |
11 instead of find-library-name. Don't try converting | |
12 abs file names to library names, since load-history no longer | |
13 has library names in it. | |
14 (file-dependents, file-provides, file-requires): Doc fixes. | |
15 | |
1 2005-10-21 Juri Linkov <juri@jurta.org> | 16 2005-10-21 Juri Linkov <juri@jurta.org> |
2 | 17 |
3 * progmodes/etags.el (tags-table-mode): New function. | 18 * progmodes/etags.el (tags-table-mode): New function. |
4 (tags-verify-table): Replace initialize-new-tags-table with | 19 (tags-verify-table): Replace initialize-new-tags-table with |
5 tags-table-mode. | 20 tags-table-mode. |