comparison lisp/mh-e/ChangeLog @ 90341:5754737d1e04

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 123-134) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 40-48) - Merge from emacs--devo--0 - Update from CVS - Munge arch explicit ids in etc/images to match Emacs
author Miles Bader <miles@gnu.org>
date Fri, 03 Mar 2006 07:48:46 +0000
parents d1c5430c5bff 6e1a513dfa3b
children a7364c1a561e
comparison
equal deleted inserted replaced
90340:8f2b88ad38c4 90341:5754737d1e04
1 2006-03-02 Bill Wohler <wohler@newt.com>
2
3 * mh-folder.el (mh-tool-bar-init): Autoload.
4 (mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs.
5 Set scoped variables image-load-path and load-path with updated
6 mh-image-load-path before calling mh-tool-bar-folder-buttons-init.
7
8 * mh-letter.el (mh-tool-bar-init): Autoload.
9 (mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs.
10 Set scoped variables image-load-path and load-path with updated
11 mh-image-load-path before calling mh-tool-bar-letter-buttons-init.
12
13 * mh-show.el (mh-tool-bar-init): Autoload.
14 (mh-show-mode): Perform tool bar stuff conditionally in XEmacs and
15 GNU Emacs.
16
17 * mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error
18 messages per conventions.
19 (mh-tool-bar-folder-buttons-init)
20 (mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path.
21 (mh-tool-bar-define call): Format.
22
23 * mh-utils.el (mh-image-directory,
24 mh-image-load-path-called-flag): Delete.
25 (mh-image-load-path): Incorporate changes from Gnus team. Biggest
26 changes are that it no longer uses/sets mh-image-directory or
27 mh-image-load-path-called-flag, and returns the updated path
28 rather than change it.
29 (mh-logo-display): Change usage of mh-image-load-path.
30
31 2006-02-28 Bill Wohler <wohler@newt.com>
32
33 * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
34 (mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow
35 to subjects with special characters by quoting regular expression
36 characters in pick expression derived from existing subjects and
37 other fields (closes SF #1432548).
38 (mh-narrow-to-subject): Remove Re: string from subject so that
39 pick can find originating message (closes SF #1438369).
40
41 * mh-utils.el (mh-image-load-path): Rename variable to
42 mh-image-directory.
43 (mh-image-load-path): Access mh-image-directory instead of
44 mh-image-load-path.
45 (mh-folder-list): Fix problem with passing in a folder and getting
46 nothing back. Fix problem with passing in empty string and getting
47 the entire filesystem (or infinite loop). Don't append slash to
48 folder. These fixes fix problems observed with the pick search.
49 Thanks to Thomas Baumann for the help (closes SF #1435381).
50 (mh-pick-regexp-chars, mh-quote-pick-expr): New variable and
51 function for quoting pick regular expression characters (closes SF
52 #1432548).
53
54 2006-02-27 Bill Wohler <wohler@newt.com>
55
56 * mh-e.el (mh-default-folder-for-message-function): Sync docstring
57 with manual.
58
59 * mh-mime.el (mh-minibuffer-read-type): Delete comment in
60 docstring about obsolete variable mh-mime-content-types.
61
62 * mh-e.el (mh-variant): Sync docstring with manual.
63 (cus-face): Require as it is needed by mh-inherit-face-flag.
64
65 * mh-compat.el (mh-display-color-cells): Return 2 if
66 device-color-cells returns nil (closes SF #1436924).
67
68 * mh-e.el (mh-compiling-flag): Delete. No longer needed by
69 mh-display-color-cells.
70
1 2006-02-21 Eric Ding <ericding@alum.mit.edu> 71 2006-02-21 Eric Ding <ericding@alum.mit.edu>
2 72
3 * mh-e.el (mh-invisible-header-fields-internal): Added entry 73 * mh-e.el (mh-invisible-header-fields-internal): Add entry
4 "X-Sasl-enc:" 74 "X-Sasl-enc:"
5 75
6 2006-02-20 Eric Ding <ericding@alum.mit.edu> 76 2006-02-20 Eric Ding <ericding@alum.mit.edu>
7 77
8 * mh-e.el (mh-invisible-header-fields-internal): Added entries 78 * mh-e.el (mh-invisible-header-fields-internal): Add entries
9 "X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore", 79 "X-Authenticated-Sender:", "X-Barracuda-", "X-EFL-Spamscore",
10 "X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:", 80 "X-IronPort-AV:", "X-Mail-from:", "X-Mailman-Approved-At:",
11 "X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and 81 "X-Resolved-to:", and "X-SA-Exim". Fixed "X-Bugzilla-" and
12 "X-Roving-" by removing unnecessary "*" at end. 82 "X-Roving-" by removing unnecessary "*" at end.
13 83
109 has an emacsclient command that supports --eval. I had read that 179 has an emacsclient command that supports --eval. I had read that
110 gnudoit was deprecated in favor of gnuclient anyway. 180 gnudoit was deprecated in favor of gnuclient anyway.
111 181
112 2006-02-04 Eric Ding <ericding@alum.mit.edu> 182 2006-02-04 Eric Ding <ericding@alum.mit.edu>
113 183
114 * mh-mime.el (mh-file-mime-type-substitutions): Added entries to 184 * mh-mime.el (mh-file-mime-type-substitutions): Add entries to
115 handle OpenOffice documents. 185 handle OpenOffice documents.
116 186
117 2006-02-03 Bill Wohler <wohler@newt.com> 187 2006-02-03 Bill Wohler <wohler@newt.com>
118 188
119 * mh-e.el (Version, mh-version): Add +cvs to version. 189 * mh-e.el (Version, mh-version): Add +cvs to version.