diff options
| author | Bill Wohler | 2006-02-20 01:24:38 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-02-20 01:24:38 +0000 |
| commit | ae494f66e7bdfcd94d50111149e6f423e071cbcf (patch) | |
| tree | 80c2ea5ecd32c4e398356f71598459accaedda6b /lisp/mh-e/ChangeLog | |
| parent | 5376d5f62558f85fdaf387c0f3abea1873ab9b30 (diff) | |
| download | emacs-ae494f66e7bdfcd94d50111149e6f423e071cbcf.tar.gz emacs-ae494f66e7bdfcd94d50111149e6f423e071cbcf.zip | |
* mh-alias.el (mh-address-mail-regexp)
(mh-goto-address-find-address-at-point): Delete copies from
goto-addr.el. (mh-alias-suggest-alias): Use goto-address-mail-regexp
instead of mh-address-mail-regexp.
(mh-alias-add-address-under-point): Use
goto-address-find-address-at-point instead of
mh-goto-address-find-address-at-point.
* mh-e.el (mh-show-use-goto-addr-flag): Delete.
* mh-show.el (mh-show-mode): Mention goto-address-highlight-p in
docstring.
(mh-show-addr): Call goto-address unconditionally. User should use
goto-address-highlight-p instead of mh-show-use-goto-addr-flag.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index ae122bca29d..f484912d490 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-02-19 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-alias.el (mh-address-mail-regexp) | ||
| 4 | (mh-goto-address-find-address-at-point): Delete copies from | ||
| 5 | goto-addr.el. | ||
| 6 | (mh-alias-suggest-alias): Use goto-address-mail-regexp instead of | ||
| 7 | mh-address-mail-regexp. | ||
| 8 | (mh-alias-add-address-under-point): Use | ||
| 9 | goto-address-find-address-at-point instead of | ||
| 10 | mh-goto-address-find-address-at-point. | ||
| 11 | |||
| 12 | * mh-e.el (mh-show-use-goto-addr-flag): Delete. | ||
| 13 | |||
| 14 | * mh-show.el (mh-show-mode): Mention goto-address-highlight-p in | ||
| 15 | docstring. | ||
| 16 | (mh-show-addr): Call goto-address unconditionally. User should use | ||
| 17 | goto-address-highlight-p instead of mh-show-use-goto-addr-flag. | ||
| 18 | |||
| 1 | 2006-02-18 Bill Wohler <wohler@newt.com> | 19 | 2006-02-18 Bill Wohler <wohler@newt.com> |
| 2 | 20 | ||
| 3 | * mh-e.el (Version, mh-version): Add +cvs to version. | 21 | * mh-e.el (Version, mh-version): Add +cvs to version. |