aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
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+++