aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-01-25 10:33:01 +0200
committerEli Zaretskii2019-01-25 10:33:01 +0200
commita2f7ed5e705f7b48e9038b5a1c9def1c45ee8fcf (patch)
tree2fc198e8b974dfa17e480fad65548b362360a76b
parent76e454fe5f3bb288590c7bc8eca786946bb19d7c (diff)
downloademacs-a2f7ed5e705f7b48e9038b5a1c9def1c45ee8fcf.tar.gz
emacs-a2f7ed5e705f7b48e9038b5a1c9def1c45ee8fcf.zip
; * etc/NEWS: Mention changes in image-transform-* variables.
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82eab44422a..4937fa0fe2d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1491,6 +1491,13 @@ left to higher-level functions.
1491some years back. It now respects 'imagemagick-types-inhibit' as a way 1491some years back. It now respects 'imagemagick-types-inhibit' as a way
1492to disable that. 1492to disable that.
1493 1493
1494---
1495*** Some image-mode variables are now buffer-local.
1496The image parameters 'image-transform-rotation',
1497'image-transform-scale' and 'image-transform-resize' are now declared
1498buffer-local, so each buffer could have its own values for these
1499parameters.
1500
1494** The function 'load' now behaves correctly when loading modules. 1501** The function 'load' now behaves correctly when loading modules.
1495Specifically, it puts the module name into 'load-history', prints 1502Specifically, it puts the module name into 'load-history', prints
1496loading messages if requested, and protects against recursive loads. 1503loading messages if requested, and protects against recursive loads.