aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-11-27 23:52:29 +0200
committerJuri Linkov2019-11-27 23:52:29 +0200
commitb31a966e88b1b4fbc8148fda47becd1d209a67fd (patch)
tree77d43d0665a21f96479d4cd3840462ff32cf986c /etc
parent2435f811b946ec54ab1da90aded52caddef977c8 (diff)
downloademacs-b31a966e88b1b4fbc8148fda47becd1d209a67fd.tar.gz
emacs-b31a966e88b1b4fbc8148fda47becd1d209a67fd.zip
* lisp/image-mode.el: Resize image on window resizing (bug#32672)
* lisp/image-mode.el (image--window-change): New function. (image--window-change-function): New variable. (image-mode--setup-mode): Add buffer-local hook image--window-change to window-size-change-functions, window-state-change-functions, window-selection-change-functions.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8233328fa3c..db304508886 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2623,6 +2623,9 @@ pointer is over. To change this behaviour, you can customize the user
2623option 'mouse-wheel-follow-mouse'. Note that this will also affect 2623option 'mouse-wheel-follow-mouse'. Note that this will also affect
2624scrolling. 2624scrolling.
2625 2625
2626** Mouse scroll up and down with control key modifier also works on images
2627where it scales the image under the mouse pointer.
2628
2626--- 2629---
2627** help-follow-symbol now signals 'user-error' if point (or the 2630** help-follow-symbol now signals 'user-error' if point (or the
2628position pointed to by the argument POS) is not in a symbol. 2631position pointed to by the argument POS) is not in a symbol.