comparison lisp/mh-e/ChangeLog @ 68131:b9b10fe7c97a

(mh-x-image-url-cache-canonicalize): Use url-hexify-string to remove special characters from filenames (closes SF #1396499).
author Bill Wohler <wohler@newt.com>
date Wed, 11 Jan 2006 08:58:02 +0000
parents dfa5a760e24f
children 91ac87e90cb5
comparison
equal deleted inserted replaced
68130:dfa5a760e24f 68131:b9b10fe7c97a
1 2006-01-11 Bill Wohler <wohler@newt.com>
2
3 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
4 url-hexify-string to remove special characters from filenames
5 (closes SF #1396499).
6
1 2006-01-10 Bill Wohler <wohler@newt.com> 7 2006-01-10 Bill Wohler <wohler@newt.com>
2 8
3 * mh-comp.el (mh-insert-letter): If you choose a different folder, 9 * mh-comp.el (mh-insert-letter): If you choose a different folder,
4 the cur message is used (closes SF #1205890). 10 the cur message is used. Sync docstring with manual (closes SF
11 #1205890).
5 12
6 * mh-mime.el (mh-compose-forward): Use standard range argument 13 * mh-mime.el (mh-compose-forward): Use standard range argument
7 instead of messages. Use more powerful mh-read-range instead of 14 instead of messages. Use more powerful mh-read-range instead of
8 read-string. Sync docstring with manual (close SF #1205890). 15 read-string. Sync docstring with manual (close SF #1205890).
9 16