1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/lisp/mh-e
Bill Wohler 7094eefe80 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
instead of mh-replace-in-string as mh-replace-in-string was replaced
by a more appropriate defsubst in mh-xemacs.el.

* mh-comp.el: Require cleanup, wrap compiler-shushing defvars with
eval-when-compile.
(mh-file-is-vcard-p): Removed redundant test.

* mh-customize.el: Require cleanup, wrap compiler-shushing defvars
with eval-when-compile.
(mh-adaptive-cmd-note-flag, mh-invisible-header-fields)
(mh-invisible-header-fields-default): Add forward definitions.
(mh-invisible-header-fields-default): Alphabetize.

* mh-e.el: Require cleanup, wrap compiler-shushing defvars with
eval-when-compile.
(mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused
variables.
(mh-colors-available-p): Just call display-color-cells. It's on all
supported Emacsen (and defaliased on XEmacs).

* mh-funcs.el: mh-inc.el: mh-init.el: Wrap compiler-shushing defvars
* with eval-when-compile.

* mh-identity.el: Don't need (mh-require-cl).

* mh-index.el: Don't need to load executable any more.

* mh-mime.el: Wrap compiler-shushing defvars with eval-when-compile.
(mh-have-file-command): Initialize variable to 'undefined. Add
docstring. Update function of same name accordingly. Also don't need
to load executable any more.
(mh-mime-content-types): Delete.
(mh-minibuffer-read-type): Prompt user for type if mh-file-mime-type
returns application/octet-stream. Assume we have mailcap-mime-types.
(mh-mime-display): Update error message.

* mh-seq.el: Require cleanup, and wrap compiler-shushing defvars with
eval-when-compile.

* mh-utils.el: Require cleanup, and wrap compiler-shushing defvars
with eval-when-compile.
(mh-clean-msg-header): Don't set after-change-functions to nil.
(mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
instead.
2006-01-09 06:28:49 +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 (mh-autoloads.el): Added. 2005-10-13 21:46:40 +00:00
ChangeLog * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
ChangeLog.1 Add SF #1204506 to ChangeLog entry after the fact. 2005-11-05 01:27:38 +00:00
mh-acros.el Follow MH-E Developers Guide conventions. Use `' quotes for Help 2005-12-23 08:40:31 +00:00
mh-alias.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-comp.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-customize.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-e.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-funcs.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-gnus.el Follow Emacs coding conventions. Use default setting of 2005-12-23 07:40:40 +00:00
mh-identity.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-inc.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-index.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-init.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-junk.el * mh-alias.el (mh-alias-grab-from-field): Remove leading * from 2006-01-03 06:13:43 +00:00
mh-mime.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-pick.el * mh-alias.el (mh-alias-add-alias): Grand message and error string 2006-01-04 02:08:12 +00:00
mh-print.el Follow Emacs coding conventions. Use default setting of 2005-12-23 07:40:40 +00:00
mh-seq.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-speed.el Follow Emacs coding conventions. Use default setting of 2005-12-23 07:40:40 +00:00
mh-utils.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00