1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * etc/NEWS: Mention changes in image-transform-* variables.

This commit is contained in:
Eli Zaretskii 2019-01-25 10:33:01 +02:00
parent 76e454fe5f
commit a2f7ed5e70

View file

@ -1491,6 +1491,13 @@ left to higher-level functions.
some years back. It now respects 'imagemagick-types-inhibit' as a way
to disable that.
---
*** Some image-mode variables are now buffer-local.
The image parameters 'image-transform-rotation',
'image-transform-scale' and 'image-transform-resize' are now declared
buffer-local, so each buffer could have its own values for these
parameters.
** The function 'load' now behaves correctly when loading modules.
Specifically, it puts the module name into 'load-history', prints
loading messages if requested, and protects against recursive loads.