summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/map.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-22
* Mention caveats in the map-delete doc stringLars Ingebrigtsen2022-04-26
* Fix map-into doc string exampleLars Ingebrigtsen2022-04-22
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* * lisp/emacs-lisp/map.el: Restore compatibility with Emacs-26Stefan Monnier2021-09-28
* Consistently test alist keys with equal in map.elBasil L. Contovounesios2021-09-21
* Fix (setf (map-elt map key) (my-func))Lars Ingebrigtsen2021-09-01
* Fix merging of ambiguous nil mapsBasil L. Contovounesios2021-08-14
* Evaluate eql specializersakater2021-08-03
* Make (setf (map-elt ...)) return the value in the alist/plist casesLars Ingebrigtsen2021-05-06
* Various map.el improvementsBasil L. Contovounesios2021-03-06
* Update copyright year to 2021Paul Eggert2021-01-01
* * lisp/emacs-lisp/map.el: Add keyword-only pattern abbreviationAdam Porter2020-02-04
* Update copyright year to 2020Paul Eggert2020-01-01
* Trivial docstring fixesJuanma Barranquero2019-12-24
* * lisp/emacs-lisp/map.el (map-into) <hash-table>: Allow keyword argsAndrea Corallo2019-10-11
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* * lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.Nicolas Petton2019-03-27
* Fix the error message when modifying maps in-place (Bug#34941)Nicolas Petton2019-03-22
* * lisp/emacs-lisp/map.el: Bump version to 2.0.Nicolas Petton2019-03-04
* * lisp/emacs-lisp/map.el: Prepare for addition to GNU ELPAStefan Monnier2019-01-08
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * lisp/emacs-lisp/map.el: Add support for plistsStefan Monnier2018-12-20
* | * lisp/emacs-lisp/map.el: Avoid special casing lists.Stefan Monnier2018-12-17
* | * lisp/emacs-lisp/map.el: Fix recent changesBasil L. Contovounesios2018-12-14
* | * lisp/emacs-lisp/map.el: Make the functions genericStefan Monnier2018-12-11
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
|/
* ; Fix some tiny doc typosGlenn Morris2018-03-27
* Update copyright year to 2018Paul Eggert2018-01-01
* Fix Edebug specs for map-let and with-maps-doGemini Lasswell2017-10-24
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring.Tino Calancha2017-07-17
* alist-get: Add optional arg TESTFNTino Calancha2017-07-17
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | * lisp/emacs-lisp/map.el (map--dispatch): Fix docstringRobert Cochran2016-08-20
* | ; Spelling fixesPaul Eggert2016-06-26
* | * lisp/emacs-lisp/map.el (map-contains-key): Better docstringNicolas Petton2016-06-18
* | Add new function map-doNicolas Petton2016-06-18
* | map.el (map-merge*): Use `map-into' at beginning rather than endStefan Monnier2016-06-18
|/
* Fix map-put and map-delete for alists (Bug#23105)Nicolas Petton2016-03-25
* Quoting fixes in doc strings and diagnosticsPaul Eggert2016-02-03
* * lisp/emacs-lisp/map.el: Improvements to the docstring of the pcase macroNicolas Petton2016-02-03
* Update copyright year to 2016Paul Eggert2016-01-01
* Rename seq-p and map-p to seqp and mappNicolas Petton2015-11-11
* * lisp/emacs-lisp/map.el (map-merge-with): New functionArtur Malabarba2015-11-10
* * lisp/emacs-lisp/map.el: Better docstrings.Nicolas Petton2015-10-26