comparison lisp/mh-e/ChangeLog @ 83467:d04d8ccb3c41

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-41 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-42 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-43 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-44 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-45 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-46 Merge from erc--emacs--0 * emacs@sv.gnu.org/emacs--devo--0--patch-47 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-48 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-14 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-15 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-16 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-17 Merge from emacs--devo--0 git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-507
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 06 Feb 2006 18:44:57 +0000
parents 49f9dd4bb117 8e332f1560b0
children b98066f4aa10
comparison
equal deleted inserted replaced
83466:9bec09743395 83467:d04d8ccb3c41
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.
4 56
5 2006-02-02 Bill Wohler <wohler@newt.com> 57 2006-02-02 Bill Wohler <wohler@newt.com>