Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Improve documentation of 'char-table-range' | Eli Zaretskii | 2023-09-01 | 1 | -1/+2 |
* | Update manual about `sort` | Mattias Engdegård | 2023-04-11 | 1 | -27/+25 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | ; Fix typos | Stefan Kangas | 2022-12-16 | 1 | -1/+1 |
* | Add 'seq-keep' | Lars Ingebrigtsen | 2022-10-04 | 1 | -0/+13 |
* | ; * doc/lispref/sequences.texi (Sequence Functions): Fix punctuation. | Eli Zaretskii | 2022-09-04 | 1 | -3/+3 |
* | Add new function `seq-positions' | Damien Cassou | 2022-09-04 | 1 | -0/+21 |
* | Add new function `seq-remove-at-position' | Damien Cassou | 2022-09-04 | 1 | -0/+18 |
* | Improve documentation of several functions in seq.el | Damien Cassou | 2022-09-04 | 1 | -1/+1 |
* | ; Fix the lispref manual about seq.el | Eli Zaretskii | 2022-08-31 | 1 | -2/+1 |
* | Add new function `seq-split' | Lars Ingebrigtsen | 2022-07-03 | 1 | -0/+14 |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | Improve the documentation of a recent change | Eli Zaretskii | 2021-09-17 | 1 | -3/+5 |
* | Add new sequence function 'seq-union' | Stefan Kangas | 2021-09-17 | 1 | -0/+16 |
* | Revert "Add macro `seq-setq`." | Lars Ingebrigtsen | 2021-08-14 | 1 | -17/+0 |
* | Add macro `seq-setq`. | Earl Hyatt | 2021-08-14 | 1 | -0/+17 |
* | Add macro `seq-setq`. | Earl Hyatt | 2021-08-14 | 1 | -0/+17 |
* | Merge from origin/emacs-27 | Glenn Morris | 2021-02-19 | 1 | -1/+1 |
|\ | |||||
| * | Fix example in Sequence Functions node in the manual | Petteri Hintsanen | 2021-02-07 | 1 | -1/+1 |
| * | 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 |
* | | Add new predicates for sequence lengths | Lars Ingebrigtsen | 2020-12-27 | 1 | -0/+15 |
|/ | |||||
* | Clarify the seq-reduce documentation | Lars Ingebrigtsen | 2020-10-15 | 1 | -2/+7 |
* | ; Fix last change | Eli Zaretskii | 2020-08-15 | 1 | -1/+1 |
* | ; * doc/lispref/sequences.texi (Sequence Functions): Typo Fix. (Bug#42871) | Eli Zaretskii | 2020-08-15 | 1 | -2/+2 |
* | Don’t use “constant” for values you shouldn’t change | Paul Eggert | 2020-05-16 | 1 | -14/+11 |
* | Improve mutability doc | Paul Eggert | 2020-04-19 | 1 | -6/+8 |
* | Improve mutability documentation | Paul Eggert | 2020-04-19 | 1 | -5/+5 |
* | Remove #' and function quoting from lambda forms in manual | Mattias Engdegård | 2020-04-19 | 1 | -8/+8 |
* | Document constant vs mutable objects better | Paul Eggert | 2020-04-18 | 1 | -12/+19 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Merge from origin/emacs-26 | Glenn Morris | 2019-05-22 | 1 | -1/+1 |
|\ | |||||
| * | Fix a typo in ELisp manual | Tom Levy | 2019-05-22 | 1 | -1/+1 |
* | | New seq-contains-p predicate (Bug#34852) | Nicolas Petton | 2019-03-21 | 1 | -4/+5 |
* | | 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 |
* | | Add 'ring-resize' function | Allen Li | 2018-11-10 | 1 | -0/+5 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-11-04 | 1 | -7/+13 |
|\| | |||||
| * | Improve documentation of destructuring-binding macros | Eli Zaretskii | 2018-11-03 | 1 | -7/+13 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-20 | 1 | -2/+4 |
|\| | |||||
| * | Improve documentation of 'seqp' | Eli Zaretskii | 2018-07-14 | 1 | -2/+4 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-13 | 1 | -1/+1 |
|\| | |||||
| * | Refer to "proper lists" instead of "true lists" | Basil L. Contovounesios | 2018-07-10 | 1 | -1/+1 |
* | | Merge from emacs-26 | Noam Postavsky | 2018-07-09 | 1 | -5/+7 |
|\| | |||||
| * | Fix (length NON-SEQUENCE) documentation | Basil L. Contovounesios | 2018-07-07 | 1 | -5/+7 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-07 | 1 | -3/+3 |
|\| | |||||
| * | Fix (length CIRCULAR) documentation | Paul Eggert | 2018-07-06 | 1 | -3/+3 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-06-23 | 1 | -2/+2 |
|\| | |||||
| * | Change name of `seqp' argument (Bug#26411) | Simen Heggestøyl | 2018-06-21 | 1 | -2/+2 |