comparison lisp/ChangeLog @ 66315:167ad3f64775

(eval-after-load): Convert library name to an absolute file name using locate-library, since load-history no longer has library names in it.
author Romain Francoise <romain@orebokech.com>
date Sat, 22 Oct 2005 17:34:49 +0000
parents c6ce52581f1e
children 71bac038fa51
comparison
equal deleted inserted replaced
66314:2cf0575a01cb 66315:167ad3f64775
1 2005-10-22 Romain Francoise <romain@orebokech.com>
2
3 * subr.el (eval-after-load): Convert library name to an absolute
4 file name using locate-library, since load-history no longer has
5 library names in it.
6
1 2005-10-22 Richard M. Stallman <rms@gnu.org> 7 2005-10-22 Richard M. Stallman <rms@gnu.org>
2 8
3 * files.el (make-temp-file): Moved from subr.el. 9 * files.el (make-temp-file): Moved from subr.el.
4 * subr.el (make-temp-file): Moved to files.el. 10 * subr.el (make-temp-file): Moved to files.el.
5 11
6 * window.el (get-buffer-window-list): Moved from subr.el. 12 * window.el (get-buffer-window-list): Moved from subr.el.
7 * subr.el (get-buffer-window-list): Moved to window.el. 13 * subr.el (get-buffer-window-list): Moved to window.el.
8 14
9 * image.el (image-load-path): Use eval-at-startup to initialize. 15 * image.el (image-load-path): Use eval-at-startup to initialize.
10 16