# HG changeset patch # User Bill Wohler # Date 1218410049 0 # Node ID 9638a9243fb4b9fae202e0ccf62a05178bbea6a3 # Parent 9873b6187c967855cb71becd7598e4772dc2a978 *** empty log message *** diff -r 9873b6187c96 -r 9638a9243fb4 lisp/mh-e/ChangeLog --- a/lisp/mh-e/ChangeLog Sun Aug 10 23:13:54 2008 +0000 +++ b/lisp/mh-e/ChangeLog Sun Aug 10 23:14:09 2008 +0000 @@ -1,3 +1,20 @@ +2008-08-11 Bill Wohler + + * mh-e.el (mh-variant-mh-info, mh-variant-nmh-info) + (mh-variant-set-variant, mh-variant-p, mh-profile-component) + (mh-variant-set, mh-variant, mh-scan-format-file): Fix typo in + docstring. + + * mh-comp.el (mh-reply) + * mh-e.el (mh-sys-path, mh-variant-info,mh-variant-mu-mh-info) + (mh-variant-p, mh-profile-component, mh-variant-set, mh-variant) + (mh-scan-format-file) + * mh-folder.el (mh-regenerate-headers) + * mh-scan.el (mh-scan-format) + * mh-search.el (mh-pick-regexp-builder): Rename variant mu-mh to + gnu-mh and be explicit about GNU mailutils MH in docstrings (with + thanks to Darel Henman) (closes SF #1768928). + 2008-08-01 Bill Wohler * mh-show.el (mh-show-preferred-alternative)