diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 5ae9f8ecccc..2c3d0dc3803 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | pop-to-buffer-same-window. | 52 | pop-to-buffer-same-window. |
| 53 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) | 53 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) |
| 54 | (mh-make-folder): Call mh-pop-to-buffer-same-window instead of | 54 | (mh-make-folder): Call mh-pop-to-buffer-same-window instead of |
| 55 | switch-to-buffer. The previous change which used pop-to-buffer | 55 | switch-to-buffer. The previous change which used pop-to-buffer |
| 56 | produced the wrong behavior. | 56 | produced the wrong behavior. |
| 57 | 57 | ||
| 58 | 2011-07-12 Henrique Martins <henrique@martins.cc> (tiny change) | 58 | 2011-07-12 Henrique Martins <henrique@martins.cc> (tiny change) |
| @@ -73,8 +73,8 @@ | |||
| 73 | 73 | ||
| 74 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) | 74 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) |
| 75 | (mh-make-folder): Replace calls to switch-to-buffer with of | 75 | (mh-make-folder): Replace calls to switch-to-buffer with of |
| 76 | pop-to-buffer. The former is intended for interactive use only and | 76 | pop-to-buffer. The former is intended for interactive use only |
| 77 | generates warnings in Emacs 24. | 77 | and generates warnings in Emacs 24. |
| 78 | 78 | ||
| 79 | 2011-07-09 Bill Wohler <wohler@newt.com> | 79 | 2011-07-09 Bill Wohler <wohler@newt.com> |
| 80 | 80 | ||
| @@ -96,7 +96,7 @@ | |||
| 96 | * mh-e.el: Just require mh-loaddefs since loading it in an | 96 | * mh-e.el: Just require mh-loaddefs since loading it in an |
| 97 | eval-and-compile block causes compilation errors in XEmacs. | 97 | eval-and-compile block causes compilation errors in XEmacs. |
| 98 | 98 | ||
| 99 | * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el: | 99 | * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el: |
| 100 | * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in | 100 | * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in |
| 101 | mh-do-in-xemacs block. | 101 | mh-do-in-xemacs block. |
| 102 | 102 | ||
| @@ -107,7 +107,7 @@ | |||
| 107 | 107 | ||
| 108 | * mh-letter.el (mh-letter-mode-map, mh-letter-complete) | 108 | * mh-letter.el (mh-letter-mode-map, mh-letter-complete) |
| 109 | (mh-complete-word): Remove FIXME comments since these functions | 109 | (mh-complete-word): Remove FIXME comments since these functions |
| 110 | are still needed in other Emacsen. However, they can probably | 110 | are still needed in other Emacsen. However, they can probably |
| 111 | stand to be generalized like completion-at-point. | 111 | stand to be generalized like completion-at-point. |
| 112 | (mh-letter-complete-or-space): Remove unused variable. | 112 | (mh-letter-complete-or-space): Remove unused variable. |
| 113 | 113 | ||
| @@ -173,7 +173,7 @@ | |||
| 173 | 2010-05-14 Peter S Galbraith <psg@debian.org> | 173 | 2010-05-14 Peter S Galbraith <psg@debian.org> |
| 174 | 174 | ||
| 175 | * mh-mime.el (mh-decode-message-subject): New function to decode | 175 | * mh-mime.el (mh-decode-message-subject): New function to decode |
| 176 | RFC2047 encoded Subject lines. Used for reply drafts. | 176 | RFC2047 encoded Subject lines. Used for reply drafts. |
| 177 | * mh-comp.el (mh-compose-and-send-mail): Call | 177 | * mh-comp.el (mh-compose-and-send-mail): Call |
| 178 | `mh-decode-message-subject' on (reply or forward) message drafts. | 178 | `mh-decode-message-subject' on (reply or forward) message drafts. |
| 179 | 179 | ||