diff options
| author | Pip Cet | 2019-09-24 18:35:15 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-24 18:35:15 +0200 |
| commit | 873cd63ff2a2fc738664065e84a997fe7b4e7051 (patch) | |
| tree | 0c66977636407512d6f98ca3bc1e2d63709e6371 /etc | |
| parent | 38517651d0aa573b0af69d1c70e920b587930c4f (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
| 2157 | be specified in image specs representing the entire bitmap as a single | ||
| 2158 | bool vector. | ||
| 2159 | |||
| 2155 | 2160 | ||
| 2156 | * Lisp Changes in Emacs 27.1 | 2161 | * Lisp Changes in Emacs 27.1 |
| 2157 | 2162 | ||