diff options
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 645ad0d8452..71e4e9cb264 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -6383,7 +6383,7 @@ | |||
| 6383 | New interactive functions which jumps to search results of next | 6383 | New interactive functions which jumps to search results of next |
| 6384 | and previous folders respectively. | 6384 | and previous folders respectively. |
| 6385 | 6385 | ||
| 6386 | * mh-loadddefs.el: Regenerated. | 6386 | * mh-loaddefs.el: Regenerated. |
| 6387 | 6387 | ||
| 6388 | * mh-index.el (mh-index-delete-folder-headers): Arrange for | 6388 | * mh-index.el (mh-index-delete-folder-headers): Arrange for |
| 6389 | mh-goto-cur-msg to just go to the current message. | 6389 | mh-goto-cur-msg to just go to the current message. |
| @@ -9919,10 +9919,9 @@ | |||
| 9919 | 9919 | ||
| 9920 | 2002-05-25 Satyaki Das <satyaki@theforce.stanford.edu> | 9920 | 2002-05-25 Satyaki Das <satyaki@theforce.stanford.edu> |
| 9921 | 9921 | ||
| 9922 | * compilation: Reduce use of eval-when-compile so that load-path | 9922 | * Makefile, mh-comp.el, mh-e.el, mh-funcs.el, mh-seq.el, mh-utils.el: |
| 9923 | is not changed if lisp files are loaded without compilation. Small | 9923 | Reduce use of eval-when-compile so that load-path is |
| 9924 | changes were made to Makefile, mh-comp.el mh-e.el, mh-funcs.el, | 9924 | not changed if lisp files are loaded without compilation. |
| 9925 | mh-seq.el, mh-utils.el | ||
| 9926 | 9925 | ||
| 9927 | * mh-e.el (mh-next-button, mh-folder-mode-map): New interactive | 9926 | * mh-e.el (mh-next-button, mh-folder-mode-map): New interactive |
| 9928 | function to advance point to next MIME button. It is bound to TAB. | 9927 | function to advance point to next MIME button. It is bound to TAB. |