index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
seq.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up `seq-subseq` for lists (bug#56521)
Mattias EngdegÄrd
2022-07-18
1
-8
/
+12
*
Use `take` where clearly safe to do so (bug#56521)
Mattias EngdegÄrd
2022-07-18
1
-5
/
+7
*
Add new function `seq-split'
Lars Ingebrigtsen
2022-07-03
1
-0
/
+15
*
Update seq.el comment
Lars Ingebrigtsen
2022-06-24
1
-2
/
+2
*
cl-generic: Rework obsolescence checks for defmethod
Stefan Monnier
2022-04-01
1
-8
/
+7
*
(seq-contains-p): Refine the non-nil returned value
Stefan Monnier
2022-03-17
1
-2
/
+3
*
* lisp/emacs-lisp/seq.el (seq-concatenate): Accept non-`sequencep` sequences
Stefan Monnier
2022-03-07
1
-0
/
+1
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Revert "Obsolete local set difference functions in favor of seq-difference"
Lars Ingebrigtsen
2021-09-29
1
-1
/
+0
*
; Adjust overly long docstrings to fit 80 characters
Stefan Kangas
2021-09-26
1
-2
/
+2
*
; Bump seq version to 2.23
Stefan Kangas
2021-09-25
1
-1
/
+1
*
Prefer seq-random-elt to nth+random
Stefan Kangas
2021-09-24
1
-0
/
+1
*
Improve performance of seq-union
Stefan Kangas
2021-09-17
1
-7
/
+7
*
Make ediff-union into obsolete alias for seq-union
Stefan Kangas
2021-09-17
1
-0
/
+1
*
Add new sequence function 'seq-union'
Stefan Kangas
2021-09-17
1
-0
/
+11
*
Add macro `seq-setq`.
Earl Hyatt
2021-08-14
1
-0
/
+8
*
Work around long-standing seq.el compilation warning
Lars Ingebrigtsen
2021-07-30
1
-7
/
+8
*
Remove local uniquify functions in favour of seq-uniq
Stefan Kangas
2021-04-05
1
-0
/
+1
*
Obsolete local set difference functions in favor of seq-difference
Stefan Kangas
2021-04-05
1
-0
/
+1
*
Replace two functions with seq-subseq
Stefan Kangas
2021-04-03
1
-0
/
+1
*
Various map.el improvements
Basil L. Contovounesios
2021-03-06
1
-3
/
+4
*
Small fixes
Juri Linkov
2021-02-23
1
-1
/
+1
*
Add 'read-extended-command-predicate'
Lars Ingebrigtsen
2021-02-14
1
-0
/
+1
*
* lisp/emacs-lisp/seq.el (seq-concatenate): Unautoload (merge fix).
Glenn Morris
2021-01-15
1
-3
/
+0
*
Merge from origin/emacs-27
Glenn Morris
2021-01-14
1
-0
/
+3
|
\
|
*
Fix cl-concatenate inlining
Eli Zaretskii
2021-01-09
1
-0
/
+3
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Shorten some over-wide docstrings in functions and macros
Stefan Kangas
2020-12-19
1
-3
/
+4
*
|
Preserve all `eval' elements from both .dir-locals files
Lars Ingebrigtsen
2020-10-20
1
-0
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2020-10-17
1
-3
/
+5
|
\
|
|
*
Clarify the seq-reduce documentation
Lars Ingebrigtsen
2020-10-15
1
-3
/
+5
*
|
; Bump seq version to 2.22
Stefan Kangas
2020-08-29
1
-1
/
+1
*
|
Make the name column in 'list-buffers' have a dynamic width
Lars Ingebrigtsen
2020-08-08
1
-0
/
+1
*
|
Fix byte-compilation warning in project.el
Eli Zaretskii
2020-06-26
1
-0
/
+1
|
/
*
; lisp/emacs-lisp/seq.el: Explain why we don't use cl-lib here
Noam Postavsky
2020-03-07
1
-0
/
+4
*
Eliminate use of cl-concatenate in 'seq' package
Andrew Eggenberger
2020-03-07
1
-1
/
+5
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)
Juri Linkov
2019-12-03
1
-0
/
+1
*
* lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.
Juri Linkov
2019-11-03
1
-0
/
+1
*
* lisp/tab-bar.el: Store point position and frame buffer-lists in tab.
Juri Linkov
2019-10-30
1
-0
/
+2
*
* lisp/emacs-lisp/seq.el: Don't require cl-lib.
Stefan Monnier
2019-10-27
1
-2
/
+21
*
* lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.
Juri Linkov
2019-10-27
1
-0
/
+2
*
Preserve breakpoints when Edebug-reinstrumenting functions
Lars Ingebrigtsen
2019-10-20
1
-0
/
+1
*
Make mailcap-prefer-mailcap-viewers work as documented
Lars Ingebrigtsen
2019-10-07
1
-0
/
+1
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+2
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-2
/
+0
*
* lisp/emacs-lisp/seq.el (seq-difference): Inverse a conditional for clarity.
Nicolas Petton
2019-03-21
1
-3
/
+3
*
New seq-contains-p predicate (Bug#34852)
Nicolas Petton
2019-03-21
1
-5
/
+15
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
[next]