diff options
Diffstat (limited to '')
| -rw-r--r-- | etc/NEWS | 21 |
1 files changed, 10 insertions, 11 deletions
| @@ -1692,16 +1692,15 @@ the list of types to which a value belongs. | |||
| 1692 | These functions or macros have been added to Emacs Lisp, and the old | 1692 | These functions or macros have been added to Emacs Lisp, and the old |
| 1693 | names are now aliases for the built-in equivalents: | 1693 | names 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 | ||
| 1703 | The old names are deprecated, and will be marked as obsolete in some | 1702 | The old names are considered deprecated, and will be marked as obsolete |
| 1704 | future release. | 1703 | in 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. | |||
| 4067 | These work like 'drop' and 'take' but use a predicate instead of counting. | 4066 | These 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'. |
| 4071 | These return non-nil for lists where all and any elements, respectively, | 4070 | These return non-nil for lists where any and all elements, respectively, |
| 4072 | satisfy a given predicate. | 4071 | satisfy a given predicate. |
| 4073 | 4072 | ||
| 4074 | +++ | 4073 | +++ |