diff options
| author | Lars Ingebrigtsen | 2019-09-21 12:00:12 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-21 12:04:00 +0200 |
| commit | 2c7224f8942e6338ea9dce727a7b573bf4f3f5a6 (patch) | |
| tree | 5f93f6c4299c5afa942491ca0abbb49ae920f818 /etc | |
| parent | 8147d939ae5c2d933c9a87f6281a8dfd7c850836 (diff) | |
| download | emacs-2c7224f8942e6338ea9dce727a7b573bf4f3f5a6.tar.gz emacs-2c7224f8942e6338ea9dce727a7b573bf4f3f5a6.zip | |
Allow reveal.el to toggle `display' properties
* lisp/reveal.el (reveal-open-new-overlays): Allow also toggling
`displa' overlay properties (bug#28785).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -2130,6 +2130,11 @@ valid event type. | |||
| 2130 | 2130 | ||
| 2131 | * Lisp Changes in Emacs 27.1 | 2131 | * Lisp Changes in Emacs 27.1 |
| 2132 | 2132 | ||
| 2133 | ** 'reveal-mode' can now also be used for more than to toggle between | ||
| 2134 | invisible and visible: It can also toggle 'display' properties in | ||
| 2135 | overlays. This is only done on 'display' properties that have the | ||
| 2136 | 'reveal-toggle-invisible' property set. | ||
| 2137 | |||
| 2133 | +++ | 2138 | +++ |
| 2134 | ** 'process-contact' now takes an optional NO-BLOCK parameter to allow | 2139 | ** 'process-contact' now takes an optional NO-BLOCK parameter to allow |
| 2135 | not waiting for a process to be set up. | 2140 | not waiting for a process to be set up. |