diff options
| author | Joakim Verona | 2011-12-28 04:12:56 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 04:12:56 +0100 |
| commit | bb29f044aa967831cd664c54eba0de0c701436ce (patch) | |
| tree | 1398cc9780bbae0fdad071a3a3765a571c3f6d7b /lisp/mh-e | |
| parent | 3c935a7e996701244d166f684119f0ff97e25496 (diff) | |
| parent | 5e605a2e528955721fc6f2bd7b9f174c15075fb1 (diff) | |
| download | emacs-bb29f044aa967831cd664c54eba0de0c701436ce.tar.gz emacs-bb29f044aa967831cd664c54eba0de0c701436ce.zip | |
upstream i think
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 6 | ||||
| -rw-r--r-- | lisp/mh-e/mh-tool-bar.el | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 6bdd96c0fcc..02e531120be 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -2674,7 +2674,7 @@ | |||
| 2674 | 2674 | ||
| 2675 | Follow MH-E Developers Guide conventions. Use `' quotes for Help | 2675 | Follow MH-E Developers Guide conventions. Use `' quotes for Help |
| 2676 | hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for | 2676 | hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for |
| 2677 | everything else. Otherwise, you can accidently get links to | 2677 | everything else. Otherwise, you can accidentally get links to |
| 2678 | nonsense symbols. | 2678 | nonsense symbols. |
| 2679 | 2679 | ||
| 2680 | 2005-12-22 Bill Wohler <wohler@newt.com> | 2680 | 2005-12-22 Bill Wohler <wohler@newt.com> |
| @@ -3456,4 +3456,3 @@ | |||
| 3456 | ;; sentence-end-double-space: nil | 3456 | ;; sentence-end-double-space: nil |
| 3457 | ;; add-log-time-zone-rule: t | 3457 | ;; add-log-time-zone-rule: t |
| 3458 | ;; End: | 3458 | ;; End: |
| 3459 | |||
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index d35d7d4c676..871b84dd039 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -2553,7 +2553,7 @@ | |||
| 2553 | for users who have customized it to a long list now redundant with | 2553 | for users who have customized it to a long list now redundant with |
| 2554 | `mh-invisible-header-fields-default'. | 2554 | `mh-invisible-header-fields-default'. |
| 2555 | (mh-invisible-header-fields-default-override): New defcustom. | 2555 | (mh-invisible-header-fields-default-override): New defcustom. |
| 2556 | Users check off the fields they want displyed from what we | 2556 | Users check off the fields they want displayed from what we |
| 2557 | included in `mh-invisible-header-fields-default'. | 2557 | included in `mh-invisible-header-fields-default'. |
| 2558 | (mh-invisible-headers): Function adapted to new variables. | 2558 | (mh-invisible-headers): Function adapted to new variables. |
| 2559 | 2559 | ||
| @@ -7385,7 +7385,7 @@ | |||
| 7385 | (mh-visit-folder) alias, and v (mh-visit-folder). | 7385 | (mh-visit-folder) alias, and v (mh-visit-folder). |
| 7386 | (mh-index-folder-mode-help-messages): Changes for above. | 7386 | (mh-index-folder-mode-help-messages): Changes for above. |
| 7387 | (mh-index-folder-message-menu, mh-index-folder-folder-menu): New | 7387 | (mh-index-folder-message-menu, mh-index-folder-folder-menu): New |
| 7388 | menus. I decided to delete the unavailable items since greying out | 7388 | menus. I decided to delete the unavailable items since graying out |
| 7389 | implies that the user can do something to access them. In this | 7389 | implies that the user can do something to access them. In this |
| 7390 | case, that's not the case. Well, that's not entirely true--the | 7390 | case, that's not the case. Well, that's not entirely true--the |
| 7391 | user could write code for those functions ;-). | 7391 | user could write code for those functions ;-). |
| @@ -9150,7 +9150,7 @@ | |||
| 9150 | %number(msg). | 9150 | %number(msg). |
| 9151 | (mh-scan-msg-format-string): Format to be used with the current | 9151 | (mh-scan-msg-format-string): Format to be used with the current |
| 9152 | maximum width of message number for the folder in the | 9152 | maximum width of message number for the folder in the |
| 9153 | `mh-upate-scan-format' function. | 9153 | `mh-update-scan-format' function. |
| 9154 | (mh-update-scan-format): Use `mh-scan-msg-format-regexp' for greater | 9154 | (mh-update-scan-format): Use `mh-scan-msg-format-regexp' for greater |
| 9155 | flexibility. The message number is no longer anchored to the | 9155 | flexibility. The message number is no longer anchored to the |
| 9156 | beginning of the `mh-scan-format-nmh' or `mh-scan-format-mh' format | 9156 | beginning of the `mh-scan-format-nmh' or `mh-scan-format-mh' format |
diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el index ddc9b3ffe94..4469c043b15 100644 --- a/lisp/mh-e/mh-tool-bar.el +++ b/lisp/mh-e/mh-tool-bar.el | |||
| @@ -127,7 +127,7 @@ where, | |||
| 127 | first line is useful and complete without the rest of the string. | 127 | first line is useful and complete without the rest of the string. |
| 128 | 128 | ||
| 129 | Optional item ENABLE-EXPR is an arbitrary lisp expression. If it | 129 | Optional item ENABLE-EXPR is an arbitrary lisp expression. If it |
| 130 | evaluates to nil, then the button is deactivated, otherwise it is | 130 | evaluates to nil, then the button is inactive, otherwise it is |
| 131 | active. If it isn't present then the button is always active." | 131 | active. If it isn't present then the button is always active." |
| 132 | ;; The following variable names have been carefully chosen to make code | 132 | ;; The following variable names have been carefully chosen to make code |
| 133 | ;; generation easier. Modifying the names should be done carefully. | 133 | ;; generation easier. Modifying the names should be done carefully. |