]> code.delx.au - gnu-emacs/history - test/automated/map-tests.el
Update copyright year to 2016
[gnu-emacs] / test / automated / map-tests.el
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-11-12 Phillip Lord; Merge branch 'fix/no-undo-boundary-on-secondary-buffe...
2015-11-11 Nicolas PettonRename seq-p and map-p to seqp and mapp
2015-11-10 Artur Malabarba* lisp/emacs-lisp/map.el (map-merge-with): New function
2015-09-08 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-05 Nicolas PettonImprove the semantic of map-some
2015-09-05 Nicolas PettonRename map-contains-key-p and map-some-p
2015-07-09 Nicolas Petton* test/automated/map-tests.el (test-map-delete-return...
2015-07-09 Nicolas PettonAdd support for gv.el in map.el
2015-06-21 Nicolas PettonRevert "Define `map-elt' as a generalized variable"
2015-06-21 Nicolas PettonDefine `map-elt' as a generalized variable
2015-06-19 Paul EggertMerge from origin/emacs-24
2015-06-06 Eli ZaretskiiFix display when a font claims large values of ascent...
2015-06-05 Nicolas PettonFix a unit test for map.el
2015-06-05 Glenn Morris* test/automated/map-tests.el: Replace "assert" with...
2015-06-04 Nicolas PettonMerge branch 'map'
2015-06-02 Nicolas PettonAdd a pcase pattern for maps and `map-let' based on it
2015-04-25 Nicolas PettonFix a false negative in `map-elt' with alists and value...
2015-04-24 Nicolas PettonDo not signal an error when trying to delete a key...
2015-04-24 Nicolas PettonMinor improvement in map-elt.
2015-04-21 Nicolas Petton* test/automated/map-tests.el: Refactoring of test...
2015-04-21 Nicolas Petton* test/automated/map-tests.el: Renamed from map-test.el.