aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorMattias EngdegÄrd2026-03-03 17:21:35 +0100
committerMattias EngdegÄrd2026-03-03 17:21:35 +0100
commit7eba545a4edffc096598c97922e80a5d33898d21 (patch)
treecd7366e4f4a9a562d042fc8e3684d1a5f400e15e /etc/NEWS
parentdfa4a0e5a28b6f0081f973cfa254c2b31a66edf7 (diff)
downloademacs-master.tar.gz
emacs-master.zip
Revert "Rename 'any' to 'member-if' and deprecate 'cl-member-if'"HEADmaster
This reverts commit 2bdf15f6d8293b21234cd236f39ce68f62e1f6c3. There is no consensus for this change.
Diffstat (limited to '')
-rw-r--r--etc/NEWS21
1 files changed, 10 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9e483b3553d..523d6fa2eab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1692,16 +1692,15 @@ the list of types to which a value belongs.
1692These functions or macros have been added to Emacs Lisp, and the old 1692These functions or macros have been added to Emacs Lisp, and the old
1693names are now aliases for the built-in equivalents: 1693names are now aliases for the built-in equivalents:
1694 1694
1695- 'cl-incf' renamed to 'incf' 1695- 'cl-incf' renamed to 'incf'
1696- 'cl-decf' renamed to 'decf' 1696- 'cl-decf' renamed to 'decf'
1697- 'cl-oddp' renamed to 'oddp' 1697- 'cl-oddp' renamed to 'oddp'
1698- 'cl-evenp' renamed to 'evenp' 1698- 'cl-evenp' renamed to 'evenp'
1699- 'cl-plusp' renamed to 'plusp' 1699- 'cl-plusp' renamed to 'plusp'
1700- 'cl-minusp' renamed to 'minusp' 1700- 'cl-minusp' renamed to 'minusp'
1701- 'cl-member-if' renamed to 'member-if'
1702 1701
1703The old names are deprecated, and will be marked as obsolete in some 1702The old names are considered deprecated, and will be marked as obsolete
1704future release. 1703in some future release.
1705 1704
1706+++ 1705+++
1707*** 'cl-labels' now also accepts '(FUNC EXP)' bindings, like 'cl-flet'. 1706*** 'cl-labels' now also accepts '(FUNC EXP)' bindings, like 'cl-flet'.
@@ -4067,8 +4066,8 @@ signal an error if they are given a non-integer.
4067These work like 'drop' and 'take' but use a predicate instead of counting. 4066These work like 'drop' and 'take' but use a predicate instead of counting.
4068 4067
4069+++ 4068+++
4070** New function 'all' and function alias 'any'. 4069** New functions 'any' and 'all'.
4071These return non-nil for lists where all and any elements, respectively, 4070These return non-nil for lists where any and all elements, respectively,
4072satisfy a given predicate. 4071satisfy a given predicate.
4073 4072
4074+++ 4073+++