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
/
lists.texi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Audit some plist uses with new predicate argument
Basil L. Contovounesios
2022-10-22
1
-4
/
+4
*
; * doc/lispref/lists.texi (List Elements): No passive tense!
Eli Zaretskii
2022-07-18
1
-2
/
+2
*
Clarify `take` and `ntake` documentation (bug#56521)
Mattias Engdegård
2022-07-18
1
-2
/
+11
*
Add `take` and `ntake` (bug#56521)
Mattias Engdegård
2022-07-17
1
-0
/
+29
*
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-13
/
+16
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Mention `seq-uniq' in `delete-dups' documentation
Tak Kunihiro
2021-10-05
1
-8
/
+9
*
Improve recently added documentation
Eli Zaretskii
2021-09-21
1
-3
/
+3
*
Add new function `ensure-list'
Lars Ingebrigtsen
2021-09-21
1
-0
/
+14
*
Improve documentation of 'assoc'
Eli Zaretskii
2021-08-18
1
-4
/
+6
*
Merge from origin/emacs-27
Glenn Morris
2021-07-16
1
-2
/
+2
|
\
|
*
; Fix let-alist Texinfo markup
Basil L. Contovounesios
2021-07-09
1
-2
/
+2
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Clarify that #s(hash-table ...) doesn't always create a new hash table
Lars Ingebrigtsen
2021-02-07
1
-7
/
+8
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Revert recent add-to-ordered-list changes
Lars Ingebrigtsen
2021-01-01
1
-5
/
+4
*
|
Allow add-to-ordered-list to use a test predicate
Lars Ingebrigtsen
2020-12-31
1
-4
/
+5
*
|
Revert "Switch add-to-ordered-list to eql"
Lars Ingebrigtsen
2020-12-30
1
-1
/
+1
*
|
Switch add-to-ordered-list to eql
Lars Ingebrigtsen
2020-12-30
1
-1
/
+1
|
/
*
Don’t use “constant” for values you shouldn’t change
Paul Eggert
2020-05-16
1
-8
/
+8
*
Make memq etc. examples more like they were
Paul Eggert
2020-05-02
1
-9
/
+9
*
Improve wording about constants
Paul Eggert
2020-04-22
1
-4
/
+3
*
Improve mutability doc
Paul Eggert
2020-04-19
1
-9
/
+7
*
Improve mutability documentation
Paul Eggert
2020-04-19
1
-8
/
+8
*
Document constant vs mutable objects better
Paul Eggert
2020-04-18
1
-25
/
+35
*
Clarify lexvar restrictions for add-to-ordered-list, add-to-history
Mattias Engdegård
2020-02-02
1
-0
/
+1
*
Clarify add-to-list documentation (bug#39373)
Mattias Engdegård
2020-02-01
1
-2
/
+6
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Minor copyedits in ELisp manual
Eli Zaretskii
2019-11-08
1
-3
/
+2
*
Document let-alist
Lars Ingebrigtsen
2019-10-13
1
-0
/
+35
*
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
*
|
Improve flatten-tree documentation
Paul Eggert
2018-12-17
1
-5
/
+5
*
|
New function flatten-tree
Alex Branham
2018-12-17
1
-0
/
+12
*
|
Merge from origin/emacs-26
Glenn Morris
2018-12-15
1
-1
/
+1
|
\
|
|
*
Tiny markup fix in Elisp manual
Martin Rudalics
2018-12-11
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-15
1
-1
/
+1
|
\
|
|
*
Document changes called out in NEWS
Eli Zaretskii
2018-09-15
1
-0
/
+7
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-13
1
-10
/
+13
|
\
|
|
*
Refer to "proper lists" instead of "true lists"
Basil L. Contovounesios
2018-07-10
1
-10
/
+13
*
|
Add predicate proper-list-p
Basil L. Contovounesios
2018-07-09
1
-0
/
+16
*
|
Code refactoring assoc-delete-all assq-delete-all
tino calancha
2018-01-28
1
-0
/
+8
*
|
* src/print.c (syms_of_print) <print_quoted>: Set default to true
Stefan Monnier
2018-01-15
1
-2
/
+2
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fix uses of 'nil' and 'non-nil' in manuals and a few more minor issues
Martin Rudalics
2017-12-22
1
-3
/
+4
*
alist-get: Add optional arg TESTFN
Tino Calancha
2017-07-17
1
-10
/
+14
*
Add an optional testfn parameter to assoc
Nicolas Petton
2017-07-11
1
-9
/
+9
*
; * doc/lispref/lists.texi (List Elements): Fix last change.
Eli Zaretskii
2017-01-25
1
-7
/
+7
*
Move cXXXr and cXXXXr to subr.el
Mark Oteiza
2017-01-25
1
-0
/
+33
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
[next]