emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b86f711e3d 2/2: Put all seq.el news into one section


From: Lars Ingebrigtsen
Subject: master b86f711e3d 2/2: Put all seq.el news into one section
Date: Tue, 4 Oct 2022 15:46:28 -0400 (EDT)

branch: master
commit b86f711e3de7c95e7957477b888154ace575c96f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Put all seq.el news into one section
---
 etc/NEWS | 40 +++++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 06e91f5d71..d475c28e45 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3145,16 +3145,6 @@ compiler now emits a warning about this deprecated usage.
 These can be used for buttons in buffers and the like.  See the
 "(elisp) Icons" and "(emacs) Icons" nodes in the manuals for details.
 
-+++
-** New function 'seq-positions'.
-This returns a list of the (zero-based) indices of elements matching a
-given predicate in the specified sequence.
-
-+++
-** New function 'seq-keep'.
-This is like 'seq-map', but removes all non-nil results from the
-returned list.
-
 +++
 ** New arguments MESSAGE and TIMEOUT of 'set-transient-map'.
 MESSAGE specifies a message to display after activating the transient
@@ -3163,15 +3153,6 @@ TIMEOUT is the idle time after which to deactivate the 
transient map.
 The default timeout value can be defined by the new variable
 'set-transient-map-timeout'.
 
-+++
-** New function 'seq-split'.
-This returns a list of sub-sequences of the specified sequence.
-
-+++
-** New function 'seq-remove-at-position'.
-This function returns a copy of the specified sequence where the
-element at a given (zero-based) index got removed.
-
 +++
 ** 'plist-get', 'plist-put' and 'plist-member' are no longer limited to 'eq'.
 These function now take an optional comparison predicate argument.
@@ -3233,6 +3214,27 @@ When called with a new optional argument UNICODE 
non-nil, 'max-char'
 will now report the maximum valid codepoint defined by the Unicode
 Standard.
 
+** seq
+
++++
+** New function 'seq-split'.
+This returns a list of sub-sequences of the specified sequence.
+
++++
+** New function 'seq-remove-at-position'.
+This function returns a copy of the specified sequence where the
+element at a given (zero-based) index got removed.
+
++++
+** New function 'seq-positions'.
+This returns a list of the (zero-based) indices of elements matching a
+given predicate in the specified sequence.
+
++++
+** New function 'seq-keep'.
+This is like 'seq-map', but removes all non-nil results from the
+returned list.
+
 ** Themes
 
 ---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]