comparison lisp/mh-e/ChangeLog @ 68096:57c4e7929f99

* 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.
author Bill Wohler <wohler@newt.com>
date Mon, 09 Jan 2006 06:28:49 +0000
parents aad660b49047
children 5772368fe15e
comparison
equal deleted inserted replaced
68095:0a239e9952a6 68096:57c4e7929f99
1 2006-01-08 Bill Wohler <wohler@newt.com>
2
3 Removed code that was marked as Emacs 20 compatible that was
4 easily found showing how important it is to document such
5 things (closes SF #1359240). Feel free to nuke any other Emacs 20
6 peculiarities that you find. Wrapped code for shushing compiler
7 with (eval-when-compile), sometimes moving the defvars closer to
8 where they were used.
9
10 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
11 instead of mh-replace-in-string as mh-replace-in-string was
12 replaced by a more appropriate defsubst in mh-xemacs.el.
13
14 * mh-comp.el: Require cleanup, wrap compiler-shushing defvars with
15 eval-when-compile.
16 (mh-file-is-vcard-p): Removed redundant test.
17
18 * mh-customize.el: Require cleanup, wrap compiler-shushing defvars
19 with eval-when-compile.
20 (mh-adaptive-cmd-note-flag, mh-invisible-header-fields)
21 (mh-invisible-header-fields-default): Add forward definitions.
22 (mh-invisible-header-fields-default): Alphabetize.
23
24 * mh-e.el: Require cleanup, wrap compiler-shushing defvars with
25 eval-when-compile.
26 (mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused
27 variables.
28 (mh-colors-available-p): Just call display-color-cells. It's on
29 all supported Emacsen (and defaliased on XEmacs).
30
31 * mh-funcs.el:
32 * mh-inc.el:
33 * mh-init.el: Wrap compiler-shushing defvars with
34 eval-when-compile.
35
36 * mh-identity.el: Don't need (mh-require-cl).
37
38 * mh-index.el: Don't need to load executable any more.
39
40 * mh-mime.el: Wrap compiler-shushing defvars with
41 eval-when-compile.
42 (mh-have-file-command): Initialize variable to 'undefined. Add
43 docstring. Update function of same name accordingly. Also don't
44 need to load executable any more.
45 (mh-mime-content-types): Delete.
46 (mh-minibuffer-read-type): Prompt user for type if
47 mh-file-mime-type returns application/octet-stream. Assume we have
48 mailcap-mime-types.
49 (mh-mime-display): Update error message.
50
51 * mh-seq.el: Require cleanup, and wrap compiler-shushing defvars
52 with eval-when-compile.
53
54 * mh-utils.el: Require cleanup, and wrap compiler-shushing defvars
55 with eval-when-compile.
56 (mh-clean-msg-header): Don't set after-change-functions to nil.
57 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
58 instead.
59
1 2006-01-07 Bill Wohler <wohler@newt.com> 60 2006-01-07 Bill Wohler <wohler@newt.com>
2 61
3 * mh-customize.el: Updated Faces documentation in header. 62 * mh-customize.el: Updated Faces documentation in header.
4 (mh-invisible-header-fields-internal): Add X-Lumos-SenderID, 63 (mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
5 X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact. 64 X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.