summaryrefslogtreecommitdiff
path: root/doc/lispref/lists.texi
AgeCommit message (Expand)Author
2026-03-15; Tweak documentation for ensure-proper-list.Sean Whitton
2026-03-15; Minor doc improvements for 'let-alist'.Eshel Yaron
2026-03-15Add new function 'ensure-proper-list' (bug#80598)Philip Kaludercic
2026-03-04Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton
2026-03-03Revert "Rename 'any' to 'member-if' and deprecate 'cl-member-if'"Mattias Engdegård
2026-03-03Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-20Add any and all (bug#79611)Mattias Engdegård
2025-10-20Add drop-while and take-while (bug#79611)Mattias Engdegård
2025-08-30Document and test 'let-alist' support for indexingSpencer Baugh
2025-01-24Avoid double spaces around abbrevations in TexinfoStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2024-09-23; Fix last changeEli Zaretskii
2024-09-23; Improve documentation of 'append'Eli Zaretskii
2024-08-09; Improve documentation of 'add-to-list'Eli Zaretskii
2024-04-29Add `drop` as alias for `nthcdr`Mattias Engdegård
2024-04-28Use a dedicated type to represent interpreted-function valuesStefan Monnier
2024-04-20Merge from origin/emacs-29Eli Zaretskii
2024-04-15; Improve wording in documentation of 'not and 'null'Eli Zaretskii
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-19Improved copy-tree documentation and test (bug#63509)Mattias Engdegård
2023-05-19Make 'copy-tree' work with recordsJoseph Turner
2023-04-27Clarify `nconc` behaviour for dotted lists (bug#63103)Mattias Engdegård
2023-03-12Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård
2023-03-07safe-copy-tree. Correct mistakes from earlier patch.Alan Mackenzie
2023-03-07eval-and-compile: Strip symbol positions for eval but not for compile.Alan Mackenzie
2023-02-05; Improve documentation of 'proper-list-p'Eli Zaretskii
2023-02-05Document 'plistp'Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-22Audit some plist uses with new predicate argumentBasil L. Contovounesios
2022-07-18; * doc/lispref/lists.texi (List Elements): No passive tense!Eli Zaretskii
2022-07-18Clarify `take` and `ntake` documentation (bug#56521)Mattias Engdegård
2022-07-17Add `take` and `ntake` (bug#56521)Mattias Engdegård
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-05Mention `seq-uniq' in `delete-dups' documentationTak Kunihiro
2021-09-21Improve recently added documentationEli Zaretskii
2021-09-21Add new function `ensure-list'Lars Ingebrigtsen
2021-08-18Improve documentation of 'assoc'Eli Zaretskii
2021-07-16Merge from origin/emacs-27Glenn Morris
2021-07-09; Fix let-alist Texinfo markupBasil L. Contovounesios
2021-02-07Clarify that #s(hash-table ...) doesn't always create a new hash tableLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Revert recent add-to-ordered-list changesLars Ingebrigtsen
2020-12-31Allow add-to-ordered-list to use a test predicateLars Ingebrigtsen
2020-12-30Revert "Switch add-to-ordered-list to eql"Lars Ingebrigtsen
2020-12-30Switch add-to-ordered-list to eqlLars Ingebrigtsen
2020-05-16Don’t use “constant” for values you shouldn’t changePaul Eggert