diff options
| author | Bill Wohler | 2006-01-16 21:34:50 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-01-16 21:34:50 +0000 |
| commit | 1e4db53b60d7c9326c98200e80de167527a9fe06 (patch) | |
| tree | 32962cd419323f226567e9fdad15a3d773148529 /lisp/mh-e/ChangeLog | |
| parent | 8d2aa2377562f6c8f77e4cfe65a1fb8f1ac78cb6 (diff) | |
| download | emacs-1e4db53b60d7c9326c98200e80de167527a9fe06.tar.gz emacs-1e4db53b60d7c9326c98200e80de167527a9fe06.zip | |
* mh-acros.el (require): Remove defadvice of require as defadvice is
verboten within Emacs and our implementation was returning the wrong
value from require. Upcoming restructuring should make this
unnecessary.
(mh-assoc-ignore-case): Replace with defsubst assoc-string.
* mh-alias.el (mh-alias-local-users, mh-alias-reload, mh-alias-expand,
mh-alias-minibuffer-confirm-address): Use it.
* mh-identity.el (mh-identity-field-handler): Use it.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index d31d3eebf99..59c15dadec9 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2006-01-16 Bill Wohler <wohler@newt.com> | 1 | 2006-01-16 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * mh-acros.el (require): Remove defadvice of require as defadvice | ||
| 4 | is verboten within Emacs and our implementation was returning the | ||
| 5 | wrong value from require. Upcoming restructuring should make this | ||
| 6 | unnecessary. | ||
| 7 | (mh-assoc-ignore-case): Replace with defsubst assoc-string. | ||
| 8 | |||
| 9 | * mh-alias.el (mh-alias-local-users, mh-alias-reload, | ||
| 10 | mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it. | ||
| 11 | |||
| 12 | * mh-identity.el (mh-identity-field-handler): Use it. | ||
| 13 | |||
| 3 | * mh-comp.el (mh-show-buffer-message-number): Replace (car | 14 | * mh-comp.el (mh-show-buffer-message-number): Replace (car |
| 4 | (read-from-string string) with (string-to-number string). | 15 | (read-from-string string) with (string-to-number string). |
| 5 | 16 | ||