aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-05-15 10:01:46 +0400
committerDmitry Antipov2014-05-15 10:01:46 +0400
commitc269148bf9a039edff92b1dd7a415d30c21d3087 (patch)
tree00a599d3a6b51ddceb51faddce5ef704c6a74e3e /src/ChangeLog
parentb8e11d4102870e70dc50796454fcdae658caadbb (diff)
downloademacs-c269148bf9a039edff92b1dd7a415d30c21d3087.tar.gz
emacs-c269148bf9a039edff92b1dd7a415d30c21d3087.zip
* src/fns.c (Freverse): Allow vectors, bool vectors and strings.
* doc/lispref/lists.texi (Building Cons Cells and Lists): Remove description of `reverse' and generalize it... * doc/lispref/sequences.texi (Sequences): ...for sequences here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e78a32c26ca..ce51b26cf43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * fns.c (Freverse): Allow vectors, bool vectors and strings.
4
12014-05-14 Dmitry Antipov <dmantipov@yandex.ru> 52014-05-14 Dmitry Antipov <dmantipov@yandex.ru>
2 6
3 Minor cleanup for terminal setup. 7 Minor cleanup for terminal setup.