diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 5de2251c19f..163ab80e8b8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-02-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (ImageMagick Images): | ||
| 4 | Move most details of imagemagick-render-type to the variable's doc. | ||
| 5 | |||
| 1 | 2012-02-06 Glenn Morris <rgm@gnu.org> | 6 | 2012-02-06 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * keymaps.texi (Tool Bar): Mention separators. | 8 | * keymaps.texi (Tool Bar): Mention separators. |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index e97e6c264a3..e1b2f57e507 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4543,14 +4543,10 @@ loader will be used in practice depends on the priority of the loaders). | |||
| 4543 | For example, if you never want to use the ImageMagick loader to use | 4543 | For example, if you never want to use the ImageMagick loader to use |
| 4544 | JPEG files, add @code{JPG} to this list. | 4544 | JPEG files, add @code{JPG} to this list. |
| 4545 | 4545 | ||
| 4546 | @c Not sure this should even be in the manual at all. | ||
| 4546 | @vindex imagemagick-render-type | 4547 | @vindex imagemagick-render-type |
| 4547 | You can set the variable @code{imagemagick-render-type} to choose | 4548 | If you wish to experiment with the performance of the ImageMagick |
| 4548 | between screen render methods for the ImageMagick loader. The options | 4549 | loader, see the variable @code{imagemagick-render-type}. |
| 4549 | are: @code{0}, a conservative method which works with older | ||
| 4550 | @c FIXME details of this "newer method"? | ||
| 4551 | @c Presumably it is faster but may be less "robust"? | ||
| 4552 | ImageMagick versions (it is a bit slow, but robust); and @code{1}, | ||
| 4553 | a newer ImageMagick method. | ||
| 4554 | 4550 | ||
| 4555 | Images loaded with ImageMagick support a few new display specifications: | 4551 | Images loaded with ImageMagick support a few new display specifications: |
| 4556 | 4552 | ||