aboutsummaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-03-16 11:41:42 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-03-16 11:41:42 +0100
commit68f99b6970296295b83408ef7cb13c6e688b96b0 (patch)
tree4ced773412ada8e004aa54622c4bb86f665a8632 /NEWS.org
parent89d77c8fe4238d3c0c36432548e11110de427cca (diff)
parent187f4954c84b4355900dd01ca131acab22332f9d (diff)
Merge branch 'main' into emacs-30
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.org b/NEWS.org
index eb12d6d..cdf5cb4 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -15,6 +15,8 @@
- compat-30: New functions =find-buffer= and =get-truename-buffer=.
- compat-30: Add extended =completion-metadata-get= with support for
=completion-category-overrides= and =completion-extra-properties=.
+- Minor optimization of ~plist-get~ and ~plist-put~.
+- Minor compatibility adjustments for the Emacs 30 development version.
- A minimal version of =compat.el= will be part of Emacs 30. Emacs :core packages
can directly ~(require 'compat)~ without the ~NOERROR~ flag. Furthermore Compat
will not be installed unnecessarily. If a package depending on Emacs 25.1 and