1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00
emacs/lisp/mh-e
Bill Wohler 06e7028b76 * 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.
2006-01-31 20:46:15 +00:00
..
.arch-inventory Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616 2005-10-24 06:00:50 +00:00
.gitignore The Great Cleanup 2006-01-29 19:34:57 +00:00
ChangeLog * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
ChangeLog.1 Add SF #1204506 to ChangeLog entry after the fact. 2005-11-05 01:27:38 +00:00
mh-acros.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
mh-alias.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
mh-buffers.el The Great Cleanup 2006-01-29 19:34:57 +00:00
mh-comp.el (sc-cite-original): Remove autoload of "sc" with old docstring. 2006-01-30 04:03:11 +00:00
mh-compat.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
mh-e.el (mh-scan-format-file-check): Allow any non-nil for 2006-01-30 07:26:35 +00:00
mh-folder.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
mh-funcs.el The Great Cleanup 2006-01-29 19:34:57 +00:00
mh-gnus.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
mh-identity.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
mh-inc.el The Great Cleanup 2006-01-29 19:34:57 +00:00
mh-junk.el The Great Cleanup 2006-01-29 19:34:57 +00:00
mh-letter.el (mh-complete-word): Fix bug in call to mh-display-completion-list. 2006-01-31 20:19:50 +00:00
mh-limit.el Add arch tagline 2006-01-30 00:29:30 +00:00
mh-mime.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
mh-print.el The Great Cleanup 2006-01-29 19:34:57 +00:00
mh-scan.el (mh-note-copied, mh-note-printed): Reorganization revealed character 2006-01-30 03:39:36 +00:00
mh-search.el The Great Cleanup 2006-01-29 19:34:57 +00:00
mh-seq.el The Great Cleanup 2006-01-29 19:34:57 +00:00
mh-show.el Add arch tagline 2006-01-30 00:29:30 +00:00
mh-speed.el The Great Cleanup 2006-01-29 19:34:57 +00:00
mh-thread.el Add arch tagline 2006-01-30 00:29:30 +00:00
mh-tool-bar.el Add arch tagline 2006-01-30 00:29:30 +00:00
mh-utils.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00
mh-xface.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name argument 2006-01-31 20:46:15 +00:00