summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/seq.el
Commit message (Expand)AuthorAgeFilesLines
* ; Bump seq version to 2.22Stefan Kangas2020-08-291-1/+1
* Make the name column in 'list-buffers' have a dynamic widthLars Ingebrigtsen2020-08-081-0/+1
* Fix byte-compilation warning in project.elEli Zaretskii2020-06-261-0/+1
* ; lisp/emacs-lisp/seq.el: Explain why we don't use cl-lib hereNoam Postavsky2020-03-071-0/+4
* Eliminate use of cl-concatenate in 'seq' packageAndrew Eggenberger2020-03-071-1/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-031-0/+1
* * lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.Juri Linkov2019-11-031-0/+1
* * lisp/tab-bar.el: Store point position and frame buffer-lists in tab.Juri Linkov2019-10-301-0/+2
* * lisp/emacs-lisp/seq.el: Don't require cl-lib.Stefan Monnier2019-10-271-2/+21
* * lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.Juri Linkov2019-10-271-0/+2
* Preserve breakpoints when Edebug-reinstrumenting functionsLars Ingebrigtsen2019-10-201-0/+1
* Make mailcap-prefer-mailcap-viewers work as documentedLars Ingebrigtsen2019-10-071-0/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+2
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-2/+0
* * lisp/emacs-lisp/seq.el (seq-difference): Inverse a conditional for clarity.Nicolas Petton2019-03-211-3/+3
* New seq-contains-p predicate (Bug#34852)Nicolas Petton2019-03-211-5/+15
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | New convenience functions in seq.elNicolas Petton2018-12-181-1/+9
|/
* Change name of `seqp' argument (Bug#26411)Simen Heggestøyl2018-06-211-3/+3
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/emacs-lisp/seq.el: Bump seq version.Nicolas Petton2017-05-041-1/+1
* Add seq-set-equal-p to test for set equalityDamien Cassou2017-05-041-0/+6
* Fix obsolete ‘test/automated’ referencesPaul Eggert2017-03-271-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Make seq-into return the sequence when no conversion neededNicolas Petton2016-12-161-6/+22
* | Fix circular list handling in seq-mapnNicolas Petton2016-12-151-1/+4
* | Docstring improvement for seq-some (bug#25129)Nicolas Petton2016-12-071-1/+2
* | * lisp/emacs-lisp/seq.el (seq-random-elt): Fix docstring.Nicolas Petton2016-10-251-1/+1
* | Add seq-random-elt to seq.elDamien Cassou2016-10-251-1/+8
* | * lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738)Nicolas Petton2016-10-241-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-09-261-1/+1
|\|
| * ; Fix documentation of seq-subseqClément Pit--Claudel2016-09-021-1/+1
| * * lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.Glenn Morris2016-04-071-1/+1
* | Fix seq-containsNicolas Petton2016-06-181-2/+3
* | Add seq-do-indexedNicolas Petton2016-06-181-1/+11
* | * lisp/emacs-lisp/seq.el (seq-drop): Better list implementationNicolas Petton2016-06-121-5/+2
* | * lisp/emacs-lisp/seq.el: Require cl-lib instead of cl-extraNicolas Petton2016-03-291-1/+1
* | New function seq-sort-by in seq.elNicolas Petton2016-03-291-1/+11
* | New function seq-map-indexedNicolas Petton2016-02-141-0/+12
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rename seq-p and map-p to seqp and mappNicolas Petton2015-11-111-5/+5
* * lisp/emacs-lisp/seq.el (seq-mapn): New functionArtur Malabarba2015-10-281-1/+16
* * lisp/emacs-lisp/seq.el: Better docstrings.Nicolas Petton2015-10-261-26/+31
* * lisp/emacs-lisp/seq.el: Rename all seq argumentss to sequence.Nicolas Petton2015-10-261-153/+153
* New function seq-positionNicolas Petton2015-10-201-2/+13
* Fix typos in docstringsNicolas Petton2015-10-141-1/+1