aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKatsumi Yamaoka2016-02-09 05:30:26 +0000
committerKatsumi Yamaoka2016-02-09 05:30:26 +0000
commit7c9206f82000e9fd6ea9d1a53fc054eff88e701c (patch)
tree67682f99d4b7a886d54483309084cdb28a121d65 /etc
parentb1079c0f86c218f016a6c2e84ea402f4e175fc53 (diff)
downloademacs-7c9206f82000e9fd6ea9d1a53fc054eff88e701c.tar.gz
emacs-7c9206f82000e9fd6ea9d1a53fc054eff88e701c.zip
Make mm-html-inhibit-images and mm-html-blocked-images default to nil
* lisp/gnus/mm-decode.el (mm-html-inhibit-images) (mm-html-blocked-images): Default to nil. * doc/misc/emacs-mime.texi (Display Customization): Mention that mm-html-inhibit-images and mm-html-blocked-images default to nil. * etc/NEWS (Gnus): Document mm-html-inhibit-images and mm-html-blocked-images.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c7cd0b15c70..02f47560a75 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -353,6 +353,20 @@ to version 206, you can do this with C-u C-u M-x desktop-save.
353It raises an error if a bookmark of that name already exists, 353It raises an error if a bookmark of that name already exists,
354unlike `bookmark-set' which silently updates an existing bookmark. 354unlike `bookmark-set' which silently updates an existing bookmark.
355 355
356** Gnus
357
358+++
359*** New user options `mm-html-inhibit-images' and `mm-html-blocked-images'
360now control how mm-* functions fetch and display images in an HTML
361message. Gnus still uses `gnus-inhibit-images' and `gnus-blocked-images'
362for that purpose, i.e., binds mm-html- variables with those gnus-
363variables, but other packages do not have to bind gnus- variables now.
364
365---
366*** `mm-inline-text-html-with-images' has been removed.
367Use `mm-html-inhibit-images' instead. Note that the value is opposite
368in meaning.
369
356** IMAP 370** IMAP
357 371
358--- 372---