]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Mention changes in image-transform-* variables.
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Jan 2019 08:33:01 +0000 (10:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Jan 2019 08:33:01 +0000 (10:33 +0200)
etc/NEWS

index 82eab44422a673d1874a9e19ca0b996959b74f3d..4937fa0fe2d3941251b4db6368ba33cb28dada2d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.