comparison lisp/mh-e/ChangeLog @ 70077:c328b4787289

(defcustom-mh, defface-mh, defgroup-mh, mh-face-data) (mh-strip-package-version, mh-face-data, mh-inherit-face-flag) (mh-min-colors-defined-flag): Do not unbind these macros and variables. Nice idea, but too many nasty side-effects. These macros are needed by [Cc]ustom-make-dependencies when creating the MH-E customization groups in mh-cus-load.el. These disappeared when the macros above were introduced. Besides, if a developer were to try to show the help for a macro or variable they were looking at and got [No match] when they did so, that would be bad.
author Bill Wohler <wohler@newt.com>
date Tue, 18 Apr 2006 19:20:44 +0000
parents e4338fe2e331
children ceac9912f828
comparison
equal deleted inserted replaced
70076:10e0b8ee9993 70077:c328b4787289
1 2006-04-18 Bill Wohler <wohler@newt.com>
2
3 * mh-e.el (defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
4 (mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
5 (mh-min-colors-defined-flag): Do not unbind these macros and
6 variables. Nice idea, but too many nasty side-effects. These
7 macros are needed by [Cc]ustom-make-dependencies when creating the
8 MH-E customization groups in mh-cus-load.el. These disappeared
9 when the macros above were introduced. Besides, if a developer
10 were to try to show the help for a macro or variable they were
11 looking at and got [No match] when they did so, that would be bad.
12
1 2006-04-17 Bill Wohler <wohler@newt.com> 13 2006-04-17 Bill Wohler <wohler@newt.com>
2 14
3 * mh-comp.el (mh-insert-x-mailer): Strip build number from 15 * mh-comp.el (mh-insert-x-mailer): Strip build number from
4 version in X-Mailer field (closes SF #1466481). 16 version in X-Mailer field (closes SF #1466481).
5 17