* xterm.c (handle_one_xevent): Must note mouse movement even for nil
[bpt/emacs.git] / lisp / mh-e / ChangeLog
index 4d35e5f..de73f33 100644 (file)
@@ -1,3 +1,64 @@
+2006-02-08  Peter S Galbraith  <psg@debian.org>
+
+       * mh-e.el (mh-invisible-header-fields-internal): Added entries
+       "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash"
+
+2006-02-04  Bill Wohler  <wohler@newt.com>
+
+       * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which
+       has an emacsclient command that supports --eval. I had read that
+       gnudoit was deprecated in favor of gnuclient anyway.
+
+2006-02-04  Eric Ding  <ericding@alum.mit.edu>
+
+       * mh-mime.el (mh-file-mime-type-substitutions): Added entries to
+       handle OpenOffice documents.
+
+2006-02-03  Bill Wohler  <wohler@newt.com>
+
+       * mh-e.el (Version, mh-version): Add +cvs to version.
+
+2006-02-03  Bill Wohler  <wohler@newt.com>
+
+       Release MH-E version 7.91.
+
+       * mh-e.el (Version, mh-version): Update for release 7.91.
+
+2006-02-03  Bill Wohler  <wohler@newt.com>
+
+       * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag)
+       (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope
+       of local variable mh-library-name.
+
+       * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
+       (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors
+       88) with (min-colors 64) in face specifications so that MH-E still
+       looks good on systems with fewer colors (such as Eric Ding's).
+
+2006-02-03  Peter S Galbraith  <psg@debian.org>
+
+       * mh-utils.el (mh-image-load-path): New variable to optionally
+       hold the directory where MH-E images are stored.  If nil, then 
+       the function `mh-image-load-path' will find it.  This variable
+       will be used for Debian packaging.
+       (mh-image-load-path function): Use variable `mh-image-load-path'
+       if non-nil and exists.
+
+2006-02-03  Mark D. Baushke  <mdb@gnu.org>
+
+       * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
+       for gnu-emacs or xemacs to avoid void-variable tool-bar-map lisp
+       errors if describe-bindings is called before tool-bar-mode is used.
+
+2006-02-03  Peter S Galbraith  <psg@debian.org>
+
+       * mh-compat.el (mh-url-unreserved-chars): Fix typo from
+       `mh-url-unresrved-chars'.
+
+2006-02-02  Bill Wohler  <wohler@newt.com>
+
+       * mh-e.el (Version, mh-version): Add +cvs to version.
+
 2006-02-02  Bill Wohler  <wohler@newt.com>
 
        Release MH-E version 7.90.