aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorNicolas Petton2015-02-09 13:14:52 +0100
committerNicolas Petton2015-02-11 14:45:51 +0100
commitc49e769d8f141b0307db19ed2a5fa80e0696b1dc (patch)
treeaa4505ccc15006aefe0649c4017e7f133ac57164 /test/ChangeLog
parent061c7e2b5a5a5854b2b85f2ace5b1d9222dd7f11 (diff)
downloademacs-c49e769d8f141b0307db19ed2a5fa80e0696b1dc.tar.gz
emacs-c49e769d8f141b0307db19ed2a5fa80e0696b1dc.zip
Improve seq-group-by to return sequence elements in correct order
* lisp/emacs-lisp/seq.el (seq-group-by): Improves seq-group-by to return sequence elements in correct order * tests/automated/seq-tests.el: Update test for seq-group-by * doc/lispref/sequences.texi (Sequence Functions): Update documentation examples for seq-group-by
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 74fc7cebd56..b080961f681 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -3,6 +3,12 @@
3 * automated/package-test.el (package-test-signed): 3 * automated/package-test.el (package-test-signed):
4 More informative failure messages. 4 More informative failure messages.
5 5
62015-02-09 Nicolas Petton <nicolas@petton.fr>
7
8 * automated/seq-tests.el (test-seq-group-by): Update test for
9 seq-group-by to check that sequence elements are returned in the
10 correct order.
11
62015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> 122015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
7 13
8 * automated/python-tests.el (python-eldoc--get-symbol-at-point-1) 14 * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)