comparison 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
comparison
equal deleted inserted replaced
90369:88810aee3a45 90370:e3bacb89536a
1 2006-03-17 Bill Wohler <wohler@newt.com>
2
3 * mh-compat.el (mh-image-load-path-for-library): Minor docstring
4 fix.
5
6 2006-03-16 Bill Wohler <wohler@newt.com>
7
8 * mh-comp.el (mh-send-letter): Use split-string to break up
9 mh-send-args (closes SF #1448604).
10 (mh-compose-and-send-mail): Use run-hook-with-args for
11 mh-compose-letter-function.
12
13 * mh-e.el (mh-list-to-string-1): Use dolist.
14
15 * mh-compat.el (mh-image-load-path-for-library): Prefer user's
16 images.
17
18 2006-03-15 Bill Wohler <wohler@newt.com>
19
20 * mh-compat.el (mh-image-load-path-for-library): Fix example by
21 not recommending that one binds image-load-path. Just defvar it to
22 placate compiler and only use it if previously defined.
23
24 * mh-e.el (image-load-path): Don't bind!
25
26 * mh-folder.el (mh-folder-mode): Only use image-load-path if
27 previously defined.
28
29 * mh-letter.el (mh-letter-mode): Ditto.
30
31 * mh-utils.el (mh-logo-display): Ditto.
32
33 2006-03-14 Bill Wohler <wohler@newt.com>
34
35 * mh-compat.el (mh-image-load-path-for-library): Incorporate
36 changes from image-load-path-for-library, which are:
37 (image-load-path-for-library): Pass value of path rather than
38 symbol. Always return list of directories. Guarantee that image
39 directory comes first.
40
41 * mh-e.el (image-load-path): Define on those Emacsen that lack it
42 to avoid compile and run-time errors.
43
44 * mh-folder.el (mh-folder-mode): Use new idiom for setting
45 image-load-path.
46
47 * mh-letter.el (mh-letter-mode): Ditto.
48
49 * mh-utils.el (mh-logo-display): Ditto.
50
1 2006-03-12 Bill Wohler <wohler@newt.com> 51 2006-03-12 Bill Wohler <wohler@newt.com>
2 52
3 * mh-utils.el (mh-folder-list): Fix docstring (closes SF 53 * mh-utils.el (mh-folder-list): Fix docstring (closes SF
4 #1448498). 54 #1448498).
5 55