diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -137,16 +137,16 @@ It is no longer necessary to call `imagemagick-register-types' | |||
| 137 | explicitly to install ImageMagick image types; that function is called | 137 | explicitly to install ImageMagick image types; that function is called |
| 138 | automatically at startup, or when customizing a relevant imagemagick- | 138 | automatically at startup, or when customizing a relevant imagemagick- |
| 139 | option. | 139 | option. |
| 140 | 140 | +++ | |
| 141 | *** Setting `imagemagick-types-inhibit' to t now disables the use of | 141 | *** Setting `imagemagick-types-inhibit' to t now disables the use of |
| 142 | ImageMagick to view images. You must call imagemagick-register-types | 142 | ImageMagick to view images. You must call imagemagick-register-types |
| 143 | afterwards if you do not use customize to change this. | 143 | afterwards if you do not use customize to change this. |
| 144 | 144 | +++ | |
| 145 | *** The new variable `imagemagick-enabled-types' also affects which | 145 | *** The new variable `imagemagick-enabled-types' also affects which |
| 146 | ImageMagick types are treated as images. The function | 146 | ImageMagick types are treated as images. The function |
| 147 | `imagemagick-filter-types' returns the list of types that will be | 147 | `imagemagick-filter-types' returns the list of types that will be |
| 148 | treated as images. | 148 | treated as images. |
| 149 | 149 | --- | |
| 150 | *** Images displayed via ImageMagick now support transparency and the | 150 | *** Images displayed via ImageMagick now support transparency and the |
| 151 | :background image spec property. | 151 | :background image spec property. |
| 152 | 152 | ||