aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorBill Wohler2006-01-31 20:46:15 +0000
committerBill Wohler2006-01-31 20:46:15 +0000
commit06e7028b76c83c5fba3b1e581ae5b68cd7bcc177 (patch)
tree85d2c8a2da0f47a4b45456cfc87467f0aaae1c7d /lisp/mh-e/ChangeLog
parent08166ee946ae1c8c6c86b003c464857d507a42da (diff)
downloademacs-06e7028b76c83c5fba3b1e581ae5b68cd7bcc177.tar.gz
emacs-06e7028b76c83c5fba3b1e581ae5b68cd7bcc177.zip
* mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument
since compatibility functions should have our package prefix (mh-) by Emacs convention and to avoid messing up checks for the same functions in other packages. Use explicit argument instead of forming name by adding mh-e prefix so that one can grep and find the definition. * mh-alias.el (mh-alias-local-users, mh-alias-reload) (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use mh-assoc-string instead of assoc-string. * mh-compat.el (assoc-string): Rename to mh-assoc-string. (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string): Move here from mh-utils.el. (mh-display-completion-list): Move here from mh-comp.el. (mh-face-foreground, mh-face-background): Move here from mh-xface.el. (mh-write-file-functions): Move here from mh-folder.el * mh-folder.el (mh-write-file-functions-compat): Move to mh-compat.el and rename to mh-write-file-functions. (mh-folder-mode): Use the new name. * mh-gnus.el (gnus-local-map-property): Rename to mh-gnus-local-map-property. (mm-merge-handles): Rename to mh-mm-merge-handles. (mm-set-handle-multipart-parameter): Rename to mh-mm-set-handle-multipart-parameter. (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard. (mm-possibly-verify-or-decrypt): Rename to mh-mm-possibly-verify-or-decrypt. (mm-handle-multipart-ctl-parameter): Rename to mh-mm-handle-multipart-ctl-parameter. (mm-readable-p): Rename to mh-mm-readable-p. (mm-long-lines-p): Rename to mh-mm-long-lines-p. (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p. (mm-destroy-parts): Rename to mh-mm-destroy-parts. (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts. (mml-minibuffer-read-disposition): Rename to mh-mml-minibuffer-read-disposition. * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string instead of assoc-string. * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message) (mh-mime-display, mh-mime-display-security) (mh-insert-mime-button, mh-insert-mime-security-button) (mh-handle-set-external-undisplayer) (mh-mime-security-press-button, mh-mime-security-show-details) (mh-mml-attach-file, mh-mime-cleanup) (mh-destroy-postponed-handles): Use new mh-* names for compatibility functions. * mh-utils.el (mail-abbrev-make-syntax-table): Move to mh-compat.el and rename to mh-mail-abbrev-make-syntax-table. (mh-beginning-of-word): Use the new name. (mh-get-field): Delete ancient alias. * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el and rename to mh-face-foreground (mh-face-background-compat): Move to mh-compat.el and rename to mh-face-background. (mh-face-display-function): Use the new names. (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string instead of url-hexify-string. (url-unreserved-chars): Move to mh-compat.el and rename to mh-url-unreserved-chars. (url-hexify-string): Move to mh-compat.el and rename to mh-url-hexify-string.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog76
1 files changed, 76 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index a018b66347e..dc465888f44 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,79 @@
12006-01-31 Bill Wohler <wohler@newt.com>
2
3 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name
4 argument since compatibility functions should have our package
5 prefix (mh-) by Emacs convention and to avoid messing up checks
6 for the same functions in other packages. Use explicit argument
7 instead of forming name by adding mh-e prefix so that one can grep
8 and find the definition.
9
10 * mh-alias.el (mh-alias-local-users, mh-alias-reload)
11 (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use
12 mh-assoc-string instead of assoc-string.
13
14 * mh-compat.el (assoc-string): Rename to mh-assoc-string.
15 (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string): Move
16 here from mh-utils.el.
17 (mh-display-completion-list): Move here from mh-comp.el.
18 (mh-face-foreground, mh-face-background): Move here from
19 mh-xface.el.
20 (mh-write-file-functions): Move here from mh-folder.el
21
22 * mh-folder.el (mh-write-file-functions-compat): Move to
23 mh-compat.el and rename to mh-write-file-functions.
24 (mh-folder-mode): Use the new name.
25
26 * mh-gnus.el (gnus-local-map-property): Rename to
27 mh-gnus-local-map-property.
28 (mm-merge-handles): Rename to mh-mm-merge-handles.
29 (mm-set-handle-multipart-parameter): Rename to
30 mh-mm-set-handle-multipart-parameter.
31 (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard.
32 (mm-possibly-verify-or-decrypt): Rename to
33 mh-mm-possibly-verify-or-decrypt.
34 (mm-handle-multipart-ctl-parameter): Rename to
35 mh-mm-handle-multipart-ctl-parameter.
36 (mm-readable-p): Rename to mh-mm-readable-p.
37 (mm-long-lines-p): Rename to mh-mm-long-lines-p.
38 (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p.
39 (mm-destroy-parts): Rename to mh-mm-destroy-parts.
40 (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts.
41 (mml-minibuffer-read-disposition): Rename to
42 mh-mml-minibuffer-read-disposition.
43
44 * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string
45 instead of assoc-string.
46
47 * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message)
48 (mh-mime-display, mh-mime-display-security)
49 (mh-insert-mime-button, mh-insert-mime-security-button)
50 (mh-handle-set-external-undisplayer)
51 (mh-mime-security-press-button, mh-mime-security-show-details)
52 (mh-mml-attach-file, mh-mime-cleanup)
53 (mh-destroy-postponed-handles): Use new mh-* names for
54 compatibility functions.
55
56 * mh-utils.el (mail-abbrev-make-syntax-table): Move to
57 mh-compat.el and rename to mh-mail-abbrev-make-syntax-table.
58 (mh-beginning-of-word): Use the new name.
59 (mh-get-field): Delete ancient alias.
60
61 * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el
62 and rename to mh-face-foreground
63 (mh-face-background-compat): Move to mh-compat.el
64 and rename to mh-face-background.
65 (mh-face-display-function): Use the new names.
66 (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string
67 instead of url-hexify-string.
68 (url-unreserved-chars): Move to mh-compat.el and rename to
69 mh-url-unreserved-chars.
70 (url-hexify-string): Move to mh-compat.el and rename to
71 mh-url-hexify-string.
72
73 * mh-letter.el (mh-complete-word): Fix bug in call to
74 mh-display-completion-list. Wrong argument was passed, so
75 completions wouldn't show highlighted prefix.
76
12006-01-29 Bill Wohler <wohler@newt.com> 772006-01-29 Bill Wohler <wohler@newt.com>
2 78
3 * mh-e.el (mh-scan-format-file-check): Allow any non-nil for 79 * mh-e.el (mh-scan-format-file-check): Allow any non-nil for