comparison lisp/mh-e/ChangeLog @ 68137:ec4727559827

* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from mh-gnus.el. * mh-gnus.el: Require mh-acros. (mh-defmacro-compat, mh-defun-compat): Move to mh-acros.el. * mh-utils.el (url-unreserved-chars, url-hexify-string): Define if not defined. Copied from url-util.el in Emacs22 for Emacs 21.
author Bill Wohler <wohler@newt.com>
date Wed, 11 Jan 2006 21:02:35 +0000
parents 03bac2d0a4aa
children 3b7532a82079
comparison
equal deleted inserted replaced
68136:98275190ec04 68137:ec4727559827
1 2006-01-11 Bill Wohler <wohler@newt.com> 1 2006-01-11 Bill Wohler <wohler@newt.com>
2
3 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here
4 from mh-gnus.el.
5
6 * mh-gnus.el: Require mh-acros.
7 (mh-defmacro-compat, mh-defun-compat): Move to mh-acros.el.
8
9 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
10 url-hexify-string to remove special characters from filenames
11 (closes SF #1396499). Note that this invalidates the existing
12 names in your cache so you might as well remove
13 ~/Mail/.mhe-x-image-cache/* now.
14 (url-unreserved-chars, url-hexify-string): Define if not defined.
15 Copied from url-util.el in Emacs22 for Emacs 21.
2 16
3 * mh-buffers.el: New file. Contains constants and code from 17 * mh-buffers.el: New file. Contains constants and code from
4 mh-index.el and mh-utils.el. 18 mh-index.el and mh-utils.el.
5 19
6 * mh-alias.el: 20 * mh-alias.el:
25 (mh-truncate-log-buffer): Move to new file mh-buffers.el. 39 (mh-truncate-log-buffer): Move to new file mh-buffers.el.
26 40
27 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists. 41 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists.
28 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425). 42 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425).
29 43
30 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
31 url-hexify-string to remove special characters from filenames
32 (closes SF #1396499). Note that this invalidates the existing
33 names in your cache so you might as well remove
34 ~/Mail/.mhe-x-image-cache/* now.
35
36 2006-01-10 Bill Wohler <wohler@newt.com> 44 2006-01-10 Bill Wohler <wohler@newt.com>
37 45
38 * mh-comp.el (mh-insert-letter): If you choose a different folder, 46 * mh-comp.el (mh-insert-letter): If you choose a different folder,
39 the cur message is used. Sync docstring with manual (closes SF 47 the cur message is used. Sync docstring with manual (closes SF
40 #1205890). 48 #1205890).