K 10 svn:author V 2 pi K 8 svn:date V 27 2018-05-13T11:33:47.107438Z K 7 svn:log V 1116 devel/dash.el: update 2.13.0 -> 2.14.1 This release retires Emacs 23 support. We will still try to keep things compatible but no future guarantees are made. Added edebug support for threading macros (@Wilfred) Added -unzip Added gv setters for -first-item and -last-item Added -powerset and -permutations (@holomorph) Added -as-> for threading a named variable (@zck) Added -partition-after-pred, -partition-before-pred, -partition-after-item, -partition-before-item (@zck) Fixed a bug in -any-p and friends testing for null on lists containing nil (#239) Fixed infinite loop bug in -zip and -interleave when called with empty input. Added -second-item through to -fifth-item as an alternative to nth (@Wilfred) Added -tails and -inits Added -running-sum and -running-product Added -reductions[-r][-from] family of functions (like -reduce but collecting intermediate results) Added -common-prefix (@basil-conto) PR: 227497 Submitted by: Yasuhiro KIMURA Approved by: hrs (maintainer timeout) END