aboutsummaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-11-16 18:20:54 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-11-16 19:24:18 +0100
commit78e9a6922c4f7ab84edc99b2455069fc33a73746 (patch)
treefc3dae0e9470767305ff66a1dd534f00f930f68b /NEWS.org
parentaad50e1ffca4e737d6319db12360bc4c8f55e2bf (diff)
New Emacs 30 APIs: merge-ordered-lists, completion-lazy-hilit
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS.org b/NEWS.org
index 37890ce..90da0c2 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,6 +2,15 @@
#+link: compat-gh https://github.com/emacs-compat/compat/issues/
#+options: toc:nil num:nil author:nil
+* Development
+
+- compat-30: Add =copy-tree= with support for copying records with non-nil
+ optional second argument.
+- compat-30: New macro =static-if=.
+- compat-30: New function =merge-ordered-lists=.
+- compat-30: New variables =completion-lazy-hilit= and =completion-lazy-hilit-fn=
+ and new function =completion-lazy-hilit=.
+
* Release of "Compat" Version 29.1.4.4
- Fix ~Package-Requires~ header in compat.el
@@ -21,8 +30,6 @@
- compat-28: Improve =make-separator-line= visuals on graphic displays.
- compat-28: Add =native-comp-available-p=, which always returns nil.
- compat-29: Add variable =lisp-directory=.
-- compat-30: Replace ~copy-tree~ with version from Emacs 30, support
- copying records with non-nil optional second argument.
(Release <2023-07-30 Sun>)