diff options
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1491,6 +1491,13 @@ left to higher-level functions. | |||
| 1491 | some years back. It now respects 'imagemagick-types-inhibit' as a way | 1491 | some years back. It now respects 'imagemagick-types-inhibit' as a way |
| 1492 | to disable that. | 1492 | to disable that. |
| 1493 | 1493 | ||
| 1494 | --- | ||
| 1495 | *** Some image-mode variables are now buffer-local. | ||
| 1496 | The image parameters 'image-transform-rotation', | ||
| 1497 | 'image-transform-scale' and 'image-transform-resize' are now declared | ||
| 1498 | buffer-local, so each buffer could have its own values for these | ||
| 1499 | parameters. | ||
| 1500 | |||
| 1494 | ** The function 'load' now behaves correctly when loading modules. | 1501 | ** The function 'load' now behaves correctly when loading modules. |
| 1495 | Specifically, it puts the module name into 'load-history', prints | 1502 | Specifically, it puts the module name into 'load-history', prints |
| 1496 | loading messages if requested, and protects against recursive loads. | 1503 | loading messages if requested, and protects against recursive loads. |