diff options
| author | Dmitry Antipov | 2014-08-29 16:23:30 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-08-29 16:23:30 +0400 |
| commit | 69149b6cc38977bc2584541f745334d1e5b0f3dc (patch) | |
| tree | 33deb56521a13619bacba43c6108a094901e12ab | |
| parent | dd958fb246a13c024ce58415c3de99f4390bcd77 (diff) | |
| download | emacs-69149b6cc38977bc2584541f745334d1e5b0f3dc.tar.gz emacs-69149b6cc38977bc2584541f745334d1e5b0f3dc.zip | |
* NEWS: Mention that `sort' can handle vectors.
| -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 @@ | |||
| 1 | 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * NEWS: Mention that `sort' can handle vectors. | ||
| 4 | |||
| 1 | 2014-08-28 Glenn Morris <rgm@gnu.org> | 5 | 2014-08-28 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs.appdata.xml: New file; description from Emacs's homepage. | 7 | * 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). | |||
| 205 | ** Functions `rmail-delete-forward' and `rmail-delete-backward' take an | 205 | ** Functions `rmail-delete-forward' and `rmail-delete-backward' take an |
| 206 | optional repeat-count argument. | 206 | optional repeat-count argument. |
| 207 | 207 | ||
| 208 | ** Function `sort' can deal with vectors. | ||
| 209 | |||
| 208 | --- | 210 | --- |
| 209 | ** New utilities in subr-x.el: | 211 | ** New utilities in subr-x.el: |
| 210 | *** New macros `if-let' and `when-let' allow defining bindings and to | 212 | *** New macros `if-let' and `when-let' allow defining bindings and to |