aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog99
1 files changed, 50 insertions, 49 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 76875b2849b..a54556b2371 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,15 +1,15 @@
12006-09-25 Stephen Gildea <gildea@stop.mail-abuse.org> 12006-09-25 Stephen Gildea <gildea@stop.mail-abuse.org>
2 2
3 * mh-junk.el (mh-spamassassin-whitelist): Add two missing 3 * mh-junk.el (mh-spamassassin-whitelist): Add two missing
4 quotation marks, so that the last two arguments of sa-learn 4 quotation marks, so that the last two arguments of sa-learn
5 are separated properly (closes SF #1565460). 5 are separated properly (closes SF #1565460).
6 6
7 * (mh-spamassassin-blacklist): In example .procmailrc, add 7 * (mh-spamassassin-blacklist): In example .procmailrc, add
8 PATH element to find mhparam on Debian. 8 PATH element to find mhparam on Debian.
9 9
102006-09-24 Stephen Gildea <gildea@stop.mail-abuse.org> 102006-09-24 Stephen Gildea <gildea@stop.mail-abuse.org>
11 11
12 * mh-comp.el (mh-send-args): Initialize to "" instead of nil 12 * mh-comp.el (mh-send-args): Initialize to "" instead of nil
13 so that we always have a valid string for split-string even if 13 so that we always have a valid string for split-string even if
14 nothing is added in mh-send-letter (closes SF #1564742). 14 nothing is added in mh-send-letter (closes SF #1564742).
15 15
@@ -41,7 +41,7 @@
41 * mh-search.el (mh-search, mh-index-group-by-folder): Add "the" in 41 * mh-search.el (mh-search, mh-index-group-by-folder): Add "the" in
42 loop construct to be consistent with other loops, and because 42 loop construct to be consistent with other loops, and because
43 edebug doesn't work without it. 43 edebug doesn't work without it.
44 44
452006-06-29 Ted Phelps <phelps@gnusto.com> (tiny change) 452006-06-29 Ted Phelps <phelps@gnusto.com> (tiny change)
46 46
47 * mh-search.el (mh-folder-exists-p): Strip + from folder to avoid 47 * mh-search.el (mh-folder-exists-p): Strip + from folder to avoid
@@ -63,7 +63,7 @@
63 * mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2> 63 * mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2>
64 suffix for folder names, as <> are illegal filenakme characters on 64 suffix for folder names, as <> are illegal filenakme characters on
65 Windows (closes SF #1507002). 65 Windows (closes SF #1507002).
66 66
672006-06-05 Jacob Morzinski <morzinski@MIT.EDU> (tiny change) 672006-06-05 Jacob Morzinski <morzinski@MIT.EDU> (tiny change)
68 68
69 * mh-comp.el (mh-send-uses-spost): New variable. 69 * mh-comp.el (mh-send-uses-spost): New variable.
@@ -71,7 +71,7 @@
71 mh-send-uses-spost is t (closes SF #1486726). 71 mh-send-uses-spost is t (closes SF #1486726).
72 72
732006-06-02 Bill Wohler <wohler@newt.com> 732006-06-02 Bill Wohler <wohler@newt.com>
74 74
75 (mh-folder-exists-p): Change test from an empty buffer, to one 75 (mh-folder-exists-p): Change test from an empty buffer, to one
76 that contains the actual folder, since GNU mailutils' folder 76 that contains the actual folder, since GNU mailutils' folder
77 command displays output if the folder doesn't exist (closes SF 77 command displays output if the folder doesn't exist (closes SF
@@ -250,10 +250,10 @@
250 * mh-xface.el (default-enable-multibyte-characters): Ditto. 250 * mh-xface.el (default-enable-multibyte-characters): Ditto.
251 251
252 * mh-compat.el (mh-font-lock-add-keywords): New alias for 252 * mh-compat.el (mh-font-lock-add-keywords): New alias for
253 font-lock-add-keywords. Returns nil on XEmacs. 253 font-lock-add-keywords. Returns nil on XEmacs.
254 254
255 * mh-e.el: Add MH-E function and variable keywords such as 255 * mh-e.el: Add MH-E function and variable keywords such as
256 mh-defun-compat and mh-defcustom to font-lock-keywords. 256 mh-defun-compat and mh-defcustom to font-lock-keywords.
257 257
2582006-04-13 Bill Wohler <wohler@newt.com> 2582006-04-13 Bill Wohler <wohler@newt.com>
259 259
@@ -443,7 +443,7 @@
443 mail/flag-for-followup instead of highlight, contact instead of 443 mail/flag-for-followup instead of highlight, contact instead of
444 mail/alias, open instead of fld-open, zoom-out instead of widen. 444 mail/alias, open instead of fld-open, zoom-out instead of widen.
445 445
446 * mh-folder.el (mh-execute-commands, mh-rescan-folder): 446 * mh-folder.el (mh-execute-commands, mh-rescan-folder):
447 * mh-funcs.el (mh-pack-folder): Sync docstrings with manual. 447 * mh-funcs.el (mh-pack-folder): Sync docstrings with manual.
448 448
4492006-03-27 Eric Ding <ericding@alum.mit.edu> 4492006-03-27 Eric Ding <ericding@alum.mit.edu>
@@ -499,12 +499,12 @@
499 directory comes first. 499 directory comes first.
500 500
501 * mh-e.el (image-load-path): Define on those Emacsen that lack it 501 * mh-e.el (image-load-path): Define on those Emacsen that lack it
502 to avoid compile and run-time errors. 502 to avoid compile and run-time errors.
503 503
504 * mh-folder.el (mh-folder-mode): Use new idiom for setting 504 * mh-folder.el (mh-folder-mode): Use new idiom for setting
505 image-load-path. 505 image-load-path.
506 506
507 * mh-letter.el (mh-letter-mode): Ditto. 507 * mh-letter.el (mh-letter-mode): Ditto.
508 508
509 * mh-utils.el (mh-logo-display): Ditto. 509 * mh-utils.el (mh-logo-display): Ditto.
510 510
@@ -540,7 +540,7 @@
540 Release MH-E version 7.93. 540 Release MH-E version 7.93.
541 541
542 * mh-e.el (Version, mh-version): Update for release 7.93. 542 * mh-e.el (Version, mh-version): Update for release 7.93.
543 543
5442006-03-05 Bill Wohler <wohler@newt.com> 5442006-03-05 Bill Wohler <wohler@newt.com>
545 545
546 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when 546 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when
@@ -555,7 +555,7 @@
555 * mh-compat.el (mh-image-load-path-for-library): Move here from 555 * mh-compat.el (mh-image-load-path-for-library): Move here from
556 mh-utils.el and wrap with mh-defun-compat since this function will 556 mh-utils.el and wrap with mh-defun-compat since this function will
557 be soon added to image.el. 557 be soon added to image.el.
558 558
559 * mh-utils.el (mh-image-load-path-for-library): Move to 559 * mh-utils.el (mh-image-load-path-for-library): Move to
560 mh-compat.el. 560 mh-compat.el.
561 (mh-normalize-folder-name): Add return-nil-if-folder-empty 561 (mh-normalize-folder-name): Add return-nil-if-folder-empty
@@ -794,7 +794,7 @@
7942006-02-03 Peter S Galbraith <psg@debian.org> 7942006-02-03 Peter S Galbraith <psg@debian.org>
795 795
796 * mh-utils.el (mh-image-load-path): New variable to optionally 796 * mh-utils.el (mh-image-load-path): New variable to optionally
797 hold the directory where MH-E images are stored. If nil, then 797 hold the directory where MH-E images are stored. If nil, then
798 the function `mh-image-load-path' will find it. This variable 798 the function `mh-image-load-path' will find it. This variable
799 will be used for Debian packaging. 799 will be used for Debian packaging.
800 (mh-image-load-path function): Use variable `mh-image-load-path' 800 (mh-image-load-path function): Use variable `mh-image-load-path'
@@ -844,7 +844,7 @@
844 (mh-require, mh-cancel-timer, mh-display-color-cells) 844 (mh-require, mh-cancel-timer, mh-display-color-cells)
845 (mh-line-beginning-position, mh-line-end-position) 845 (mh-line-beginning-position, mh-line-end-position)
846 (mh-match-string-no-properties, mh-replace-regexp-in-string) 846 (mh-match-string-no-properties, mh-replace-regexp-in-string)
847 (mh-view-mode-enter): Move definition here from mh-xemacs.el and 847 (mh-view-mode-enter): Move definition here from mh-xemacs.el and
848 add mh- prefix since compatibility functions should have our 848 add mh- prefix since compatibility functions should have our
849 package prefix (mh-) by Emacs convention and to avoid messing up 849 package prefix (mh-) by Emacs convention and to avoid messing up
850 checks for the same functions in other packages. 850 checks for the same functions in other packages.
@@ -1031,7 +1031,7 @@
1031 mh-letter.el. 1031 mh-letter.el.
1032 1032
1033 * mh-utils.el (mh-get-header-field) 1033 * mh-utils.el (mh-get-header-field)
1034 (mh-letter-hide-all-skipped-fields) 1034 (mh-letter-hide-all-skipped-fields)
1035 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap) 1035 (mh-letter-skipped-header-field-p, mh-hidden-header-keymap)
1036 (mh-letter-toggle-header-field-display) 1036 (mh-letter-toggle-header-field-display)
1037 (mh-letter-skip-leading-whitespace-in-header-field) 1037 (mh-letter-skip-leading-whitespace-in-header-field)
@@ -1086,7 +1086,7 @@
1086 mh-utils.el. 1086 mh-utils.el.
1087 (mh-folder-line-matches-show-buffer-p): Move here from mh-e.el. 1087 (mh-folder-line-matches-show-buffer-p): Move here from mh-e.el.
1088 1088
1089 * mh-buffers.el: Update descriptive text. 1089 * mh-buffers.el: Update descriptive text.
1090 1090
1091 * mh-comp.el (mh-note-repl, mh-note-forw, mh-note-dist): Move to 1091 * mh-comp.el (mh-note-repl, mh-note-forw, mh-note-dist): Move to
1092 new file mh-scan.el. 1092 new file mh-scan.el.
@@ -1126,7 +1126,7 @@
1126 (mh-display-completion-list): Move here from mh-comp.el. 1126 (mh-display-completion-list): Move here from mh-comp.el.
1127 1127
1128 * mh-customize.el: Move content into mh-e.el and remove. 1128 * mh-customize.el: Move content into mh-e.el and remove.
1129 1129
1130 * mh-e.el (mh-folder-mode-map, mh-folder-seq-tool-bar-map) 1130 * mh-e.el (mh-folder-mode-map, mh-folder-seq-tool-bar-map)
1131 (mh-folder-tool-bar-map, mh-inc-spool-map, mh-letter-mode-map) 1131 (mh-folder-tool-bar-map, mh-inc-spool-map, mh-letter-mode-map)
1132 (mh-letter-tool-bar-map, mh-search-mode-map, mh-show-mode-map) 1132 (mh-letter-tool-bar-map, mh-search-mode-map, mh-show-mode-map)
@@ -1292,7 +1292,7 @@
1292 deprecated file mh-customize.el. 1292 deprecated file mh-customize.el.
1293 1293
1294 * mh-exec.el: Move content into mh-e.el and remove. 1294 * mh-exec.el: Move content into mh-e.el and remove.
1295 1295
1296 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el 1296 * mh-folder.el: New file. Contains mh-folder-mode from mh-e.el
1297 1297
1298 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file 1298 * mh-funcs.el (mh-note-copied, mh-note-printed): Move to new file
@@ -1321,7 +1321,7 @@
1321 (mh-inc-spool-list-set): Simplify update of mh-inc-spool-map-help. 1321 (mh-inc-spool-list-set): Simplify update of mh-inc-spool-map-help.
1322 1322
1323 * mh-init.el: Move content into mh-e.el and remove. 1323 * mh-init.el: Move content into mh-e.el and remove.
1324 1324
1325 * mh-junk.el: Update requires, untabify, and add mh-autoload 1325 * mh-junk.el: Update requires, untabify, and add mh-autoload
1326 cookies. 1326 cookies.
1327 1327
@@ -1559,18 +1559,18 @@
1559 file mh-exec.el so that mh-init.el doesn't have to depend on 1559 file mh-exec.el so that mh-init.el doesn't have to depend on
1560 mh-utils.el, breaking circular dependency. 1560 mh-utils.el, breaking circular dependency.
1561 1561
1562 * mh-alias.el: 1562 * mh-alias.el:
1563 * mh-customize.el: 1563 * mh-customize.el:
1564 * mh-e.el: 1564 * mh-e.el:
1565 * mh-funcs.el: 1565 * mh-funcs.el:
1566 * mh-gnus.el: 1566 * mh-gnus.el:
1567 * mh-identity.el: 1567 * mh-identity.el:
1568 * mh-inc.el: 1568 * mh-inc.el:
1569 * mh-junk.el: 1569 * mh-junk.el:
1570 * mh-mime.el: 1570 * mh-mime.el:
1571 * mh-print.el: 1571 * mh-print.el:
1572 * mh-search.el: 1572 * mh-search.el:
1573 * mh-seq.el: 1573 * mh-seq.el:
1574 * mh-speed.el: Added debugging statements (commented out) around 1574 * mh-speed.el: Added debugging statements (commented out) around
1575 requires to help find dependency loops. Will remove them when 1575 requires to help find dependency loops. Will remove them when
1576 issues are resolved. 1576 issues are resolved.
@@ -1634,7 +1634,7 @@
1634 (mh-pick-next-result): Handle new output. 1634 (mh-pick-next-result): Handle new output.
1635 1635
1636 * mh-utils.el: (mh-collect-folder-names): Fix docstring. 1636 * mh-utils.el: (mh-collect-folder-names): Fix docstring.
1637 (mh-children-p, mh-folder-list): New functions. 1637 (mh-children-p, mh-folder-list): New functions.
1638 1638
16392006-01-12 Bill Wohler <wohler@newt.com> 16392006-01-12 Bill Wohler <wohler@newt.com>
1640 1640
@@ -1704,12 +1704,12 @@
1704 * mh-buffers.el: New file. Contains constants and code from 1704 * mh-buffers.el: New file. Contains constants and code from
1705 mh-index.el and mh-utils.el. 1705 mh-index.el and mh-utils.el.
1706 1706
1707 * mh-alias.el: 1707 * mh-alias.el:
1708 * mh-comp.el: 1708 * mh-comp.el:
1709 * mh-e.el: 1709 * mh-e.el:
1710 * mh-funcs.el: 1710 * mh-funcs.el:
1711 * mh-init.el: 1711 * mh-init.el:
1712 * mh-junk.el: 1712 * mh-junk.el:
1713 * mh-mime.el: 1713 * mh-mime.el:
1714 * mh-print.el: 1714 * mh-print.el:
1715 * mh-seq.el: Require new file mh-buffers.el. 1715 * mh-seq.el: Require new file mh-buffers.el.
@@ -1777,7 +1777,7 @@
1777 mh-utils.el. 1777 mh-utils.el.
1778 (mh-no-install, mh-install): Delete. 1778 (mh-no-install, mh-install): Delete.
1779 1779
1780 * mh-customize.el (mh-folder-msg-number): 1780 * mh-customize.el (mh-folder-msg-number):
1781 * mh-mime.el (mh-file-mime-type): Removed trailing whitespace. 1781 * mh-mime.el (mh-file-mime-type): Removed trailing whitespace.
1782 1782
17832006-01-09 Bill Wohler <wohler@newt.com> 17832006-01-09 Bill Wohler <wohler@newt.com>
@@ -1808,11 +1808,11 @@
1808 Comment declaration to remind programmer to update forward 1808 Comment declaration to remind programmer to update forward
1809 definition if default changes. 1809 definition if default changes.
1810 1810
1811 * mh-funcs.el: 1811 * mh-funcs.el:
1812 * mh-inc.el: 1812 * mh-inc.el:
1813 * mh-init.el: 1813 * mh-init.el:
1814 * mh-mime.el: 1814 * mh-mime.el:
1815 * mh-seq.el: 1815 * mh-seq.el:
1816 * mh-utils.el: Use ";; Shush compiler." comment consistently per 1816 * mh-utils.el: Use ";; Shush compiler." comment consistently per
1817 Mark's suggestion. 1817 Mark's suggestion.
1818 1818
@@ -1824,7 +1824,7 @@
1824 peculiarities that you find. Wrapped code for shushing compiler 1824 peculiarities that you find. Wrapped code for shushing compiler
1825 with (eval-when-compile), sometimes moving the defvars closer to 1825 with (eval-when-compile), sometimes moving the defvars closer to
1826 where they were used. 1826 where they were used.
1827 1827
1828 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 1828 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
1829 instead of mh-replace-in-string as mh-replace-in-string was 1829 instead of mh-replace-in-string as mh-replace-in-string was
1830 replaced by a more appropriate defsubst in mh-xemacs.el. 1830 replaced by a more appropriate defsubst in mh-xemacs.el.
@@ -1874,7 +1874,7 @@
1874 (mh-clean-msg-header): Don't set after-change-functions to nil. 1874 (mh-clean-msg-header): Don't set after-change-functions to nil.
1875 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el 1875 (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el
1876 instead. 1876 instead.
1877 1877
18782006-01-07 Bill Wohler <wohler@newt.com> 18782006-01-07 Bill Wohler <wohler@newt.com>
1879 1879
1880 * mh-customize.el: Updated Faces documentation in header. 1880 * mh-customize.el: Updated Faces documentation in header.
@@ -1897,7 +1897,7 @@
1897 Don't end message with punctuation. Don't need format with 1897 Don't end message with punctuation. Don't need format with
1898 message. Quote messages as in docstrings: use `' around symbols, 1898 message. Quote messages as in docstrings: use `' around symbols,
1899 \" for option choices. Don't use quotes around %s. 1899 \" for option choices. Don't use quotes around %s.
1900 1900
1901 * mh-comp.el (mh-complete-word): Ditto. 1901 * mh-comp.el (mh-complete-word): Ditto.
1902 1902
1903 * mh-customize.el (mh-adaptive-cmd-note-flag-check) 1903 * mh-customize.el (mh-adaptive-cmd-note-flag-check)
@@ -2413,7 +2413,7 @@
2413 (mh-ps-print-msg, mh-ps-print-msg-file) 2413 (mh-ps-print-msg, mh-ps-print-msg-file)
2414 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync 2414 (mh-ps-print-toggle-faces, mh-ps-print-toggle-color): Sync
2415 docstrings with manual. 2415 docstrings with manual.
2416 2416
2417 * mh-utils.el (mh-show-ps-print-msg-show) 2417 * mh-utils.el (mh-show-ps-print-msg-show)
2418 mh-show-ps-print-toggle-mime): Delete. 2418 mh-show-ps-print-toggle-mime): Delete.
2419 (mh-show-ps-print-map): Update accordingly. 2419 (mh-show-ps-print-map): Update accordingly.
@@ -2863,6 +2863,7 @@
2863 2863
2864;; Local Variables: 2864;; Local Variables:
2865;; sentence-end-double-space: nil 2865;; sentence-end-double-space: nil
2866;; add-log-time-zone-rule: t
2866;; End: 2867;; End:
2867 2868
2868;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51 2869;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51