aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-21 12:00:12 +0200
committerLars Ingebrigtsen2019-09-21 12:04:00 +0200
commit2c7224f8942e6338ea9dce727a7b573bf4f3f5a6 (patch)
tree5f93f6c4299c5afa942491ca0abbb49ae920f818 /etc
parent8147d939ae5c2d933c9a87f6281a8dfd7c850836 (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e8d3dffd3bd..02fe93a782d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2134invisible and visible: It can also toggle 'display' properties in
2135overlays. 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
2135not waiting for a process to be set up. 2140not waiting for a process to be set up.