index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
lispref
/
sequences.texi
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix typos and minor wording issues in ELisp manual
Eli Zaretskii
2018-04-13
1
-2
/
+2
*
|
* src/print.c (syms_of_print) <print_quoted>: Set default to true
Stefan Monnier
2018-01-15
1
-4
/
+4
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
; lispref nil/t markup fixes
Glenn Morris
2017-12-22
1
-1
/
+1
*
* doc/lispref/sequences.texi (Sequence Functions): Improve indexing.
Eli Zaretskii
2017-12-16
1
-0
/
+13
*
Fix a typo in ELisp manual
Eli Zaretskii
2017-12-01
1
-1
/
+1
*
Improve documentation of 'copy-sequence'
Eli Zaretskii
2017-09-30
1
-1
/
+4
*
Add seq-set-equal-p to test for set equality
Damien Cassou
2017-05-04
1
-0
/
+27
*
Deprecate copy-record in favor of copy-sequence
Paul Eggert
2017-04-07
1
-12
/
+11
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-12-07
1
-1
/
+1
|
\
|
|
*
Typo fixes in elisp manual
Bogdan Creanga
2016-11-29
1
-1
/
+1
*
|
Minor fix in the documentation of seq-random-elt
Nicolas Petton
2016-10-25
1
-1
/
+0
*
|
Minor copyedits in documentation of 'seq-random-elt'
Eli Zaretskii
2016-10-25
1
-2
/
+3
*
|
Add seq-random-elt to seq.el
Damien Cassou
2016-10-25
1
-0
/
+20
*
|
New function seq-sort-by in seq.el
Nicolas Petton
2016-03-29
1
-0
/
+12
*
|
-
Paul Eggert
2016-03-22
1
-28
/
+32
|
\
|
|
*
Fix documentation of seq.el functions
Eli Zaretskii
2016-03-12
1
-28
/
+32
*
|
* doc/lispref/sequences.texi: Add documentation for seq-map-indexed
Nicolas Petton
2016-02-14
1
-0
/
+15
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Rename seq-p and map-p to seqp and mapp
Nicolas Petton
2015-11-11
1
-3
/
+3
*
* doc/lispref/sequences.texi (Sequence Functions): Fix typo
Artur Malabarba
2015-10-28
1
-1
/
+1
*
* lisp/emacs-lisp/seq.el (seq-mapn): New function
Artur Malabarba
2015-10-28
1
-0
/
+18
*
New function seq-position
Nicolas Petton
2015-10-20
1
-0
/
+19
*
Add documentation for seq.el
Nicolas Petton
2015-09-28
1
-0
/
+75
*
Better documentation for seq-some
Nicolas Petton
2015-09-28
1
-3
/
+6
*
Better docstring and parameter name for seq-find
Nicolas Petton
2015-09-21
1
-5
/
+4
*
Restore some of the quoting in the manuals
Eli Zaretskii
2015-09-16
1
-1
/
+1
*
Quote less in manuals
Paul Eggert
2015-09-15
1
-2
/
+2
*
Clarify documentation of char-table extra slots
Eli Zaretskii
2015-09-14
1
-3
/
+3
*
Add seq-find
Nicolas Petton
2015-09-11
1
-0
/
+22
*
Improve the semantic of seq-some
Nicolas Petton
2015-09-06
1
-3
/
+8
*
Rename seq-some-p to seq-some and seq-contains-p to seq-contains
Nicolas Petton
2015-09-06
1
-7
/
+7
*
Better documentation of seq-let
Nicolas Petton
2015-08-31
1
-4
/
+3
*
* doc/lispref/sequences.texi: Add documentation for seq-min and seq-max.
Nicolas Petton
2015-06-30
1
-0
/
+34
*
Spelling fix
Paul Eggert
2015-05-10
1
-1
/
+1
*
* doc/lispref/sequences.texi (Sequence Functions): Fix quoting.
Paul Eggert
2015-05-06
1
-1
/
+1
*
Update `seq-let' documentation
Nicolas Petton
2015-05-05
1
-1
/
+10
*
New macro seq-let, providing destructuring support to seq.el
Nicolas Petton
2015-05-01
1
-0
/
+27
*
* lisp/emacs-lisp/seq.el (seq-doseq): Tighten the code
Stefan Monnier
2015-04-24
1
-1
/
+1
*
* doc/lispref/sequences.texi (Sequence Functions): Fix typo in previous.
Glenn Morris
2015-04-15
1
-2
/
+2
*
Add seq-intersection and seq-difference to the seq library
Nicolas Petton
2015-04-15
1
-1
/
+29
*
Add seq-into as a public function
Nicolas Petton
2015-03-09
1
-0
/
+22
*
Improve seq-group-by to return sequence elements in correct order
Nicolas Petton
2015-02-11
1
-2
/
+2
*
Add documentation for seq-mapcat, seq-partition and seq-group-by
Nicolas Petton
2015-02-06
1
-1
/
+46
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* doc/lispref/sequences.texi (Sequence Functions): Copyedits.
Glenn Morris
2014-12-24
1
-152
/
+75
*
* lisp/emacs-lisp/seq.el: New file.
Nicolas Petton
2014-12-16
1
-0
/
+360
*
* doc/lispref/lists.texi (Functions that Rearrange Lists): Remove
Dmitry Antipov
2014-08-29
1
-0
/
+92
[prev]
[next]