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
*
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
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
New convenience functions in seq.el
Nicolas Petton
2018-12-18
1
-1
/
+9
|
/
*
Change name of `seqp' argument (Bug#26411)
Simen Heggestøyl
2018-06-21
1
-3
/
+3
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/emacs-lisp/seq.el: Bump seq version.
Nicolas Petton
2017-05-04
1
-1
/
+1
*
Add seq-set-equal-p to test for set equality
Damien Cassou
2017-05-04
1
-0
/
+6
*
Fix obsolete ‘test/automated’ references
Paul Eggert
2017-03-27
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Make seq-into return the sequence when no conversion needed
Nicolas Petton
2016-12-16
1
-6
/
+22
*
|
Fix circular list handling in seq-mapn
Nicolas Petton
2016-12-15
1
-1
/
+4
*
|
Docstring improvement for seq-some (bug#25129)
Nicolas Petton
2016-12-07
1
-1
/
+2
*
|
* lisp/emacs-lisp/seq.el (seq-random-elt): Fix docstring.
Nicolas Petton
2016-10-25
1
-1
/
+1
*
|
Add seq-random-elt to seq.el
Damien Cassou
2016-10-25
1
-1
/
+8
*
|
* lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738)
Nicolas Petton
2016-10-24
1
-1
/
+1
[next]