diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index ecdf207d252..7a6cf778bbe 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,42 @@ | |||
| 1 | 2006-03-19 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-comp.el (mh-reply): Sync docstring with manual. | ||
| 4 | |||
| 5 | * mh-compat.el (mh-image-load-path-for-library): Shorten first line in | ||
| 6 | docstring. | ||
| 7 | |||
| 8 | 2006-03-17 Bill Wohler <wohler@newt.com> | ||
| 9 | |||
| 10 | * mh-compat.el (mh-image-load-path-for-library): Minor docstring | ||
| 11 | fix. | ||
| 12 | |||
| 13 | 2006-03-16 Bill Wohler <wohler@newt.com> | ||
| 14 | |||
| 15 | * mh-comp.el (mh-send-letter): Use split-string to break up | ||
| 16 | mh-send-args (closes SF #1448604). | ||
| 17 | (mh-compose-and-send-mail): Use run-hook-with-args for | ||
| 18 | mh-compose-letter-function. | ||
| 19 | |||
| 20 | * mh-e.el (mh-list-to-string-1): Use dolist. | ||
| 21 | |||
| 22 | * mh-compat.el (mh-image-load-path-for-library): Prefer user's | ||
| 23 | images. | ||
| 24 | |||
| 25 | 2006-03-15 Bill Wohler <wohler@newt.com> | ||
| 26 | |||
| 27 | * mh-compat.el (mh-image-load-path-for-library): Fix example by | ||
| 28 | not recommending that one binds image-load-path. Just defvar it to | ||
| 29 | placate compiler and only use it if previously defined. | ||
| 30 | |||
| 31 | * mh-e.el (image-load-path): Don't bind! | ||
| 32 | |||
| 33 | * mh-folder.el (mh-folder-mode): Only use image-load-path if | ||
| 34 | previously defined. | ||
| 35 | |||
| 36 | * mh-letter.el (mh-letter-mode): Ditto. | ||
| 37 | |||
| 38 | * mh-utils.el (mh-logo-display): Ditto. | ||
| 39 | |||
| 1 | 2006-03-14 Bill Wohler <wohler@newt.com> | 40 | 2006-03-14 Bill Wohler <wohler@newt.com> |
| 2 | 41 | ||
| 3 | * mh-compat.el (mh-image-load-path-for-library): Incorporate | 42 | * mh-compat.el (mh-image-load-path-for-library): Incorporate |