emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 6ff8b45: ; Minor tweaks in etc/NEWS


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 6ff8b45: ; Minor tweaks in etc/NEWS
Date: Fri, 22 Jan 2016 21:27:17 +0000

branch: emacs-25
commit 6ff8b45f18619c2dc95dfb1d92a5c48b14049973
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Minor tweaks in etc/NEWS
---
 etc/NEWS |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 03e6148..786a391 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]