diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -63,14 +63,14 @@ name, group names known to the system (where possible). | |||
| 63 | ** ImageMagick support, if available, is automatically enabled. | 63 | ** ImageMagick support, if available, is automatically enabled. |
| 64 | It is no longer necessary to call `imagemagick-register-types' | 64 | It is no longer necessary to call `imagemagick-register-types' |
| 65 | explicitly to install ImageMagick image types; that function is called | 65 | explicitly to install ImageMagick image types; that function is called |
| 66 | automatically at startup, or when customizing imagemagick-types-enable | 66 | automatically at startup, or when customizing a relevant imagemagick- |
| 67 | or imagemagick-types-inhibit. | 67 | option. |
| 68 | 68 | ||
| 69 | *** Setting `imagemagick-types-inhibit' to t now disables the use of | 69 | *** Setting `imagemagick-types-inhibit' to t now disables the use of |
| 70 | ImageMagick to view images. You must call imagemagick-register-types | 70 | ImageMagick to view images. You must call imagemagick-register-types |
| 71 | afterwards if you do not use customize to change this. | 71 | afterwards if you do not use customize to change this. |
| 72 | 72 | ||
| 73 | *** The new variable `imagemagick-types-enable' also affects which | 73 | *** The new variable `imagemagick-enabled-types' also affects which |
| 74 | ImageMagick types are treated as images. The function | 74 | ImageMagick types are treated as images. The function |
| 75 | `imagemagick-filter-types' returns the list of types that will be | 75 | `imagemagick-filter-types' returns the list of types that will be |
| 76 | treated as images. | 76 | treated as images. |