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
*
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
*
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
Glenn Morris
2014-06-08
1
-1
/
+1
|
\
|
*
Doc fixes: markup (mainly nil -> @code{nil})
Glenn Morris
2014-06-08
1
-1
/
+1
*
|
* sequences.texi (Sequence Functions): Don't mention when and how
Leo Liu
2014-05-22
1
-6
/
+1
*
|
* doc/lispref/sequences.texi (Sequence Functions): Update nreverse.
Leo Liu
2014-05-21
1
-2
/
+5
*
|
Allow any non-nil value to count as true in bool-vector.
Paul Eggert
2014-05-19
1
-23
/
+23
*
|
* src/lisp.h (CHECK_BOOLEAN): New function.
Dmitry Antipov
2014-05-19
1
-4
/
+29
*
|
* src/fns.c (Fnreverse): Allow vectors and bool vectors.
Dmitry Antipov
2014-05-15
1
-0
/
+69
*
|
* src/fns.c (Freverse): Allow vectors, bool vectors and strings.
Dmitry Antipov
2014-05-15
1
-0
/
+43
|
/
*
Update docs for window dividers and `window-text-pixel-size'.
Martin Rudalics
2014-03-09
1
-3
/
+3
*
Document vconcat and the empty vector (Bug#16246).
Paul Eggert
2014-01-04
1
-4
/
+4
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Document new bool-vector set operation functions.
Xue Fuqiao
2013-12-22
1
-0
/
+48
*
Remove an unnecessary FIXME.
Xue Fuqiao
2013-09-29
1
-10
/
+0
*
Fix typo.
Xue Fuqiao
2013-09-28
1
-1
/
+1
*
Comment.
Xue Fuqiao
2013-09-28
1
-0
/
+10
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
Lisp manual improvements for plists and symbol plists.
Chong Yidong
2012-12-02
1
-4
/
+4
*
Nuke hand-written node pointers in doc/lispref
Glenn Morris
2012-05-26
1
-1
/
+1
*
Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.com
Glenn Morris
2012-05-08
1
-1
/
+1
|
\
|
*
More small edits for doc/lispref
Glenn Morris
2012-05-04
1
-1
/
+1
*
|
Remove unnecessary @setfilename commands from many doc/lispref/*.texi
Glenn Morris
2012-04-13
1
-1
/
+0
|
/
[next]