Mercurial > emacs
diff lisp/mh-e/ChangeLog @ 90370:e3bacb89536a
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-46
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 157-163)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 58-61)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 19 Mar 2006 19:43:57 +0000 |
parents | a802c5505156 822a6a9bb8c9 |
children | e6bf73e43cf4 |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Tue Mar 14 12:15:08 2006 +0000 +++ b/lisp/mh-e/ChangeLog Sun Mar 19 19:43:57 2006 +0000 @@ -1,3 +1,53 @@ +2006-03-17 Bill Wohler <wohler@newt.com> + + * mh-compat.el (mh-image-load-path-for-library): Minor docstring + fix. + +2006-03-16 Bill Wohler <wohler@newt.com> + + * mh-comp.el (mh-send-letter): Use split-string to break up + mh-send-args (closes SF #1448604). + (mh-compose-and-send-mail): Use run-hook-with-args for + mh-compose-letter-function. + + * mh-e.el (mh-list-to-string-1): Use dolist. + + * mh-compat.el (mh-image-load-path-for-library): Prefer user's + images. + +2006-03-15 Bill Wohler <wohler@newt.com> + + * mh-compat.el (mh-image-load-path-for-library): Fix example by + not recommending that one binds image-load-path. Just defvar it to + placate compiler and only use it if previously defined. + + * mh-e.el (image-load-path): Don't bind! + + * mh-folder.el (mh-folder-mode): Only use image-load-path if + previously defined. + + * mh-letter.el (mh-letter-mode): Ditto. + + * mh-utils.el (mh-logo-display): Ditto. + +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