diff options
| -rw-r--r-- | doc/misc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 19 |
2 files changed, 22 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 69484b8f55a..e9017a7d6b7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-06-13 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Release MH-E manual version 8.2. | ||
| 4 | |||
| 5 | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for | ||
| 6 | release 8.2. | ||
| 7 | |||
| 1 | 2009-06-13 Glenn Morris <rgm@gnu.org> | 8 | 2009-06-13 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since | 10 | * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index 0a2399043a1..b9739620f38 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -8,12 +8,12 @@ | |||
| 8 | @c %**end of header | 8 | @c %**end of header |
| 9 | 9 | ||
| 10 | @c Version of the software and manual. | 10 | @c Version of the software and manual. |
| 11 | @set VERSION 8.1 | 11 | @set VERSION 8.2 |
| 12 | @c Edition of the manual. It is either empty for the first edition or | 12 | @c Edition of the manual. It is either empty for the first edition or |
| 13 | @c has the form ", nth Edition" (without the quotes). | 13 | @c has the form ", nth Edition" (without the quotes). |
| 14 | @set EDITION , 2nd Edition | 14 | @set EDITION |
| 15 | @set UPDATED 2009-01-23 | 15 | @set UPDATED 2009-06-13 |
| 16 | @set UPDATE-MONTH January, 2009 | 16 | @set UPDATE-MONTH June, 2009 |
| 17 | 17 | ||
| 18 | @c Other variables. | 18 | @c Other variables. |
| 19 | @set MH-BOOK-HOME http://rand-mh.sourceforge.net/book/mh | 19 | @set MH-BOOK-HOME http://rand-mh.sourceforge.net/book/mh |
| @@ -3412,6 +3412,10 @@ Hook run by @code{mh-folder-mode} when visiting a new folder (default: | |||
| 3412 | Abnormal hook run at the beginning of @code{mh-kill-folder} (default: | 3412 | Abnormal hook run at the beginning of @code{mh-kill-folder} (default: |
| 3413 | @code{'mh-search-p}). | 3413 | @code{'mh-search-p}). |
| 3414 | @c ------------------------- | 3414 | @c ------------------------- |
| 3415 | @item mh-pack-folder-hook | ||
| 3416 | Hook run by @code{mh-pack-folder} after renumbering the messages | ||
| 3417 | (default: @code{nil}). | ||
| 3418 | @c ------------------------- | ||
| 3415 | @item mh-quit-hook | 3419 | @item mh-quit-hook |
| 3416 | Hook run by q after quitting MH-E (default: @code{nil}). | 3420 | Hook run by q after quitting MH-E (default: @code{nil}). |
| 3417 | @c ------------------------- | 3421 | @c ------------------------- |
| @@ -3728,6 +3732,13 @@ to rescan the folder, which is useful to grab all messages in your | |||
| 3728 | you don't want to rescan the entire folder, the commands @kbd{F r} or | 3732 | you don't want to rescan the entire folder, the commands @kbd{F r} or |
| 3729 | @kbd{F p} will accept a range (@pxref{Ranges}). | 3733 | @kbd{F p} will accept a range (@pxref{Ranges}). |
| 3730 | 3734 | ||
| 3735 | @kindex F p | ||
| 3736 | @vindex mh-pack-folder-hook | ||
| 3737 | |||
| 3738 | The command @kbd{F p} runs @code{mh-pack-folder-hook} after | ||
| 3739 | renumbering the messages. A variable that is useful with this hook | ||
| 3740 | is @code{mh-current-folder}. | ||
| 3741 | |||
| 3731 | @kindex @key{TAB} | 3742 | @kindex @key{TAB} |
| 3732 | @vindex mh-recursive-folders-flag | 3743 | @vindex mh-recursive-folders-flag |
| 3733 | 3744 | ||