diff options
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 4a79ec47a4b..4968d8d7203 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-29 Dmitry Antipov <dmantipov@yandex.ru> + + * NEWS: Mention that `sort' can handle vectors. + 2014-08-28 Glenn Morris <rgm@gnu.org> * emacs.appdata.xml: New file; description from Emacs's homepage. @@ -205,6 +205,8 @@ permissions set to temporary values (e.g., for creating private files). ** Functions `rmail-delete-forward' and `rmail-delete-backward' take an optional repeat-count argument. +** Function `sort' can deal with vectors. + --- ** New utilities in subr-x.el: *** New macros `if-let' and `when-let' allow defining bindings and to |