diff options
| author | Stephen Gildea | 2020-02-01 09:18:46 -0800 |
|---|---|---|
| committer | Stephen Gildea | 2020-02-01 09:18:46 -0800 |
| commit | db7fa2546fa42a9604614009e02c26df353035cd (patch) | |
| tree | 0cc2fe3b3166a55cf42eb23309622ee6aff63fd1 /etc | |
| parent | d10be6bf281cda58f5f9a345d460efae909ab184 (diff) | |
| download | emacs-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/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 | --- |