(occur-engine): Include colon in mouse-face highlight.
[bpt/emacs.git] / lisp / mh-e / ChangeLog
CommitLineData
4a263988
BW
12005-10-24 Bill Wohler <wohler@newt.com>
2
3 * mh-gnus.el: Load mml.el in order to see if
4 mml-minibuffer-read-disposition is defined or not.
5
6 * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the
7 mml autoloads.
8
97c60a38
MB
92005-10-23 Miles Bader <miles@gnu.org>
10
11 * .arch-inventory: New file.
12
9a51cf9e
BW
132005-10-23 Bill Wohler <wohler@newt.com>
14
136e0283
BW
15 * mh-customize.el (mh-interpret-number-as-range-flag): Sync
16 docstring with manual.
17
9a51cf9e
BW
18 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
19 mh-alias.el and move to mh-acros.el
20
21 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
22 mh-identity.el and move to mh-acros.el
23
24 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
25 mh-identity.el and mh-alias.el.
26
27 * mh-mime.el: Autoload mm-uu for mm-uu-dissect to avoid compiler
28 warning in Emacs 22.
29
1dd9796d
SD
302005-10-23 Satyaki Das <satyaki@theforce.stanford.edu>
31
32 * mh-identity.el (mh-assoc-ignore-case): New macro that uses
33 assoc-string (if the function is available) and falls back on
34 assoc-ignore-case if assoc-string is not found.
35 (mh-identity-field-handler): Use mh-assoc-ignore-case since
36 assoc-ignore-case is a obsolete function in Emacs 22.
37
38 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
39 track of whether the tool-bar in mh-folder-mode has been
40 initialized yet.
41 (mh-folder-mode): Initialize the tool-bar for folders the first
42 time we get into mh-letter-mode.
43
44 * mh-customize.el (mh-buffer-exists-p): New function which tests
45 presence of buffers of a given mode.
46 (mh-tool-bar-define): New functions
47 mh-tool-bar-folder-buttons-init and
48 mh-tool-bar-letter-buttons-init are defined. These functions are
49 used to create the tool-bar from the corresponding customizable
50 variables.
51
52 * mh-comp.el (mh-letter-buttons-init-flag): New variable that
53 keeps track of whether the tool-bar in mh-letter-mode has been
54 initialized yet.
55 (mh-letter-mode): Initialize the tool-bar for drafts the first
56 time we get into mh-letter-mode.
57
0c47b17c
BW
582005-10-23 Bill Wohler <wohler@newt.com>
59
60 * mh-comp.el (mh-letter-menu): Rename
61 mh-mhn-compose-external-compressed-tar to
62 mh-mh-compose-external-compressed-tar. Rename
63 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
64 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
65 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
66 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
67 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
68 to 'mh.
69 (mh-insert-signature): Rename mh-mhn-directive-present-p to
70 mh-mh-directive-present-p.
71 (mh-send-letter): Rename mh-mhn-directive-present-p to
72 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
73 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
74 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
75 mh-mhn-compose-external-compressed-tar to
76 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
77 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
78 mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
79 mh-mh-compose-anon-ftp. Rename
80 mh-mhn-compose-external-compressed-tar to
81 mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit
82 to mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
83 mh-mh-compose-external-type.
84 (mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
85 mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
86 (mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
87 mh-yank-from-start-of-msg to mh-yank-behavior.
88 (mh-letter-mode, mh-to-field, mh-to-fcc, mh-insert-signature)
89 (mh-check-whom, mh-insert-auto-fields, mh-send-letter)
90 (mh-insert-letter, mh-yank-cur-msg, mh-insert-prefix-string)
91 (mh-fully-kill-draft, mh-open-line, mh-letter-complete)
92 (mh-letter-complete-or-space, mh-letter-confirm-address)
93 (mh-letter-next-header-field-or-indent)
94 (mh-letter-previous-header-field)
95 (mh-letter-toggle-header-field-display): Sync docstrings with
96 manual.
97
98 * mh-customize.el (mh-edit-mhn-hook): Rename to
99 mh-mh-to-mime-hook.
100 (mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
101 (mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh
102 and user-visible values from mhn and Gnus to MH and MML.
103 (mh-before-send-letter-hook): Added 'ispell-message option.
104 (mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
105 mh-pgp-support-flag.
106 (mh-compose-insertion, mh-compose-space-does-completion-flag)
107 (mh-delete-yanked-msg-window-flag)
108 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
109 (mh-letter-complete-function, mh-letter-fill-column)
110 (mh-mml-method-default, mh-signature-file-name)
111 (mh-signature-separator-flag, mh-x-face-file)
112 (mh-yank-behavior, mail-citation-hook)
113 (mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings
114 with manual.
115
116 * mh-gnus.el (mml-minibuffer-read-disposition): New function
117 provided for Emacs 21 environments that lack it.
118
119 * mh-mime.el (mh-mml-query-cryptographic-method): Use default
120 prompt convention.
121 (mh-compose-forward): mh-mh-forward-message requires string arg.
122 (mh-minibuffer-read-type): New function.
123 (mh-mhn-args): Rename to mh-mh-to-mime-args.
124 (mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
125 (mh-mhn-compose-forw): Rename to mh-mh-forward-message.
126 (mh-mhn-compose-type): Rename to mh-mh-compose-type.
127 (mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp.
128 Rename mh-mhn-compose-external-type to
129 mh-mh-compose-external-type.
130 (mh-mhn-compose-external-compressed-tar): Rename to
131 mh-mh-compose-external-compressed-tar. Rename
132 mh-mhn-compose-external-type to mh-mh-compose-external-type.
133 (mh-mhn-compose-external-type): Rename to
134 mh-mh-compose-external-type.
135 (mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
136 mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook.
137 Use correct program in message.
138 (mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
139 (mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
140 (mh-compose-forward, mh-mh-attach-file)
141 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
142 (mh-mh-compose-external-type, mh-mh-forward-message)
143 (mh-mml-attach-file): Use mml-minibuffer-read-description,
144 mh-minibuffer-read-type.
145 (mh-mime-content-types): Moved comment about only being used in
146 Emacs 20 to docstring.
147 (mh-mh-compose-external-type): Rename extra-param argument to
148 parameters.
149 (mh-mml-to-mime, mh-secure-message)
150 (mh-mml-unsecure-message, mh-mime-display-part)
151 (mh-mime-display-single): Rename mh-gnus-pgp-support-flag to
152 mh-pgp-support-flag.
153 (mh-compose-insertion): Rename mh-mhn-compose-insertion to
154 mh-mh-attach-file.
155 (mh-compose-forward): Rename mh-mhn-compose-forw to
156 mh-mh-forward-message.
157 (mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
158 mh-mh-compose-type.
159 (mh-compose-insertion, mh-compose-forward, mh-mh-to-mime-args)
160 (mh-mh-attach-file, mh-mh-compose-type)
161 (mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
162 (mh-mh-compose-external-compressed-tar)
163 (mh-mh-compose-external-type, mh-mh-forward-message)
164 (mh-mh-to-mime, mh-mh-quote-unescaped-sharp,
165 (mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
166 (mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
167 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
168 (mh-mml-directive-present-p, mh-destroy-postponed-handles)
169 (mh-display-smileys, mh-display-emphasis, mh-mime-save-parts):
170 Sync docstrings with manual.
171
172 * mh-utils.el (mh-gnus-pgp-support-flag): Rename to
173 mh-pgp-support-flag.
174
fba3b4d8
PG
1752005-10-17 Peter S Galbraith <psg@debian.org>
176
177 * mh-identity.el (mh-identity-field-handler): Use
178 `assoc-ignore-case' to compare against header field for mixed-case
179 "From:".
180
ffda926c
BW
1812005-10-17 Bill Wohler <wohler@newt.com>
182
183 * mh-customize.el (mh-folder-tool-bar-map): Renamed image file
184 left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
185 to mail/compose, fld_open to fld-open.
186 (mh-letter-tool-bar-map): Renamed image file mail_send to
187 mail/send.
188
8f552dc8
BW
1892005-10-16 Bill Wohler <wohler@newt.com>
190
79af55a7
BW
191 * mh-comp.el (mh-display-completion-list-compat): New macro which
192 calls `display-completion-list' correctly in older environments.
193 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
194 argument.
195 (mh-complete-word): Use it.
196
8f552dc8
BW
197 * mh-init.el (mh-image-load-path): Use locate-library to find
198 MH-E. This simplified the code a lot. Flattened out nested
199 statements even more.
200
7c164e0c
SD
2012005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
202
203 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
204 causes a compiler warning.
205
206 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
207 the message to be viewed (closes SF #1306141).
208
f5fab556
MY
2092005-10-16 Masatake YAMATO <jet@gyve.org>
210
211 * mh-comp.el (mh-complete-word): Pass the common
212 prefix substring of completion to `display-completion-list'.
213
2416ec64
SD
2142005-10-15 Satyaki Das <satyaki@theforce.stanford.edu>
215
216 * mh-init.el (mh-image-load-path-called-flag): New variable which
217 is used by mh-image-load-path so that it runs only once.
218 (mh-image-load-path): Modified so that it gets run only once. Also
219 flatten out heavily nested if statements to make it clearer.
220
221 * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
222 to find images used in the toolbar.
223
224 * mh-customize.el (:folder): Remove call to mh-image-load-path.
225
a9954630
BW
2262005-10-14 Bill Wohler <wohler@newt.com>
227
228 * mh-e.el (Version, mh-version): Added +cvs to version.
229
5b004a34
BW
2302005-10-14 Bill Wohler <wohler@newt.com>
231
232 Released MH-E version 7.85.
233
234 * mh-e.el (Version, mh-version): Updated for release 7.85.
235
a10f4ace
BW
2362005-10-14 Bill Wohler <wohler@newt.com>
237
deceef67
BW
238 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
239 * mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
240 need to be indented.
241
5b004a34
BW
242 * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
243 but the code that invoked the face had not been updated. Tick
244 highlighting working again.
245
a10f4ace
BW
246 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
247 make-variable-buffer-local call to top level to avoid warnings in
248 CVS Emacs.
249
250 * mh-comp.el (mh-insert-letter): Replaced deprecated read-input
251 with read-string.
252
a05fcb7d 2532005-10-09 Bill Wohler <wohler@newt.com>
c727526b 254
a05fcb7d
BW
255 * mh-init.el (mh-image-load-path): New function that adds the path
256 to the MH-E images to the image-load-path or load-path depending
257 on the version of Emacs.
c727526b 258
a05fcb7d
BW
259 * mh-customize.el: Call mh-image-load-path just before
260 mh-tool-bar-define so that the toolbar images can be found.
d88a70a0 261
a05fcb7d 2622005-10-04 Bill Wohler <wohler@newt.com>
d88a70a0 263
a05fcb7d
BW
264 * ChangeLog: Moved contents into ChangeLog.1 and trimmed.
265
266 * ChangeLog.1: New file. Contains old ChangeLog.
900d1698 267
47570699 268
a05fcb7d 269 Copyright (C) 2005 Free Software Foundation, Inc.
e9be14aa 270
e495eaec
BW
271 Copying and distribution of this file, with or without modification,
272 are permitted in any medium without royalty provided the copyright
273 notice and this notice are preserved.
ab5796a9
MB
274
275;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51