diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -2630,6 +2630,14 @@ will be chosen even if you have an entry for "image/*" in your | |||
| 2630 | overrides all system and Emacs-provided defaults. To get the old | 2630 | overrides all system and Emacs-provided defaults. To get the old |
| 2631 | method back, set 'mailcap-prefer-mailcap-viewers' to nil. | 2631 | method 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. | ||
| 2636 | Functions that want to affect the message text (for example, to change | ||
| 2637 | highlighting) can no longer use 'mh-show-mode-hook', because the | ||
| 2638 | message contents will not yet have been inserted when the hook is | ||
| 2639 | called. Such functions should now be attached to 'mh-show-hook'. | ||
| 2640 | |||
| 2633 | ** URL | 2641 | ** URL |
| 2634 | 2642 | ||
| 2635 | --- | 2643 | --- |