summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-16 17:57:56 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-16 17:57:56 +0800
commit32b9b22f66b1afcc614d5f76860d56d5630c5bc4 (patch)
tree5ce3d153e5b772c00855a0798c212462d4ae2ff2 /etc
parent81d2e846a801a45befe911146469a983af8438c6 (diff)
parent0b43e7a49327ce32c67648eb898551002f135ef5 (diff)
downloademacs-32b9b22f66b1afcc614d5f76860d56d5630c5bc4.tar.gz
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8d83b2a7e36..1d78f1f5c3b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -840,6 +840,12 @@ This change is now applied in 'dired-insert-directory'.
* Lisp Changes in Emacs 29.1
+++
+** New facility for handling session state: 'multisession-value'.
+This can be used as a convenient way to store (simple) application
+state, and 'M-x list-multisession-values' allows users to list
+(and edit) this data.
+
++++
** New function 'get-display-property'.
This is like 'get-text-property', but works on the 'display' text
property.