aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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---