summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/seq.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; * lisp/emacs-lisp/seq.el (seq-filter): Fix typo in doc string.Eli Zaretskii2022-11-17
* ; Improve doc strings in seq.elEli Zaretskii2022-11-15
* Add 'seq-keep'Lars Ingebrigtsen2022-10-04
* Add new function `seq-positions'Damien Cassou2022-09-04
* Add new function `seq-remove-at-position'Damien Cassou2022-09-04
* Improve documentation of several functions in seq.elDamien Cassou2022-09-04
* lisp/emacs-lisp/seq.el: remove unnecessary compatibility codeMattias Engdegård2022-09-03
* Further seq-uniq speed-ups for listsLars Ingebrigtsen2022-08-12
* Add a faster seq-uniq for listsLars Ingebrigtsen2022-08-09
* Speed up `seq-subseq` for lists (bug#56521)Mattias Engdegård2022-07-18
* Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård2022-07-18
* Add new function `seq-split'Lars Ingebrigtsen2022-07-03
* Update seq.el commentLars Ingebrigtsen2022-06-24
* cl-generic: Rework obsolescence checks for defmethodStefan Monnier2022-04-01
* (seq-contains-p): Refine the non-nil returned valueStefan Monnier2022-03-17
* * lisp/emacs-lisp/seq.el (seq-concatenate): Accept non-`sequencep` sequencesStefan Monnier2022-03-07
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Revert "Obsolete local set difference functions in favor of seq-difference"Lars Ingebrigtsen2021-09-29
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-26
* ; Bump seq version to 2.23Stefan Kangas2021-09-25
* Prefer seq-random-elt to nth+randomStefan Kangas2021-09-24
* Improve performance of seq-unionStefan Kangas2021-09-17
* Make ediff-union into obsolete alias for seq-unionStefan Kangas2021-09-17
* Add new sequence function 'seq-union'Stefan Kangas2021-09-17
* Add macro `seq-setq`.Earl Hyatt2021-08-14
* Work around long-standing seq.el compilation warningLars Ingebrigtsen2021-07-30
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-05
* Obsolete local set difference functions in favor of seq-differenceStefan Kangas2021-04-05
* Replace two functions with seq-subseqStefan Kangas2021-04-03
* Various map.el improvementsBasil L. Contovounesios2021-03-06
* Small fixesJuri Linkov2021-02-23
* Add 'read-extended-command-predicate'Lars Ingebrigtsen2021-02-14
* * lisp/emacs-lisp/seq.el (seq-concatenate): Unautoload (merge fix).Glenn Morris2021-01-15
* Merge from origin/emacs-27Glenn Morris2021-01-14
|\
| * Fix cl-concatenate inliningEli Zaretskii2021-01-09
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-19
* | Preserve all `eval' elements from both .dir-locals filesLars Ingebrigtsen2020-10-20
* | Merge from origin/emacs-27Glenn Morris2020-10-17
|\|
| * Clarify the seq-reduce documentationLars Ingebrigtsen2020-10-15
* | ; Bump seq version to 2.22Stefan Kangas2020-08-29
* | Make the name column in 'list-buffers' have a dynamic widthLars Ingebrigtsen2020-08-08
* | Fix byte-compilation warning in project.elEli Zaretskii2020-06-26
|/
* ; lisp/emacs-lisp/seq.el: Explain why we don't use cl-lib hereNoam Postavsky2020-03-07
* Eliminate use of cl-concatenate in 'seq' packageAndrew Eggenberger2020-03-07
* Update copyright year to 2020Paul Eggert2020-01-01
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-03
* * lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.Juri Linkov2019-11-03