summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/seq.el
Commit message (Expand)AuthorAge
* 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
* * lisp/tab-bar.el: Store point position and frame buffer-lists in tab.Juri Linkov2019-10-30
* * lisp/emacs-lisp/seq.el: Don't require cl-lib.Stefan Monnier2019-10-27
* * lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.Juri Linkov2019-10-27
* Preserve breakpoints when Edebug-reinstrumenting functionsLars Ingebrigtsen2019-10-20
* Make mailcap-prefer-mailcap-viewers work as documentedLars Ingebrigtsen2019-10-07
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* * lisp/emacs-lisp/seq.el (seq-difference): Inverse a conditional for clarity.Nicolas Petton2019-03-21
* New seq-contains-p predicate (Bug#34852)Nicolas Petton2019-03-21
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | New convenience functions in seq.elNicolas Petton2018-12-18
|/
* Change name of `seqp' argument (Bug#26411)Simen Heggestøyl2018-06-21
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/emacs-lisp/seq.el: Bump seq version.Nicolas Petton2017-05-04
* Add seq-set-equal-p to test for set equalityDamien Cassou2017-05-04
* Fix obsolete ‘test/automated’ referencesPaul Eggert2017-03-27
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Make seq-into return the sequence when no conversion neededNicolas Petton2016-12-16
* | Fix circular list handling in seq-mapnNicolas Petton2016-12-15
* | Docstring improvement for seq-some (bug#25129)Nicolas Petton2016-12-07
* | * lisp/emacs-lisp/seq.el (seq-random-elt): Fix docstring.Nicolas Petton2016-10-25
* | Add seq-random-elt to seq.elDamien Cassou2016-10-25