summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-01-22 23:27:13 +0200
committerEli Zaretskii <eliz@gnu.org>2016-01-22 23:27:13 +0200
commit6ff8b45f18619c2dc95dfb1d92a5c48b14049973 (patch)
treed69fec3715447110481f5074182bad72d17cef2e /etc
parent5221f45047507d7306211b8df064a89b2f1706fa (diff)
downloademacs-6ff8b45f18619c2dc95dfb1d92a5c48b14049973.tar.gz
; Minor tweaks in etc/NEWS
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 03e6148ed8e..786a3918902 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -519,10 +519,12 @@ If you need your objects to be named, do it by inheriting from `eieio-named'.
*** The <class> variables are declared obsolete.
+++
*** The <initarg> variables are declared obsolete.
++++
*** defgeneric and defmethod are declared obsolete.
Use the equivalent facilities from cl-generic.el instead.
+++
*** `constructor' is now an obsolete alias for `make-instance'.
+--- `pcase' accepts a new UPattern `eieio'.
** ido
@@ -710,6 +712,9 @@ prepending it.
+++
*** New functions `cl-fresh-line', `cl-digit-char-p', and `cl-parse-integer'.
+---
+*** `pcase' accepts the new UPattern `cl-struct'.
+
** Calendar and diary
+++
@@ -1201,11 +1206,12 @@ a typographically-correct documents.
** The `seq' library adds sequence manipulation functions and macros
that complement basic functions provided by subr.el. All functions
are prefixed with `seq-' and work on lists, strings and vectors.
+`pcase' accepts a new Upattern `seq'.
---
** The `map' library provides map-manipulation functions that work on
alists, hash-table and arrays. All functions are prefixed with
-`map-'.
+`map-'. `pcase' accepts a new UPattern `map'.
---
** The `thunk' library provides functions and macros to control the
@@ -1376,7 +1382,7 @@ that happen, `unhandled-file-name-directory' now defaults to calling
* Lisp Changes in Emacs 25.1
** pcase
-*** New UPatterns `quote', `app', `cl-struct', `eieio', `seq', and `map'.
+*** New UPatterns `quote', `app'.
*** New UPatterns can be defined with `pcase-defmacro'.
+++
*** New vector QPattern.