aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPip Cet2019-09-24 18:35:15 +0200
committerLars Ingebrigtsen2019-09-24 18:35:15 +0200
commit873cd63ff2a2fc738664065e84a997fe7b4e7051 (patch)
tree0c66977636407512d6f98ca3bc1e2d63709e6371 /etc
parent38517651d0aa573b0af69d1c70e920b587930c4f (diff)
downloademacs-873cd63ff2a2fc738664065e84a997fe7b4e7051.tar.gz
emacs-873cd63ff2a2fc738664065e84a997fe7b4e7051.zip
Allow a :stride argument so XBM boolvecs are in the right format.
* src/image.c (xbm_image_p): Explicitly specify the right stride if a bool vector is used as argument. * doc/lispref/display.texi (XBM Images): Describe bool vectors accurately. * etc/NEWS: Document the change (bug#36337).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 50956f4082c..3072d4081b8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2152,6 +2152,11 @@ valid event type.
2152--- 2152---
2153** The obsolete package xesam.el (since Emacs 24) has been removed. 2153** The obsolete package xesam.el (since Emacs 24) has been removed.
2154 2154
2155+++
2156** The XBM image handler now accepts a ':stride' argument, which should
2157be specified in image specs representing the entire bitmap as a single
2158bool vector.
2159
2155 2160
2156* Lisp Changes in Emacs 27.1 2161* Lisp Changes in Emacs 27.1
2157 2162