diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-01-25 10:33:01 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-01-25 10:33:01 +0200 |
commit | a2f7ed5e705f7b48e9038b5a1c9def1c45ee8fcf (patch) | |
tree | 2fc198e8b974dfa17e480fad65548b362360a76b | |
parent | 76e454fe5f3bb288590c7bc8eca786946bb19d7c (diff) | |
download | emacs-a2f7ed5e705f7b48e9038b5a1c9def1c45ee8fcf.tar.gz |
; * etc/NEWS: Mention changes in image-transform-* variables.
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |