Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Tue Mar 14 19:16:24 2006 +0000 +++ b/lisp/mh-e/ChangeLog Tue Mar 14 19:21:48 2006 +0000 @@ -1,3 +1,21 @@ +2006-03-14 Bill Wohler <wohler@newt.com> + + * 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. + 2006-03-12 Bill Wohler <wohler@newt.com> * mh-utils.el (mh-folder-list): Fix docstring (closes SF
