comparison lisp/mh-e/ChangeLog @ 69472:5259cc742763

* mh-compat.el (mh-image-load-path-for-library): Incorporate changes from image-load-path-for-library, which are: (image-load-path-for-library): Pass value of path rather than symbol. Always return list of directories. Guarantee that image directory comes first. * mh-e.el (image-load-path): Define on those Emacsen that lack it to avoid compile and run-time errors. * mh-folder.el (mh-folder-mode): Use new idiom for setting image-load-path. * mh-letter.el (mh-letter-mode): Ditto. * mh-utils.el (mh-logo-display): Ditto.
author Bill Wohler <wohler@newt.com>
date Tue, 14 Mar 2006 19:21:48 +0000
parents 6c89c044a798
children 6afc0d1f682b 203c9b24206b
comparison
equal deleted inserted replaced
69471:6f07bf99b6f8 69472:5259cc742763
1 2006-03-14 Bill Wohler <wohler@newt.com>
2
3 * mh-compat.el (mh-image-load-path-for-library): Incorporate
4 changes from image-load-path-for-library, which are:
5 (image-load-path-for-library): Pass value of path rather than
6 symbol. Always return list of directories. Guarantee that image
7 directory comes first.
8
9 * mh-e.el (image-load-path): Define on those Emacsen that lack it
10 to avoid compile and run-time errors.
11
12 * mh-folder.el (mh-folder-mode): Use new idiom for setting
13 image-load-path.
14
15 * mh-letter.el (mh-letter-mode): Ditto.
16
17 * mh-utils.el (mh-logo-display): Ditto.
18
1 2006-03-12 Bill Wohler <wohler@newt.com> 19 2006-03-12 Bill Wohler <wohler@newt.com>
2 20
3 * mh-utils.el (mh-folder-list): Fix docstring (closes SF 21 * mh-utils.el (mh-folder-list): Fix docstring (closes SF
4 #1448498). 22 #1448498).
5 23