aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStephen Gildea2020-02-01 09:18:46 -0800
committerStephen Gildea2020-02-01 09:18:46 -0800
commitdb7fa2546fa42a9604614009e02c26df353035cd (patch)
tree0cc2fe3b3166a55cf42eb23309622ee6aff63fd1 /etc
parentd10be6bf281cda58f5f9a345d460efae909ab184 (diff)
downloademacs-db7fa2546fa42a9604614009e02c26df353035cd.tar.gz
emacs-db7fa2546fa42a9604614009e02c26df353035cd.zip
Update documentation for mh-show-mode-hook
* lisp/mh-e/mh-e.el, doc/misc/mh-e.texi (mh-show-mode-hook): Now that the fix for MH-E bug #470 calls mh-show-mode-hook earlier, update the documentation to no longer say that the message contents are available.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 433f1f76b80..54a71c9e494 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2630,6 +2630,14 @@ will be chosen even if you have an entry for "image/*" in your
2630overrides all system and Emacs-provided defaults. To get the old 2630overrides all system and Emacs-provided defaults. To get the old
2631method back, set 'mailcap-prefer-mailcap-viewers' to nil. 2631method back, set 'mailcap-prefer-mailcap-viewers' to nil.
2632 2632
2633** MH-E
2634+++
2635*** The hook 'mh-show-mode-hook' is now called before the message is inserted.
2636Functions that want to affect the message text (for example, to change
2637highlighting) can no longer use 'mh-show-mode-hook', because the
2638message contents will not yet have been inserted when the hook is
2639called. Such functions should now be attached to 'mh-show-hook'.
2640
2633** URL 2641** URL
2634 2642
2635--- 2643---