aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-06 15:53:27 +0000
committerJuanma Barranquero2007-06-06 15:53:27 +0000
commit481821c8a9b2b71a12414f1efc5676f9a6618e81 (patch)
tree0a2675500e2e9dd19ccd147897de82030c88b3ab
parent643ecf9cf1e7a0c474686a07050344727ff1920f (diff)
downloademacs-481821c8a9b2b71a12414f1efc5676f9a6618e81.tar.gz
emacs-481821c8a9b2b71a12414f1efc5676f9a6618e81.zip
*** empty log message ***
-rw-r--r--lisp/mh-e/ChangeLog134
1 files changed, 69 insertions, 65 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 8b122f89b49..3d3a08e0528 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,8 @@
12007-06-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * mh-mime.el (mh-mh-directive-present-p):
4 * mh-search.el (mh-index-group-by-folder): Fix typos in docstrings.
5
12006-11-14 Bill Wohler <wohler@newt.com> 62006-11-14 Bill Wohler <wohler@newt.com>
2 7
3 * mh-xface.el (mh-x-image-url-cache-canonicalize): Add `*' to 8 * mh-xface.el (mh-x-image-url-cache-canonicalize): Add `*' to
@@ -10,7 +15,7 @@
10 * mh-e.el (Version, mh-version): Update for release 8.0.3. 15 * mh-e.el (Version, mh-version): Update for release 8.0.3.
11 16
12 * mh-e.el (mh-alias-local-users): Boolean docstrings should start 17 * mh-e.el (mh-alias-local-users): Boolean docstrings should start
13 with "Non-nil means". Perhaps this option should have a -flag 18 with "Non-nil means". Perhaps this option should have a -flag
14 appended. 19 appended.
15 (mh-junk-background): Sync docstring with manual. 20 (mh-junk-background): Sync docstring with manual.
16 21
@@ -62,7 +67,7 @@
62 * mh-tool-bar.el (mh-tool-bar-define): Fix XEmacs' vector-list so 67 * mh-tool-bar.el (mh-tool-bar-define): Fix XEmacs' vector-list so
63 it refers to the icons in mh-xemacs-icon-map instead of trying to 68 it refers to the icons in mh-xemacs-icon-map instead of trying to
64 declare the icons in situ. This allows mh-tool-bar.el to be 69 declare the icons in situ. This allows mh-tool-bar.el to be
65 compiled under XEmacs. Remove initial value for 70 compiled under XEmacs. Remove initial value for
66 mh-tool-bar-folder-buttons, mh-tool-bar-show-buttons, 71 mh-tool-bar-folder-buttons, mh-tool-bar-show-buttons,
67 mh-tool-bar-letter-buttons. The MH-E icons now appear in XEmacs. 72 mh-tool-bar-letter-buttons. The MH-E icons now appear in XEmacs.
68 In mh-tool-bar-init, check for mh-xemacs-use-tool-bar-flag sooner. 73 In mh-tool-bar-init, check for mh-xemacs-use-tool-bar-flag sooner.
@@ -133,7 +138,7 @@
1332006-04-26 Eric Ding <ericding@alum.mit.edu> 1382006-04-26 Eric Ding <ericding@alum.mit.edu>
134 139
135 * mh-e.el (mh-invisible-header-fields-internal): Add entry 140 * mh-e.el (mh-invisible-header-fields-internal): Add entry
136 "X-Provags-ID:" 141 "X-Provags-ID:".
137 142
1382006-04-25 Bill Wohler <wohler@newt.com> 1432006-04-25 Bill Wohler <wohler@newt.com>
139 144
@@ -155,9 +160,9 @@
155 160
156 * mh-letter.el (mh-insert-letter): If a message number isn't 161 * mh-letter.el (mh-insert-letter): If a message number isn't
157 given, throw an error rather than using a potentially incorrect 162 given, throw an error rather than using a potentially incorrect
158 message number (closes SF #1473729). In addition, use the cur 163 message number (closes SF #1473729). In addition, use the cur
159 message if mh-sent-from-msg is nil (when sending a message, in 164 message if mh-sent-from-msg is nil (when sending a message, in
160 contrast to replying). Move conversion of int to string into 165 contrast to replying). Move conversion of int to string into
161 interactive stanza so body can assume variables are of proper 166 interactive stanza so body can assume variables are of proper
162 type. 167 type.
163 168
@@ -177,15 +182,15 @@
177 (mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set): 182 (mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set):
178 Call it (closes SF #1452718). 183 Call it (closes SF #1452718).
179 184
180 * mh-folder.el (mh-folder-buttons-init-flag): Delete. Use 185 * mh-folder.el (mh-folder-buttons-init-flag): Delete. Use
181 mh-folder-tool-bar-map instead. 186 mh-folder-tool-bar-map instead.
182 (image-load-path): Delete. No longer used. 187 (image-load-path): Delete. No longer used.
183 (mh-folder-mode): Moved setting of image-load-path into 188 (mh-folder-mode): Moved setting of image-load-path into
184 mh-tool-bar-folder-buttons-init. 189 mh-tool-bar-folder-buttons-init.
185 190
186 * mh-letter.el (mh-letter-buttons-init-flag): Delete. Use 191 * mh-letter.el (mh-letter-buttons-init-flag): Delete. Use
187 mh-letter-tool-bar-map instead. 192 mh-letter-tool-bar-map instead.
188 (image-load-path): Delete. No longer used. 193 (image-load-path): Delete. No longer used.
189 (mh-letter-mode): Moved setting of image-load-path into 194 (mh-letter-mode): Moved setting of image-load-path into
190 mh-tool-bar-letter-buttons-init. 195 mh-tool-bar-letter-buttons-init.
191 196
@@ -202,10 +207,10 @@
202 * mh-e.el (defcustom-mh, defface-mh, defgroup-mh, mh-face-data) 207 * mh-e.el (defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
203 (mh-strip-package-version, mh-face-data, mh-inherit-face-flag) 208 (mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
204 (mh-min-colors-defined-flag): Do not unbind these macros and 209 (mh-min-colors-defined-flag): Do not unbind these macros and
205 variables. Nice idea, but too many nasty side-effects. These 210 variables. Nice idea, but too many nasty side-effects. These
206 macros are needed by [Cc]ustom-make-dependencies when creating the 211 macros are needed by [Cc]ustom-make-dependencies when creating the
207 MH-E customization groups in mh-cus-load.el. These disappeared 212 MH-E customization groups in mh-cus-load.el. These disappeared
208 when the macros above were introduced. Besides, if a developer 213 when the macros above were introduced. Besides, if a developer
209 were to try to show the help for a macro or variable they were 214 were to try to show the help for a macro or variable they were
210 looking at and got [No match] when they did so, that would be bad. 215 looking at and got [No match] when they did so, that would be bad.
211 216
@@ -218,11 +223,11 @@
218 variables and functions with the same name are found correctly by 223 variables and functions with the same name are found correctly by
219 find-func (invoked by clicking on the filename link in the *Help* 224 find-func (invoked by clicking on the filename link in the *Help*
220 buffer). 225 buffer).
221 (mh-defmacro-compat): Rename to defmacro-mh. Ditto. 226 (mh-defmacro-compat): Rename to defmacro-mh. Ditto.
222 227
223 * mh-e.el: (mh-defgroup): Rename to defgroup-mh. Ditto. 228 * mh-e.el (mh-defgroup): Rename to defgroup-mh. Ditto.
224 (mh-defcustom): Rename to defcustom-mh. Ditto. 229 (mh-defcustom): Rename to defcustom-mh. Ditto.
225 (mh-defface): Rename to defface-mh. Ditto. 230 (mh-defface): Rename to defface-mh. Ditto.
226 (mh-font-lock-add-keywords): Make changes according to these 231 (mh-font-lock-add-keywords): Make changes according to these
227 renamings. 232 renamings.
228 233
@@ -232,11 +237,11 @@
232 * mh-utils.el (mh-sub-folders-actual): Mention that folder must 237 * mh-utils.el (mh-sub-folders-actual): Mention that folder must
233 have been processed by mh-normalize-folder-name. 238 have been processed by mh-normalize-folder-name.
234 (mh-folder-completion-function): Handle completion of folders with 239 (mh-folder-completion-function): Handle completion of folders with
235 absolute names. Also, when flag is t, display complete folder name 240 absolute names. Also, when flag is t, display complete folder name
236 to provide proper highlighting in Emacs 22 now that 241 to provide proper highlighting in Emacs 22 now that
237 minibuffer-completing-file-name is nil (closes SF #1470518). 242 minibuffer-completing-file-name is nil (closes SF #1470518).
238 (mh-folder-completing-read): No longer set 243 (mh-folder-completing-read): No longer set
239 minibuffer-completing-file-name to t. This was causing "Can't set 244 minibuffer-completing-file-name to t. This was causing "Can't set
240 current directory errors" when browsing absolute file names. 245 current directory errors" when browsing absolute file names.
241 Another benefit of this change is that SPC can be used for 246 Another benefit of this change is that SPC can be used for
242 completion again (closes SF #1470518). 247 completion again (closes SF #1470518).
@@ -256,9 +261,9 @@
256 261
257 * mh-show.el (font-lock-auto-fontify): Ditto. 262 * mh-show.el (font-lock-auto-fontify): Ditto.
258 263
259 * mh-utils.el (mh-speed-flists-cache): Ditto 264 * mh-utils.el (mh-speed-flists-cache): Ditto.
260 265
261 * mh-acros.el (struct, x, y): No need to wrap defvar with 266 * mh-acros.el (struct, x, y): No need to wrap defvar with
262 eval-when-compile when shushing compiler, even when 267 eval-when-compile when shushing compiler, even when
263 mh-do-in-xemacs or another construct is used. 268 mh-do-in-xemacs or another construct is used.
264 269
@@ -287,7 +292,7 @@
287 * mh-xface.el (default-enable-multibyte-characters): Ditto. 292 * mh-xface.el (default-enable-multibyte-characters): Ditto.
288 293
289 * mh-compat.el (mh-font-lock-add-keywords): New alias for 294 * mh-compat.el (mh-font-lock-add-keywords): New alias for
290 font-lock-add-keywords. Returns nil on XEmacs. 295 font-lock-add-keywords. Returns nil on XEmacs.
291 296
292 * mh-e.el: Add MH-E function and variable keywords such as 297 * mh-e.el: Add MH-E function and variable keywords such as
293 mh-defun-compat and mh-defcustom to font-lock-keywords. 298 mh-defun-compat and mh-defcustom to font-lock-keywords.
@@ -297,7 +302,7 @@
297 * mh-e.el (customize-package-emacs-version-alist) 302 * mh-e.el (customize-package-emacs-version-alist)
298 (mh-e, mh-alias, mh-folder, mh-folder-selection) 303 (mh-e, mh-alias, mh-folder, mh-folder-selection)
299 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges) 304 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
300 (mh-scan-line-formats, mh-search, mh-sending-mail, ) 305 (mh-scan-line-formats, mh-search, mh-sending-mail)
301 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar) 306 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
302 (mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag) 307 (mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag)
303 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma) 308 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
@@ -307,7 +312,7 @@
307 (mh-new-messages-folders, mh-ticked-messages-folders) 312 (mh-new-messages-folders, mh-ticked-messages-folders)
308 (mh-large-folder, mh-recenter-summary-flag) 313 (mh-large-folder, mh-recenter-summary-flag)
309 (mh-recursive-folders-flag, mh-sortm-args) 314 (mh-recursive-folders-flag, mh-sortm-args)
310 (mh-default-folder-for-message-function, ) 315 (mh-default-folder-for-message-function)
311 (mh-default-folder-list, mh-default-folder-must-exist-flag) 316 (mh-default-folder-list, mh-default-folder-must-exist-flag)
312 (mh-default-folder-prefix, mh-identity-list) 317 (mh-default-folder-prefix, mh-identity-list)
313 (mh-auto-fields-list, mh-auto-fields-prompt-flag) 318 (mh-auto-fields-list, mh-auto-fields-prompt-flag)
@@ -320,18 +325,18 @@
320 (mh-extract-from-attribution-verb, mh-ins-buf-prefix) 325 (mh-extract-from-attribution-verb, mh-ins-buf-prefix)
321 (mh-letter-complete-function, mh-letter-fill-column) 326 (mh-letter-complete-function, mh-letter-fill-column)
322 (mh-mml-method-default, mh-signature-file-name) 327 (mh-mml-method-default, mh-signature-file-name)
323 (mh-signature-separator-flag, mh-x-face-file, ) 328 (mh-signature-separator-flag, mh-x-face-file)
324 (mh-yank-behavior, mh-interpret-number-as-range-flag) 329 (mh-yank-behavior, mh-interpret-number-as-range-flag)
325 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog) 330 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
326 (mh-search-program, mh-compose-forward-as-mime-flag) 331 (mh-search-program, mh-compose-forward-as-mime-flag)
327 (mh-compose-letter-function, mh-compose-prompt-flag) 332 (mh-compose-letter-function, mh-compose-prompt-flag)
328 (mh-forward-subject-format, mh-insert-x-mailer-flag) 333 (mh-forward-subject-format, mh-insert-x-mailer-flag)
329 (mh-redist-full-contents-flag, mh-reply-default-reply-to) 334 (mh-redist-full-contents-flag, mh-reply-default-reply-to)
330 (mh-reply-show-message-flag, ) 335 (mh-reply-show-message-flag)
331 (mh-refile-preserves-sequences-flag, mh-tick-seq) 336 (mh-refile-preserves-sequences-flag, mh-tick-seq)
332 (mh-update-sequences-after-mh-show-flag) 337 (mh-update-sequences-after-mh-show-flag)
333 (mh-bury-show-buffer-flag, mh-clean-message-header-flag) 338 (mh-bury-show-buffer-flag, mh-clean-message-header-flag)
334 (mh-decode-mime-flag, ) 339 (mh-decode-mime-flag)
335 (mh-display-buttons-for-alternatives-flag) 340 (mh-display-buttons-for-alternatives-flag)
336 (mh-display-buttons-for-inline-parts-flag) 341 (mh-display-buttons-for-inline-parts-flag)
337 (mh-do-not-confirm-flag, mh-fetch-x-image-url) 342 (mh-do-not-confirm-flag, mh-fetch-x-image-url)
@@ -348,8 +353,7 @@
348 (mh-alias-reloaded-hook, mh-before-commands-processed-hook) 353 (mh-alias-reloaded-hook, mh-before-commands-processed-hook)
349 (mh-before-quit-hook, mh-before-send-letter-hook) 354 (mh-before-quit-hook, mh-before-send-letter-hook)
350 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook) 355 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
351 (mh-forward-hook, mh-inc-folder-hook, ) 356 (mh-forward-hook, mh-inc-folder-hook, mh-insert-signature-hook)
352 (mh-insert-signature-hook, )
353 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook) 357 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
354 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook) 358 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
355 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook) 359 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
@@ -361,7 +365,7 @@
361 (mh-letter-header-field, mh-search-folder, mh-show-cc) 365 (mh-letter-header-field, mh-search-folder, mh-show-cc)
362 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad) 366 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
363 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature) 367 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
364 (mh-show-subject, mh-show-to, mh-show-xface, ) 368 (mh-show-subject, mh-show-to, mh-show-xface)
365 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages) 369 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
366 (mh-speedbar-selected-folder) 370 (mh-speedbar-selected-folder)
367 (mh-speedbar-selected-folder-with-unseen-messages): Use dotted 371 (mh-speedbar-selected-folder-with-unseen-messages): Use dotted
@@ -375,7 +379,7 @@
3752006-03-31 Bill Wohler <wohler@newt.com> 3792006-03-31 Bill Wohler <wohler@newt.com>
376 380
377 * mh-e.el (mh-strip-package-version): Move before use to avoid 381 * mh-e.el (mh-strip-package-version): Move before use to avoid
378 compiler error. Make macro, also to avoid compiler error. 382 compiler error. Make macro, also to avoid compiler error.
379 (mh-defface-compat): Incorporate body into mh-face-data and 383 (mh-defface-compat): Incorporate body into mh-face-data and
380 delete. 384 delete.
381 385
@@ -474,7 +478,7 @@
474 MH-Letter mode, move save-buffer and mh-fully-kill-draft icons in 478 MH-Letter mode, move save-buffer and mh-fully-kill-draft icons in
475 front of mh-compose-insertion to be consistent with other mailers, 479 front of mh-compose-insertion to be consistent with other mailers,
476 such as Evolution. In MH-Folder mode, move vanilla reply icon to 480 such as Evolution. In MH-Folder mode, move vanilla reply icon to
477 the left of the other reply icons. Use mail/inbox icon instead of 481 the left of the other reply icons. Use mail/inbox icon instead of
478 mail, next-page instead of page-down, delete instead of close, 482 mail, next-page instead of page-down, delete instead of close,
479 mail/move instead of mail/refile, data-save instead of execute, 483 mail/move instead of mail/refile, data-save instead of execute,
480 mail/flag-for-followup instead of highlight, contact instead of 484 mail/flag-for-followup instead of highlight, contact instead of
@@ -513,7 +517,7 @@
5132006-03-15 Bill Wohler <wohler@newt.com> 5172006-03-15 Bill Wohler <wohler@newt.com>
514 518
515 * mh-compat.el (mh-image-load-path-for-library): Fix example by 519 * mh-compat.el (mh-image-load-path-for-library): Fix example by
516 not recommending that one binds image-load-path. Just defvar it to 520 not recommending that one binds image-load-path. Just defvar it to
517 placate compiler and only use it if previously defined. 521 placate compiler and only use it if previously defined.
518 522
519 * mh-e.el (image-load-path): Don't bind! 523 * mh-e.el (image-load-path): Don't bind!
@@ -551,11 +555,11 @@
5512006-03-10 Bill Wohler <wohler@newt.com> 5552006-03-10 Bill Wohler <wohler@newt.com>
552 556
553 * mh-compat.el (mh-replace-regexp-in-string): Pass the literal 557 * mh-compat.el (mh-replace-regexp-in-string): Pass the literal
554 flag to replace-in-string. This was badly needed by 558 flag to replace-in-string. This was badly needed by
555 mh-quote-pick-expr in order to properly quote subjects when using 559 mh-quote-pick-expr in order to properly quote subjects when using
556 / s on XEmacs (closes SF #1447598). 560 / s on XEmacs (closes SF #1447598).
557 (mh-image-load-path-for-library): Merged changes from Reiner. Add 561 (mh-image-load-path-for-library): Merged changes from Reiner. Add
558 no-error argument. If path t, just return directory. 562 no-error argument. If path t, just return directory.
559 563
560 * mh-e.el (mh-profile-component): Drop `s' from mhparam 564 * mh-e.el (mh-profile-component): Drop `s' from mhparam
561 -components for Mailutils compatibility (closes SF #1446985). 565 -components for Mailutils compatibility (closes SF #1446985).
@@ -598,11 +602,11 @@
598 (mh-sub-folders): Use new flag to mh-normalize-folder-name to make 602 (mh-sub-folders): Use new flag to mh-normalize-folder-name to make
599 this function more robust. It could too easily list the folders in /. 603 this function more robust. It could too easily list the folders in /.
600 (mh-folder-list): Fix a couple of problems pointed out by Thomas 604 (mh-folder-list): Fix a couple of problems pointed out by Thomas
601 Baumann. Set folder to nil if empty. Don't append "/" if folder nil. 605 Baumann. Set folder to nil if empty. Don't append "/" if folder nil.
602 606
6032006-03-03 Bill Wohler <wohler@newt.com> 6072006-03-03 Bill Wohler <wohler@newt.com>
604 608
605 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to 609 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
606 mh-image-load-path-for-library. 610 mh-image-load-path-for-library.
607 611
608 * mh-letter.el (mh-letter-mode): Rename mh-image-load-path to 612 * mh-letter.el (mh-letter-mode): Rename mh-image-load-path to
@@ -689,7 +693,7 @@
6892006-02-21 Eric Ding <ericding@alum.mit.edu> 6932006-02-21 Eric Ding <ericding@alum.mit.edu>
690 694
691 * mh-e.el (mh-invisible-header-fields-internal): Add entry 695 * mh-e.el (mh-invisible-header-fields-internal): Add entry
692 "X-Sasl-enc:" 696 "X-Sasl-enc:".
693 697
6942006-02-20 Eric Ding <ericding@alum.mit.edu> 6982006-02-20 Eric Ding <ericding@alum.mit.edu>
695 699
@@ -958,7 +962,7 @@
958 962
959 * mh-comp.el (mh-send-sub): Don't find components file in current 963 * mh-comp.el (mh-send-sub): Don't find components file in current
960 directory--this seems to have been a side-effect of commenting out 964 directory--this seems to have been a side-effect of commenting out
961 the use of an old mh-etc variable. Improve error message. 965 the use of an old mh-etc variable. Improve error message.
962 966
9632006-01-31 Bill Wohler <wohler@newt.com> 9672006-01-31 Bill Wohler <wohler@newt.com>
964 968
@@ -979,7 +983,7 @@
979 (mh-display-completion-list): Move here from mh-comp.el. 983 (mh-display-completion-list): Move here from mh-comp.el.
980 (mh-face-foreground, mh-face-background): Move here from 984 (mh-face-foreground, mh-face-background): Move here from
981 mh-xface.el. 985 mh-xface.el.
982 (mh-write-file-functions): Move here from mh-folder.el 986 (mh-write-file-functions): Move here from mh-folder.el.
983 987
984 * mh-folder.el (mh-write-file-functions-compat): Move to 988 * mh-folder.el (mh-write-file-functions-compat): Move to
985 mh-compat.el and rename to mh-write-file-functions. 989 mh-compat.el and rename to mh-write-file-functions.
@@ -1042,7 +1046,7 @@
1042 mh-adaptive-cmd-note-flag. 1046 mh-adaptive-cmd-note-flag.
1043 1047
1044 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old 1048 * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
1045 docstring. sc-cite-original is autoloaded via loaddefs.el for all 1049 docstring. sc-cite-original is autoloaded via loaddefs.el for all
1046 supported versions. In addition, the package name "sc" has been 1050 supported versions. In addition, the package name "sc" has been
1047 made obsolete by "supercite since at least Emacs 21. 1051 made obsolete by "supercite since at least Emacs 21.
1048 1052
@@ -1323,7 +1327,7 @@
1323 1327
1324 * mh-exec.el: Move content into mh-e.el and remove. 1328 * mh-exec.el: Move content into mh-e.el and remove.
1325 1329
1326 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el. 1330 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el.
1327 1331
1328 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file 1332 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file
1329 mh-scan.el. 1333 mh-scan.el.
@@ -1368,7 +1372,7 @@
1368 1372
1369 * mh-print.el: Rearrange for consistency with other files. 1373 * mh-print.el: Rearrange for consistency with other files.
1370 1374
1371 * mh-scan.el: New file. Contains scan line constants and utilities 1375 * mh-scan.el: New file. Contains scan line constants and utilities
1372 from XXX, mh-funcs, mh-utils.el. 1376 from XXX, mh-funcs, mh-utils.el.
1373 1377
1374 * mh-search.el: Rearrange for consistency with other files. 1378 * mh-search.el: Rearrange for consistency with other files.
@@ -1565,7 +1569,7 @@
1565 * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; 1569 * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el;
1566 needed to help remove dependency on mh-utils. 1570 needed to help remove dependency on mh-utils.
1567 1571
1568 * mh-exec.el: New file. Move process support routines here from 1572 * mh-exec.el: New file. Move process support routines here from
1569 mh-utils.el. 1573 mh-utils.el.
1570 1574
1571 * mh-init.el (mh-utils): Remove require. 1575 * mh-init.el (mh-utils): Remove require.
@@ -1612,7 +1616,7 @@
1612 (mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to 1616 (mh-kill-folder-suppress-prompt-hooks): Rename mh-index-p to
1613 mh-search-p. 1617 mh-search-p.
1614 (mh-search-mode-hook): Change group from mh-index to mh-search. 1618 (mh-search-mode-hook): Change group from mh-index to mh-search.
1615 (mh-index-folder): Rename to mh-search-folder. Change group from 1619 (mh-index-folder): Rename to mh-search-folder. Change group from
1616 mh-index to mh-search. 1620 mh-index to mh-search.
1617 1621
1618 * mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder 1622 * mh-e.el (mh-folder-font-lock-keywords): Rename mh-index-folder
@@ -1667,7 +1671,7 @@
16672006-01-12 Bill Wohler <wohler@newt.com> 16712006-01-12 Bill Wohler <wohler@newt.com>
1668 1672
1669 * mh-search.el: New file containing contents of mh-index.el and 1673 * mh-search.el: New file containing contents of mh-index.el and
1670 mh-pick.el. C-c C-c launches your mh-index-program; C-c C-p runs 1674 mh-pick.el. C-c C-c launches your mh-index-program; C-c C-p runs
1671 pick. Pick no longer sets the "search" sequence. Instead, it 1675 pick. Pick no longer sets the "search" sequence. Instead, it
1672 brings up a folder view that we're accustomed to. (Closes SF 1676 brings up a folder view that we're accustomed to. (Closes SF
1673 #829207.) 1677 #829207.)
@@ -1722,13 +1726,13 @@
1722 1726
1723 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use 1727 * mh-utils.el (mh-x-image-url-cache-canonicalize): Use
1724 url-hexify-string to remove special characters from filenames 1728 url-hexify-string to remove special characters from filenames
1725 (closes SF #1396499). Note that this invalidates the existing 1729 (closes SF #1396499). Note that this invalidates the existing
1726 names in your cache so you might as well remove 1730 names in your cache so you might as well remove
1727 ~/Mail/.mhe-x-image-cache/* now. 1731 ~/Mail/.mhe-x-image-cache/* now.
1728 (url-unreserved-chars, url-hexify-string): Define if not defined. 1732 (url-unreserved-chars, url-hexify-string): Define if not defined.
1729 Copied from url-util.el in Emacs22 for Emacs 21. 1733 Copied from url-util.el in Emacs22 for Emacs 21.
1730 1734
1731 * mh-buffers.el: New file. Contains constants and code from 1735 * mh-buffers.el: New file. Contains constants and code from
1732 mh-index.el and mh-utils.el. 1736 mh-index.el and mh-utils.el.
1733 1737
1734 * mh-alias.el: 1738 * mh-alias.el:
@@ -1758,7 +1762,7 @@
17582006-01-10 Bill Wohler <wohler@newt.com> 17622006-01-10 Bill Wohler <wohler@newt.com>
1759 1763
1760 * mh-comp.el (mh-insert-letter): If you choose a different folder, 1764 * mh-comp.el (mh-insert-letter): If you choose a different folder,
1761 the cur message is used. Sync docstring with manual (closes SF 1765 the cur message is used. Sync docstring with manual (closes SF
1762 #1205890). 1766 #1205890).
1763 1767
1764 * mh-mime.el (mh-compose-forward): Use standard range argument 1768 * mh-mime.el (mh-compose-forward): Use standard range argument
@@ -1776,7 +1780,7 @@
1776 use function mh-variants instead. 1780 use function mh-variants instead.
1777 (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info) 1781 (mh-variant-info, mh-variant-mh-info, mh-variant-mu-mh-info)
1778 (mh-variant-nmh-info): Co-locate next to mh-variants, which uses 1782 (mh-variant-nmh-info): Co-locate next to mh-variants, which uses
1779 them. Updated to use mh-file-command-p which is more accurrate 1783 them. Updated to use mh-file-command-p which is more accurrate
1780 than file-executable-p which returns t for directories. 1784 than file-executable-p which returns t for directories.
1781 (mh-file-command-p): Move here from mh-utils, since 1785 (mh-file-command-p): Move here from mh-utils, since
1782 mh-variant-*-info are the only functions to use it. 1786 mh-variant-*-info are the only functions to use it.
@@ -1962,8 +1966,8 @@
1962 1966
1963 * mh-customize.el (mh-folder-msg-number): Snow is actually 1967 * mh-customize.el (mh-folder-msg-number): Snow is actually
1964 off-white on low color displays which turns to white when bold. 1968 off-white on low color displays which turns to white when bold.
1965 This is unreadable on white backgrounds. Use snow with min-colors 1969 This is unreadable on white backgrounds. Use snow with min-colors
1966 requirement. Use cyan on low-color displays. 1970 requirement. Use cyan on low-color displays.
1967 1971
1968 * mh-init.el (mh-defface-compat): On low-color displays, delete 1972 * mh-init.el (mh-defface-compat): On low-color displays, delete
1969 the high-color display rather than simply strip the min-colors 1973 the high-color display rather than simply strip the min-colors
@@ -1976,13 +1980,13 @@
19762006-01-02 Bill Wohler <wohler@newt.com> 19802006-01-02 Bill Wohler <wohler@newt.com>
1977 1981
1978 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from 1982 * mh-alias.el (mh-alias-grab-from-field): Remove leading * from
1979 docstring. Does this mean something in a defun? 1983 docstring. Does this mean something in a defun?
1980 1984
1981 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new): 1985 * mh-customize.el (bw-new-face-to-old, bw-old-face-to-new):
1982 Checkdoc fix. 1986 Checkdoc fix.
1983 1987
1984 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file 1988 * mh-e.el (mh-inc-folder): Rename maildrop-name argument to file
1985 so it reads better in docstring and manual. Sync docstring with 1989 so it reads better in docstring and manual. Sync docstring with
1986 manual. 1990 manual.
1987 1991
1988 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc). 1992 * mh-init.el (mh-defface-compat): Remove trailing space (checkdoc).
@@ -2004,7 +2008,7 @@
2004 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto. 2008 * mh-e.el (mh-refile-or-write-again, mh-toggle-showing): Ditto.
2005 2009
2006 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder) 2010 * mh-funcs.el (mh-pipe-msg, mh-sort-folder, mh-undo-folder)
2007 (mh-store-msg, mh-store-buffer): Ditto 2011 (mh-store-msg, mh-store-buffer): Ditto.
2008 2012
2009 * mh-index.el (mh-index-search, mh-index-do-search) 2013 * mh-index.el (mh-index-search, mh-index-do-search)
2010 (mh-index-next-folder, mh-index-sequenced-messages): Ditto. 2014 (mh-index-next-folder, mh-index-sequenced-messages): Ditto.
@@ -2014,7 +2018,7 @@
2014 * mh-mime.el (mh-mh-compose-external-compressed-tar) 2018 * mh-mime.el (mh-mh-compose-external-compressed-tar)
2015 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo) 2019 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
2016 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) 2020 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
2017 (mh-mml-secure-message-signencrypt): Ditto 2021 (mh-mml-secure-message-signencrypt): Ditto.
2018 2022
2019 * mh-pick.el (mh-search-folder): Ditto. 2023 * mh-pick.el (mh-search-folder): Ditto.
2020 2024
@@ -2068,7 +2072,7 @@
2068 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp) 2072 (mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
2069 (mh-scan-subject-regexp): Sync docstrings with manual 2073 (mh-scan-subject-regexp): Sync docstrings with manual
2070 (mh-scan-format-regexp): Rename to 2074 (mh-scan-format-regexp): Rename to
2071 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized 2075 mh-scan-sent-to-me-sender-regexp. Drop date parenthesized
2072 expression. Make expression more like the others (anchored at the 2076 expression. Make expression more like the others (anchored at the
2073 beginning of line). Sync docstrings with manual. 2077 beginning of line). Sync docstrings with manual.
2074 (mh-folder-font-lock-keywords): Use faces directly rather than 2078 (mh-folder-font-lock-keywords): Use faces directly rather than
@@ -2228,7 +2232,7 @@
2228 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar 2232 (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
2229 depending on context. 2233 depending on context.
2230 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition 2234 (mh-toolbar-init): Rename to mh-tool-bar-init. Simplify condition
2231 for calling set-specifier. Only look at the value of 2235 for calling set-specifier. Only look at the value of
2232 mh-xemacs-use-tool-bar-flag. 2236 mh-xemacs-use-tool-bar-flag.
2233 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): 2237 (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons):
2234 Sync docstrings with manual. 2238 Sync docstrings with manual.
@@ -2501,7 +2505,7 @@
2501 msg argument to message (to make for a better docstring). 2505 msg argument to message (to make for a better docstring).
2502 2506
2503 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar 2507 * mh-customize.el (mh-redist-full-contents-flag): Convert defvar
2504 to defcustom. Rename by adding -flag. 2508 to defcustom. Rename by adding -flag.
2505 (mh-compose-forward-as-mime-flag) 2509 (mh-compose-forward-as-mime-flag)
2506 (mh-compose-letter-function, mh-forward-subject-format) 2510 (mh-compose-letter-function, mh-forward-subject-format)
2507 (mh-insert-x-mailer-flag, mh-reply-default-reply-to) 2511 (mh-insert-x-mailer-flag, mh-reply-default-reply-to)
@@ -2623,10 +2627,10 @@
2623 Sync docstring with manual. 2627 Sync docstring with manual.
2624 2628
2625 * mh-identity.el (mh-assoc-ignore-case): Merge with version in 2629 * mh-identity.el (mh-assoc-ignore-case): Merge with version in
2626 mh-alias.el and move to mh-acros.el 2630 mh-alias.el and move to mh-acros.el.
2627 2631
2628 * mh-alias.el (mh-assoc-ignore-case): Merge with version in 2632 * mh-alias.el (mh-assoc-ignore-case): Merge with version in
2629 mh-identity.el and move to mh-acros.el 2633 mh-identity.el and move to mh-acros.el.
2630 2634
2631 * mh-acros.el (mh-assoc-ignore-case): Merge of function from 2635 * mh-acros.el (mh-assoc-ignore-case): Merge of function from
2632 mh-identity.el and mh-alias.el. 2636 mh-identity.el and mh-alias.el.
@@ -2667,15 +2671,15 @@
2667 mh-mhn-compose-external-compressed-tar to 2671 mh-mhn-compose-external-compressed-tar to
2668 mh-mh-compose-external-compressed-tar. Rename 2672 mh-mh-compose-external-compressed-tar. Rename
2669 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename 2673 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
2670 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to 2674 mh-edit-mhn to mh-mh-to-mime. Rename mh-mhn-directive-present-p to
2671 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to 2675 mh-mh-directive-present-p. Rename mh-revert-mhn-edit to
2672 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to 2676 mh-mh-to-mime-undo. Rename mh-gnus-pgp-support-flag to
2673 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn 2677 mh-pgp-support-flag. Rename mh-compose-insertion value from 'mhn
2674 to 'mh. 2678 to 'mh.
2675 (mh-insert-signature): Rename mh-mhn-directive-present-p to 2679 (mh-insert-signature): Rename mh-mhn-directive-present-p to
2676 mh-mh-directive-present-p. 2680 mh-mh-directive-present-p.
2677 (mh-send-letter): Rename mh-mhn-directive-present-p to 2681 (mh-send-letter): Rename mh-mhn-directive-present-p to
2678 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime. 2682 mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
2679 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename 2683 (mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
2680 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename 2684 mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
2681 mh-mhn-compose-external-compressed-tar to 2685 mh-mhn-compose-external-compressed-tar to
@@ -2829,7 +2833,7 @@
2829 2833
2830 * mh-e.el (Version, mh-version): Add +cvs to version. 2834 * mh-e.el (Version, mh-version): Add +cvs to version.
2831 2835
28322005-10-14 Bill Wohler <wohler@newt.com> 28362005-10-14 Bill Wohler <wohler@newt.com>
2833 2837
2834 Released MH-E version 7.85. 2838 Released MH-E version 7.85.
2835 2839