comparison lisp/mh-e/ChangeLog @ 90288:7432ca837c8d

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 16-33) - Update from CVS - Install ERC. - Fix ERC compiler warnings. - Use utf-8 encoding in ERC ChangeLogs. - Merge ERC-related Viper hacks into Viper. - Merge from erc--main--0 - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 8-13) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 01 Feb 2006 10:07:17 +0000
parents d88caeac70d7 6a7173abcf59
children d6f8fe3307c8
comparison
equal deleted inserted replaced
90287:3cd97358d81a 90288:7432ca837c8d
1 2006-01-31 Bill Wohler <wohler@newt.com>
2
3 * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Add name
4 argument since compatibility functions should have our package
5 prefix (mh-) by Emacs convention and to avoid messing up checks
6 for the same functions in other packages. Use explicit argument
7 instead of forming name by adding mh-e prefix so that one can grep
8 and find the definition.
9
10 * mh-alias.el (mh-alias-local-users, mh-alias-reload)
11 (mh-alias-expand, mh-alias-minibuffer-confirm-address): Use
12 mh-assoc-string instead of assoc-string.
13
14 * mh-compat.el (assoc-string): Rename to mh-assoc-string.
15 (mh-mail-abbrev-make-syntax-table, mh-url-hexify-string): Move
16 here from mh-utils.el.
17 (mh-display-completion-list): Move here from mh-comp.el.
18 (mh-face-foreground, mh-face-background): Move here from
19 mh-xface.el.
20 (mh-write-file-functions): Move here from mh-folder.el
21
22 * mh-folder.el (mh-write-file-functions-compat): Move to
23 mh-compat.el and rename to mh-write-file-functions.
24 (mh-folder-mode): Use the new name.
25
26 * mh-gnus.el (gnus-local-map-property): Rename to
27 mh-gnus-local-map-property.
28 (mm-merge-handles): Rename to mh-mm-merge-handles.
29 (mm-set-handle-multipart-parameter): Rename to
30 mh-mm-set-handle-multipart-parameter.
31 (mm-inline-text-vcard): Rename to mh-mm-inline-text-vcard.
32 (mm-possibly-verify-or-decrypt): Rename to
33 mh-mm-possibly-verify-or-decrypt.
34 (mm-handle-multipart-ctl-parameter): Rename to
35 mh-mm-handle-multipart-ctl-parameter.
36 (mm-readable-p): Rename to mh-mm-readable-p.
37 (mm-long-lines-p): Rename to mh-mm-long-lines-p.
38 (mm-keep-viewer-alive-p): Rename to mh-mm-keep-viewer-alive-p.
39 (mm-destroy-parts): Rename to mh-mm-destroy-parts.
40 (mm-uu-dissect-text-parts): Rename to mh-mm-uu-dissect-text-parts.
41 (mml-minibuffer-read-disposition): Rename to
42 mh-mml-minibuffer-read-disposition.
43
44 * mh-identity.el (mh-identity-field-handler): Use mh-assoc-string
45 instead of assoc-string.
46
47 * mh-mime.el (mh-mm-inline-media-tests, mh-mm-inline-message)
48 (mh-mime-display, mh-mime-display-security)
49 (mh-insert-mime-button, mh-insert-mime-security-button)
50 (mh-handle-set-external-undisplayer)
51 (mh-mime-security-press-button, mh-mime-security-show-details)
52 (mh-mml-attach-file, mh-mime-cleanup)
53 (mh-destroy-postponed-handles): Use new mh-* names for
54 compatibility functions.
55
56 * mh-utils.el (mail-abbrev-make-syntax-table): Move to
57 mh-compat.el and rename to mh-mail-abbrev-make-syntax-table.
58 (mh-beginning-of-word): Use the new name.
59 (mh-get-field): Delete ancient alias.
60
61 * mh-xface.el (mh-face-foreground-compat): Move to mh-compat.el
62 and rename to mh-face-foreground
63 (mh-face-background-compat): Move to mh-compat.el
64 and rename to mh-face-background.
65 (mh-face-display-function): Use the new names.
66 (mh-x-image-url-cache-canonicalize): Use mh-url-hexify-string
67 instead of url-hexify-string.
68 (url-unreserved-chars): Move to mh-compat.el and rename to
69 mh-url-unreserved-chars.
70 (url-hexify-string): Move to mh-compat.el and rename to
71 mh-url-hexify-string.
72
73 * mh-letter.el (mh-complete-word): Fix bug in call to
74 mh-display-completion-list. Wrong argument was passed, so
75 completions wouldn't show highlighted prefix.
76
77 2006-01-29 Bill Wohler <wohler@newt.com>
78
79 * mh-e.el (mh-scan-format-file-check): Allow any non-nil for
80 mh-adaptive-cmd-note-flag.
81
82 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
83 docstring. sc-cite-original is autoloaded via loaddefs.el for all
84 supported versions. In addition, the package name "sc" has been
85 made obsolete by "supercite since at least Emacs 21.
86
87 * mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
88 revealed character constants that were still strings (closes SF
89 #770772).
90
91 * mh-comp.el (mh-letter-hide-all-skipped-fields)
92 (mh-get-header-field): Move to mh-utils.el so that you can read
93 messages without having to load mh-comp.el and mh-letter.el.
94
95 * mh-letter.el (mh-hidden-header-keymap)
96 (mh-letter-toggle-header-field-display)
97 (mh-letter-skipped-header-field-p)
98 (mh-letter-skip-leading-whitespace-in-header-field)
99 (mh-letter-truncate-header-field): Move to mh-utils.el so that you
100 can read messages without having to load mh-comp.el and
101 mh-letter.el.
102
103 * mh-utils.el (mh-get-header-field)
104 (mh-letter-hide-all-skipped-fields)
105 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap)
106 (mh-letter-toggle-header-field-display)
107 (mh-letter-skip-leading-whitespace-in-header-field)
108 (mh-letter-truncate-header-field): Move here from mh-comp.el and
109 mh-letter.el so that you can read messages without having to load
110 mh-comp.el and mh-letter.el.
111
112 * mh-comp.el (mh-insert-fields): Handle nil values. Rmail, at
113 least, will deliver them to us.
114
115 * mh-e.el (mh-after-commands-processed-hook)
116 (mh-before-commands-processed-hook): Specify what sort of requests
117 in docstring.
118
119 * mh-folder.el (mh-folder-mode): Use add-to-list to modify
120 minor-mode-alias.
121
122 * mh-letter.el (mh-letter-menu): Remove. Defvar no longer needed
123 to shush compiler.
124 (mh-letter-mode): Remove Mail menu.
125
126 2006-01-29 Bill Wohler <wohler@newt.com>
127
128 The Great Cleanup
129 Remove circular dependencies. mh-e.el now includes few require
130 statements and stands alone. Other files should need to require
131 mh-e.el, which requires mh-loaddefs.el, plus variable-only files
132 such as mh-scan.el.
133 Remove unneeded require statements.
134 Remove unneeded load statements, or replace them with non-fatal
135 require statements.
136 Break out components into their own files that were often spread
137 between many files.
138 As a result, many functions that are now only used within a single
139 file no longer need to be autoloaded.
140 Rearrange and provide consistent headings.
141 Untabify.
142
143 * mh-acros.el: Update commentary to reflect current usage. Add
144 autoload cookies to all macros.
145 (mh-require-cl): Merge docstring and comment.
146 (mh-do-in-xemacs): Fix typo in docstring.
147 (assoc-string): Move to new file mh-compat.el.
148 (with-mh-folder-updating, mh-in-show-buffer)
149 (mh-do-at-event-location, mh-seq-msgs): Move here from
150 mh-utils.el.
151 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move here
152 from mh-seq.el.
153
154 * mh-alias.el (mh-address-mail-regexp)
155 (mh-goto-address-find-address-at-point): Move here from
156 mh-utils.el.
157 (mh-folder-line-matches-show-buffer-p): Move here from mh-e.el.
158
159 * mh-buffers.el: Update descriptive text.
160
161 * mh-comp.el (mh-note-repl, mh-note-forw, mh-note-dist): Move to
162 new file mh-scan.el.
163 (mh-yank-hooks, mh-to-field-choices, mh-position-on-field)
164 (mh-letter-menu, mh-letter-mode-help-messages)
165 (mh-letter-buttons-init-flag, mh-letter-mode)
166 (mh-font-lock-field-data, mh-letter-header-end)
167 (mh-auto-fill-for-letter, mh-to-field, mh-to-fcc)
168 (mh-file-is-vcard-p, mh-insert-signature, mh-check-whom)
169 (mh-insert-letter, mh-extract-from-attribution, mh-yank-cur-msg)
170 (mh-filter-out-non-text, mh-insert-prefix-string)
171 (mh-current-fill-prefix, mh-open-line, mh-complete-word)
172 (mh-folder-expand-at-point, mh-letter-complete-function-alist)
173 (mh-letter-complete, mh-letter-complete-or-space)
174 (mh-letter-confirm-address, mh-letter-header-field-at-point)
175 (mh-letter-next-header-field-or-indent)
176 (mh-letter-next-header-field, mh-letter-previous-header-field)
177 (mh-letter-skipped-header-field-p)
178 (mh-letter-skip-leading-whitespace-in-header-field)
179 (mh-hidden-header-keymap)
180 (mh-letter-toggle-header-field-display-button)
181 (mh-letter-toggle-header-field-display)
182 (mh-letter-truncate-header-field, mh-letter-mode-map): Move to new
183 file mh-letter.el.
184 (mh-letter-mode-map, mh-sent-from-folder, mh-send-args)
185 (mh-pgp-support-flag, mh-x-mailer-string)
186 (mh-letter-header-field-regexp): Move to mh-e.el.
187 (mh-goto-header-field, mh-goto-header-end)
188 (mh-extract-from-header-value, mh-beginning-of-word): Move to
189 mh-utils.el.
190 (mh-insert-header-separator): Move to mh-comp.el.
191 (mh-display-completion-list-compat): Move to new file
192 mh-compat.el.
193
194 * mh-compat.el: New file.
195 (assoc-string): Move here from mh-acros.el.
196 (mh-display-completion-list): Move here from mh-comp.el.
197
198 * mh-customize.el: Move content into mh-e.el and remove.
199
200 * mh-e.el (mh-folder-mode-map, mh-folder-seq-tool-bar-map)
201 (mh-folder-tool-bar-map, mh-inc-spool-map, mh-letter-mode-map)
202 (mh-letter-tool-bar-map, mh-search-mode-map, mh-show-mode-map)
203 (mh-show-seq-tool-bar-map, mh-show-tool-bar-map): All maps now
204 declared here so that they can be used in docstrings.
205 (mh-sent-from-folder, mh-sent-from-msg)
206 (mh-letter-header-field-regexp, mh-pgp-support-flag)
207 (mh-x-mailer-string): Move here from mh-comp.el.
208 (mh-folder-line-matches-show-buffer-p): Move to mh-alias.el.
209 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack): Move
210 here from mh-seq.el.
211 (mh-draft-folder, mh-inbox, mh-user-path, mh-current-folder)
212 (mh-previous-window-config, mh-seen-list, mh-seq-list)
213 (mh-show-buffer, mh-showing-mode, mh-globals-hash)
214 (mh-show-folder-buffer, mh-mail-header-separator)
215 (mh-unseen-seq, mh-previous-seq, mh-page-to-next-msg-flag)
216 (mh-signature-separator, mh-signature-separator-regexp)
217 (mh-list-to-string, mh-list-to-string-1): Move here from
218 mh-utils.el.
219 (mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
220 (mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
221 (mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
222 (mh-exec-cmd-output)
223 (mh-exchange-point-and-mark-preserving-active-mark)
224 (mh-exec-lib-cmd-output, mh-handle-process-error): Move here from
225 deprecated file mh-exec.el.
226 (mh-path): Move here from deprecated file mh-customize.el.
227 (mh-sys-path, mh-variants, mh-variant-in-use, mh-progs, mh-lib)
228 (mh-flists-present-flag, mh-variants, mh-variant-mh-info)
229 (mh-variant-mu-mh-info, mh-variant-nmh-info, mh-file-command-p)
230 (mh-variant-set-variant, mh-variant-p, mh-profile-component)
231 (mh-profile-component-value, mh-defface-compat): Move here from
232 deprecated file mh-init.el.
233 (mh-goto-next-button, mh-folder-mime-action)
234 (mh-folder-toggle-mime-part, mh-folder-inline-mime-part)
235 (mh-folder-save-mime-part, mh-toggle-mime-buttons): Move to to
236 mh-mime.el.
237 (mh-scan-format-mh, mh-scan-format-nmh, mh-note-deleted)
238 (mh-note-refiled, mh-note-cur, mh-scan-good-msg-regexp)
239 (mh-scan-deleted-msg-regexp, mh-scan-refiled-msg-regexp)
240 (mh-scan-valid-regexp, mh-scan-cur-msg-number-regexp)
241 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
242 (mh-scan-subject-regexp, mh-scan-sent-to-me-sender-regexp)
243 (mh-scan-cmd-note-width, mh-scan-destination-width)
244 (mh-scan-date-width, mh-scan-date-flag-width)
245 (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width)
246 (mh-scan-field-destination-offset)
247 (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset)
248 (mh-scan-field-subject-start-offset, mh-scan-format)
249 (mh-msg-num-width-to-column, mh-set-cmd-note): Move to new file
250 mh-scan.el.
251 (mh-partial-folder-mode-line-annotation)
252 (mh-folder-font-lock-keywords, mh-folder-font-lock-subject)
253 (mh-generate-sequence-font-lock, mh-last-destination)
254 (mh-last-destination-write, mh-first-msg-num, mh-last-msg-num)
255 (mh-rmail, mh-nmail, mh-delete-msg, mh-delete-msg-no-motion)
256 (mh-execute-commands, mh-first-msg, mh-header-display)
257 (mh-inc-folder, mh-last-msg, mh-next-undeleted-msg)
258 (mh-folder-from-address, mh-prompt-for-refile-folder)
259 (mh-refile-msg, mh-refile-or-write-again, mh-quit, mh-page-msg)
260 (mh-previous-page, mh-previous-undeleted-msg)
261 (mh-previous-unread-msg, mh-next-button, mh-prev-button)
262 (mh-reset-threads-and-narrowing, mh-rescan-folder)
263 (mh-write-msg-to-file, mh-toggle-showing, mh-undo)
264 (mh-visit-folder, mh-update-sequences, mh-delete-a-msg)
265 (mh-refile-a-msg, mh-next-msg, mh-next-unread-msg)
266 (mh-set-scan-mode, mh-undo-msg, mh-make-folder)
267 (mh-folder-sequence-menu, mh-folder-message-menu)
268 (mh-folder-folder-menu, mh-remove-xemacs-horizontal-scrollbar)
269 (mh-write-file-functions-compat, mh-folder-mode)
270 (mh-restore-desktop-buffer, mh-scan-folder)
271 (mh-regenerate-headers, mh-generate-new-cmd-note)
272 (mh-get-new-mail, mh-make-folder-mode-line, mh-goto-cur-msg)
273 (mh-process-or-undo-commands, mh-process-commands)
274 (mh-update-unseen, mh-delete-scan-msgs)
275 (mh-outstanding-commands-p): Move to new file mh-folder.el.
276 (mh-mapc, mh-colors-available-p, mh-colors-in-use-p)
277 (mh-make-local-vars, mh-coalesce-msg-list, mh-greaterp)
278 (mh-lessp): Move to mh-utils.el.
279 (mh-parse-flist-output-line, mh-folder-size-folder)
280 (mh-folder-size-flist, mh-folder-size, mh-add-sequence-notation)
281 (mh-remove-sequence-notation, mh-remove-cur-notation)
282 (mh-remove-all-notation, mh-delete-seq-locally)
283 (mh-read-folder-sequences, mh-read-msg-list)
284 (mh-notate-user-sequences, mh-internal-seqs, mh-internal-seq)
285 (mh-valid-seq-p, mh-delete-msg-from-seq, mh-catchup)
286 (mh-delete-a-msg-from-seq, mh-undefine-sequence)
287 (mh-define-sequence, mh-seq-containing-msg): Move to mh-seq.el.
288 (mh-xemacs-flag)
289 (mh-customize, mh-e, mh-alias, mh-folder, mh-folder-selection)
290 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
291 (mh-scan-line-formats, mh-search, mh-sending-mail, mh-sequences)
292 (mh-show, mh-speedbar, mh-thread, mh-tool-bar, mh-hooks)
293 (mh-faces, mh-alias-completion-ignore-case-flag)
294 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
295 (mh-alias-insert-file, mh-alias-insertion-location)
296 (mh-alias-local-users, mh-alias-local-users-prefix)
297 (mh-alias-passwd-gecos-comma-separator-flag)
298 (mh-new-messages-folders, mh-ticked-messages-folders)
299 (mh-large-folder, mh-recenter-summary-flag)
300 (mh-recursive-folders-flag, mh-sortm-args)
301 (mh-default-folder-for-message-function, mh-default-folder-list)
302 (mh-default-folder-must-exist-flag, mh-default-folder-prefix)
303 (mh-identity-list, mh-auto-fields-list)
304 (mh-auto-fields-prompt-flag, mh-identity-default)
305 (mh-identity-handlers, mh-inc-prog, mh-inc-spool-list)
306 (mh-junk-choice, mh-junk-function-alist, mh-junk-choose)
307 (mh-junk-background, mh-junk-disposition, mh-junk-program)
308 (mh-compose-insertion, mh-compose-skipped-header-fields)
309 (mh-compose-space-does-completion-flag)
310 (mh-delete-yanked-msg-window-flag)
311 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
312 (mh-letter-complete-function, mh-letter-fill-column)
313 (mh-mml-method-default, mh-signature-file-name)
314 (mh-signature-separator-flag, mh-x-face-file, mh-yank-behavior)
315 (mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag)
316 (mh-scan-format-file-check, mh-scan-format-file)
317 (mh-adaptive-cmd-note-flag-check, mh-scan-prog)
318 (mh-search-program, mh-compose-forward-as-mime-flag)
319 (mh-compose-letter-function, mh-compose-prompt-flag)
320 (mh-forward-subject-format, mh-insert-x-mailer-flag)
321 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
322 (mh-reply-show-message-flag, mh-refile-preserves-sequences-flag)
323 (mh-tick-seq, mh-update-sequences-after-mh-show-flag)
324 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
325 (mh-decode-mime-flag, mh-display-buttons-for-alternatives-flag)
326 (mh-display-buttons-for-inline-parts-flag)
327 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
328 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
329 (mh-highlight-citation-style)
330 (mh-invisible-header-fields-internal)
331 (mh-delay-invisible-header-generation-flag)
332 (mh-invisible-header-fields, mh-invisible-header-fields-default)
333 (mh-invisible-header-fields-compiled, mh-invisible-headers)
334 (mh-lpr-command-format, mh-max-inline-image-height)
335 (mh-max-inline-image-width, mh-mhl-format-file)
336 (mh-mime-save-parts-default-directory, mh-print-background-flag)
337 (mh-show-maximum-size, mh-show-use-goto-addr-flag)
338 (mh-show-use-xface-flag, mh-store-default-directory)
339 (mh-summary-height, mh-speed-update-interval)
340 (mh-show-threads-flag, mh-tool-bar-search-function)
341 (mh-after-commands-processed-hook, mh-alias-reloaded-hook)
342 (mh-before-commands-processed-hook, mh-before-quit-hook)
343 (mh-before-send-letter-hook, mh-delete-msg-hook)
344 (mh-find-path-hook, mh-folder-mode-hook, mh-forward-hook)
345 (mh-inc-folder-hook, mh-insert-signature-hook)
346 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
347 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
348 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
349 (mh-unseen-updated-hook, mh-min-colors-defined-flag)
350 (mh-folder-address, mh-folder-body)
351 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
352 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
353 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
354 (mh-folder-subject, mh-folder-tick, mh-folder-to)
355 (mh-search-folder, mh-letter-header-field, mh-show-cc)
356 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
357 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
358 (mh-show-subject, mh-show-to, mh-show-xface, mh-speedbar-folder)
359 (mh-speedbar-folder-with-unseen-messages)
360 (mh-speedbar-selected-folder)
361 (mh-speedbar-selected-folder-with-unseen-messages): Move here from
362 deprecated file mh-customize.el.
363
364 * mh-exec.el: Move content into mh-e.el and remove.
365
366 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el
367
368 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file
369 mh-scan.el.
370 (mh-ephem-message, mh-help, mh-prefix-help): Move to mh-utils.el.
371
372 * mh-gnus.el (mm-uu-dissect-text-parts): Add.
373 (mh-mail-abbrev-make-syntax-table): Move to mh-utils.el and rename
374 to mail-abbrev-make-syntax-table.
375
376 * mh-identity.el (mh-identity-menu): New variable for existing
377 menu.
378 (mh-identity-make-menu-no-autoload): New alias for
379 mh-identity-make-menu which can be called from mh-e.el.
380 (mh-identity-list-set): Move to mh-e.el.
381 (mh-identity-add-menu): New function
382 (mh-insert-identity): Add optional argument maybe-insert so that
383 local variable mh-identity-local does not have to be visible.
384 (mh-identity-handler-default):
385
386 * mh-inc.el (mh-inc-spool-map): Move declaration to mh-e.el (with
387 rest of keymaps). Update key binding for ? to call mh-help with
388 help messages in new argument.
389 (mh-inc-spool-make-no-autoload): New alias for mh-inc-spool-make
390 which can be called from mh-e.el.
391 (mh-inc-spool-list-set): Simplify update of mh-inc-spool-map-help.
392
393 * mh-init.el: Move content into mh-e.el and remove.
394
395 * mh-junk.el: Update requires, untabify, and add mh-autoload
396 cookies.
397
398 * mh-letter.el: New file. Contains mh-letter-mode from mh-comp.el.
399
400 * mh-limit.el: New file. Contains display limit commands from
401 mh-mime.el.
402
403 * mh-mime.el: Rearrange for consistency with other files.
404 (mh-buffer-data, mh-mm-inline-media-tests): Move here from
405 mh-utils.el.
406 (mh-folder-inline-mime-part, mh-folder-save-mime-part)
407 (mh-folder-toggle-mime-part, mh-toggle-mime-buttons)
408 (mh-goto-next-button): Move here from mh-e.el.
409
410 * mh-print.el: Rearrange for consistency with other files.
411
412 * mh-scan.el: New file. Contains scan line constants and utilities
413 from XXX, mh-funcs, mh-utils.el.
414
415 * mh-search.el: Rearrange for consistency with other files.
416 (mh-search-mode-map): Drop C-c C-f {dr} bindings since these
417 fields which don't exist in the saved header. Replace C-c C-f f
418 with C-c C-f m per mail-mode consistency.
419 (mh-search-mode): Use mh-set-help instead of setting
420 mh-help-messages.
421
422 * mh-seq.el (mh-thread-message, mh-thread-container)
423 (mh-thread-id-hash, mh-thread-subject-hash, mh-thread-id-table)
424 (mh-thread-id-index-map, mh-thread-index-id-map)
425 (mh-thread-scan-line-map, mh-thread-scan-line-map-stack)
426 (mh-thread-subject-container-hash, mh-thread-duplicates)
427 (mh-thread-history, mh-thread-body-width)
428 (mh-thread-find-msg-subject mh-thread-initialize-hash)
429 (mh-thread-initialize, mh-thread-id-container)
430 (mh-thread-remove-parent-link, mh-thread-add-link)
431 (mh-thread-ancestor-p, mh-thread-get-message-container)
432 (mh-thread-get-message, mh-thread-canonicalize-id)
433 (mh-thread-prune-subject, mh-thread-container-subject)
434 (mh-thread-rewind-pruning, mh-thread-prune-containers)
435 (mh-thread-sort-containers, mh-thread-group-by-subject)
436 (mh-thread-process-in-reply-to, mh-thread-set-tables)
437 (mh-thread-update-id-index-maps, mh-thread-generate)
438 (mh-thread-inc, mh-thread-generate-scan-lines)
439 (mh-thread-parse-scan-line, mh-thread-update-scan-line-map)
440 (mh-thread-add-spaces, mh-thread-print-scan-lines)
441 (mh-thread-folder, mh-toggle-threads, mh-thread-forget-message)
442 (mh-thread-current-indentation-level, mh-thread-next-sibling)
443 (mh-thread-previous-sibling, mh-thread-immediate-ancestor)
444 (mh-thread-ancestor, mh-thread-find-children)
445 (mh-message-id-regexp, mh-thread-delete, mh-thread-refile): Move
446 to new file mh-thread.el.
447 (mh-subject-to-sequence, mh-subject-to-sequence-unthreaded)
448 (mh-subject-to-sequence-threaded, mh-edit-pick-expr)
449 (mh-pick-args-list, mh-narrow-to-subject, mh-narrow-to-from)
450 (mh-narrow-to-cc, mh-narrow-to-to, mh-narrow-to-header-field)
451 (mh-current-message-header-field, mh-narrow-to-range)
452 (mh-delete-subject, mh-delete-subject-or-thread): Move to new file
453 mh-limit.el.
454 (mh-iterate-on-messages-in-region, mh-iterate-on-range): Move to
455 mh-acros.el.
456 (mh-internal-seqs, mh-catchup, mh-delete-msg-from-seq)
457 (mh-internal-seq, mh-valid-seq-p, mh-seq-containing-msg)
458 (mh-define-sequence, mh-undefine-sequence)
459 (mh-delete-a-msg-from-seq, mh-delete-seq-locally)
460 (mh-folder-size, mh-folder-size-flist, mh-folder-size-folder)
461 (mh-parse-flist-output-line, mh-read-folder-sequences)
462 (mh-read-msg-list, mh-notate-user-sequences)
463 (mh-remove-cur-notation, mh-add-sequence-notation)
464 (mh-remove-sequence-notation, mh-remove-all-notation): Move here
465 from mh-e.el.
466 (mh-make-seq, mh-seq-name, mh-find-seq, mh-seq-to-msgs)
467 (mh-add-msgs-to-seq, mh-notate): Move here from mh-utils.el.
468
469 * mh-show.el: New file. Contains mh-show-mode from mh-utils.el.
470
471 * mh-speed.el: Rearrange for consistency with other files.
472
473 * mh-thread.el: New file. Contains threading code from mh-seq.el.
474
475 * mh-tool-bar.el: New file. Contains tool bar creation code from
476 deprecated file mh-customize.el.
477
478 * mh-utils.el (recursive-load-depth-limit): Remove setting. No
479 longer needed.
480 (mh-scan-msg-number-regexp, mh-scan-msg-overflow-regexp)
481 (mh-scan-msg-format-regexp, mh-scan-msg-format-string)
482 (mh-scan-msg-search-regexp, mh-cmd-note, mh-note-seq)
483 (mh-update-scan-format, mh-msg-num-width): Move to new file
484 mh-scan.el.
485 (mh-show-buffer-mode-line-buffer-id, mh-letter-header-font-lock)
486 (mh-header-field-font-lock, mh-header-to-font-lock)
487 (mh-header-cc-font-lock, mh-header-subject-font-lock)
488 (mh-show-font-lock-keywords)
489 (mh-show-font-lock-keywords-with-cite)
490 (mh-show-font-lock-fontify-region)
491 (mh-gnus-article-highlight-citation, mh-showing-with-headers)
492 (mh-start-of-uncleaned-message, mh-invalidate-show-buffer)
493 (mh-unvisit-file, mh-defun-show-buffer, mh-show-mode-map)
494 (mh-show-sequence-menu, mh-show-message-menu)
495 (mh-show-folder-menu, mh-show-mode, mh-show-addr)
496 (mh-maybe-show, mh-show, mh-show-msg, mh-show-unquote-From)
497 (mh-msg-folder, mh-display-msg, mh-clean-msg-header): Move to new
498 file mh-show.el.
499 (mh-mail-header-separator, mh-signature-separator-regexp)
500 (mh-signature-separator, mh-globals-hash, mh-user-path)
501 (mh-draft-folder, mh-unseen-seq, mh-previous-seq, mh-inbox)
502 (mh-previous-window-config, mh-current-folder mh-show-buffer)
503 (mh-showing-mode, mh-show-mode-map, mh-show-folder-buffer)
504 (mh-showing-mode, mh-seq-list, mh-seen-list, mh-summary-height)
505 (mh-list-to-string, mh-list-to-string-1): Move to mh-e.el.
506 (mh-buffer-data, mh-mm-inline-media-tests): Move to mh-mime.el.
507 (mh-address-mail-regexp, mh-goto-address-find-address-at-point):
508 Move to mh-alias.el.
509 (mh-letter-font-lock-keywords): Move to new file mh-letter.el.
510 (mh-folder-filename, mh-msg-count, mh-recenter, mh-msg-filename)
511 (mh-show-mouse, mh-modify, mh-goto-msg, mh-set-folder-modified-p):
512 Move to new file mh-folder.el.
513 (with-mh-folder-updating, mh-in-show-buffer)
514 (mh-do-at-event-location, mh-seq-msgs): Moved to mh-acros.el.
515 (mh-make-seq, mh-seq-name, mh-notate, mh-find-seq)
516 (mh-seq-to-msgs, mh-add-msgs-to-seq, mh-canonicalize-sequence):
517 Moved to mh-seq.el.
518 (mh-show-xface-function, mh-uncompface-executable, mh-face-to-png)
519 (mh-uncompface, mh-icontopbm, mh-face-foreground-compat)
520 (mh-face-background-compat, mh-face-display-function)
521 (mh-show-xface, mh-picon-directory-list)
522 (mh-picon-existing-directory-list)
523 (mh-picon-cache, mh-picon-image-types)
524 (mh-picon-set-directory-list, mh-picon-get-image)
525 (mh-picon-file-contents, mh-picon-generate-path)
526 (mh-x-image-cache-directory, mh-x-image-scaling-function)
527 (mh-wget-executable, mh-wget-choice, mh-wget-option)
528 (mh-x-image-temp-file, mh-x-image-url, mh-x-image-marker)
529 (mh-x-image-url-cache-file, mh-x-image-scale-with-pnm)
530 (mh-x-image-scale-with-convert)
531 (url-unreserved-chars, url-hexify-string)
532 (mh-x-image-url-cache-canonicalize)
533 (mh-x-image-set-download-state, mh-x-image-get-download-state)
534 (mh-x-image-url-fetch-image, mh-x-image-display)
535 (mh-x-image-scale-and-display, mh-x-image-url-sane-p)
536 (mh-x-image-url-display): Move to new file mh-xface.el.
537 (mh-logo-display): Call mh-image-load-path.
538 (mh-find-path-run, mh-find-path): Move here from deprecated file
539 mh-init.el.
540 (mh-help-messages): Now an alist of modes to an alist of messages.
541 (mh-set-help): New function used to set mh-help-messages
542 (mh-help): Adjust for new format of mh-help-messages. Add
543 help-messages argument.
544 (mh-prefix-help): Refactor to use mh-help.
545 (mh-coalesce-msg-list, mh-greaterp, mh-lessp): Move here from
546 mh-e.el.
547 (mh-clear-sub-folders-cache): New function added to avoid exposing
548 mh-sub-folders-cache variable.
549
550 * mh-xface.el: New file. Contains X-Face and Face header field
551 display routines from mh-utils.el.
552
1 2006-01-17 Bill Wohler <wohler@newt.com> 553 2006-01-17 Bill Wohler <wohler@newt.com>
2 554
3 * mh-acros.el (assoc-string): Fix typo in argument. 555 * mh-acros.el (assoc-string): Fix typo in argument.
4 556
5 2006-01-16 Bill Wohler <wohler@newt.com> 557 2006-01-16 Bill Wohler <wohler@newt.com>