diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 656630c61ac..47c7808f192 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,55 @@ | |||
| 1 | 2006-02-04 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which | ||
| 4 | has an emacsclient command that supports --eval. I had read that | ||
| 5 | gnudoit was deprecated in favor of gnuclient anyway. | ||
| 6 | |||
| 7 | 2006-02-04 Eric Ding <ericding@alum.mit.edu> | ||
| 8 | |||
| 9 | * mh-mime.el (mh-file-mime-type-substitutions): Added entries to | ||
| 10 | handle OpenOffice documents. | ||
| 11 | |||
| 12 | 2006-02-03 Bill Wohler <wohler@newt.com> | ||
| 13 | |||
| 14 | * mh-e.el (Version, mh-version): Add +cvs to version. | ||
| 15 | |||
| 16 | 2006-02-03 Bill Wohler <wohler@newt.com> | ||
| 17 | |||
| 18 | Release MH-E version 7.91. | ||
| 19 | |||
| 20 | * mh-e.el (Version, mh-version): Update for release 7.91. | ||
| 21 | |||
| 22 | 2006-02-03 Bill Wohler <wohler@newt.com> | ||
| 23 | |||
| 24 | * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag) | ||
| 25 | (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope | ||
| 26 | of local variable mh-library-name. | ||
| 27 | |||
| 28 | * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to) | ||
| 29 | (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors | ||
| 30 | 88) with (min-colors 64) in face specifications so that MH-E still | ||
| 31 | looks good on systems with fewer colors (such as Eric Ding's). | ||
| 32 | |||
| 33 | 2006-02-03 Peter S Galbraith <psg@debian.org> | ||
| 34 | |||
| 35 | * mh-utils.el (mh-image-load-path): New variable to optionally | ||
| 36 | hold the directory where MH-E images are stored. If nil, then | ||
| 37 | the function `mh-image-load-path' will find it. This variable | ||
| 38 | will be used for Debian packaging. | ||
| 39 | (mh-image-load-path function): Use variable `mh-image-load-path' | ||
| 40 | if non-nil and exists. | ||
| 41 | |||
| 42 | 2006-02-03 Mark D. Baushke <mdb@gnu.org> | ||
| 43 | |||
| 44 | * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar | ||
| 45 | for gnu-emacs or xemacs to avoid void-variable tool-bar-map lisp | ||
| 46 | errors if describe-bindings is called before tool-bar-mode is used. | ||
| 47 | |||
| 48 | 2006-02-03 Peter S Galbraith <psg@debian.org> | ||
| 49 | |||
| 50 | * mh-compat.el (mh-url-unreserved-chars): Fix typo from | ||
| 51 | `mh-url-unresrved-chars'. | ||
| 52 | |||
| 1 | 2006-02-02 Bill Wohler <wohler@newt.com> | 53 | 2006-02-02 Bill Wohler <wohler@newt.com> |
| 2 | 54 | ||
| 3 | * mh-e.el (Version, mh-version): Add +cvs to version. | 55 | * mh-e.el (Version, mh-version): Add +cvs to version. |