summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/seq.el
Commit message (Expand)AuthorAgeFilesLines
* Speed up `seq-subseq` for lists (bug#56521)Mattias EngdegÄrd2022-07-181-8/+12
* Use `take` where clearly safe to do so (bug#56521)Mattias EngdegÄrd2022-07-181-5/+7
* Add new function `seq-split'Lars Ingebrigtsen2022-07-031-0/+15
* Update seq.el commentLars Ingebrigtsen2022-06-241-2/+2
* cl-generic: Rework obsolescence checks for defmethodStefan Monnier2022-04-011-8/+7
* (seq-contains-p): Refine the non-nil returned valueStefan Monnier2022-03-171-2/+3
* * lisp/emacs-lisp/seq.el (seq-concatenate): Accept non-`sequencep` sequencesStefan Monnier2022-03-071-0/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Revert "Obsolete local set difference functions in favor of seq-difference"Lars Ingebrigtsen2021-09-291-1/+0
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-2/+2
* ; Bump seq version to 2.23Stefan Kangas2021-09-251-1/+1
* Prefer seq-random-elt to nth+randomStefan Kangas2021-09-241-0/+1
* Improve performance of seq-unionStefan Kangas2021-09-171-7/+7
* Make ediff-union into obsolete alias for seq-unionStefan Kangas2021-09-171-0/+1
* Add new sequence function 'seq-union'Stefan Kangas2021-09-171-0/+11
* Add macro `seq-setq`.Earl Hyatt2021-08-141-0/+8
* Work around long-standing seq.el compilation warningLars Ingebrigtsen2021-07-301-7/+8
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-051-0/+1
* Obsolete local set difference functions in favor of seq-differenceStefan Kangas2021-04-051-0/+1
* Replace two functions with seq-subseqStefan Kangas2021-04-031-0/+1
* Various map.el improvementsBasil L. Contovounesios2021-03-061-3/+4
* Small fixesJuri Linkov2021-02-231-1/+1
* Add 'read-extended-command-predicate'Lars Ingebrigtsen2021-02-141-0/+1
* * lisp/emacs-lisp/seq.el (seq-concatenate): Unautoload (merge fix).Glenn Morris2021-01-151-3/+0
* Merge from origin/emacs-27Glenn Morris2021-01-141-0/+3
|\
| * Fix cl-concatenate inliningEli Zaretskii2021-01-091-0/+3
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-3/+4
* | Preserve all `eval' elements from both .dir-locals filesLars Ingebrigtsen2020-10-201-0/+1
* | Merge from origin/emacs-27Glenn Morris2020-10-171-3/+5
|\|
| * Clarify the seq-reduce documentationLars Ingebrigtsen2020-10-151-3/+5
* | ; 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
|\