summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS11
-rw-r--r--test/ChangeLog22
-rw-r--r--test/automated/subr-x-tests.el2
3 files changed, 7 insertions, 28 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 85f996f8486..f46a8aa499f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -179,12 +179,11 @@ permissions set to temporary values (e.g., for creating private files).
optional repeat-count argument.
---
-** New macros `if-let' and `when-let' allow defining bindings and to
- execute code depending whether all values are a true.
-
----
-** New macros `thread-first' and `thread-last' allow threading a form
- as the first or last argument of subsequent forms.
+** New utilities in subr-x.el:
+*** New macros `if-let' and `when-let' allow defining bindings and to
+ execute code depending whether all values are true.
+*** New macros `thread-first' and `thread-last' allow threading a form
+ as the first or last argument of subsequent forms.
* Changes in Emacs 24.5 on Non-Free Operating Systems
diff --git a/test/ChangeLog b/test/ChangeLog
index 34807205e0f..8c28eaf30dc 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,26 +1,6 @@
2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
- * automated/subr-x-tests.el
- (subr-x-test-if-let-single-binding-expansion)
- (subr-x-test-if-let-single-symbol-expansion)
- (subr-x-test-if-let-nil-related-expansion)
- (subr-x-test-if-let-malformed-binding, subr-x-test-if-let-true)
- (subr-x-test-if-let-false, subr-x-test-if-let-bound-references)
- (subr-x-test-if-let-and-lazyness-is-preserved)
- (subr-x-test-when-let-body-expansion)
- (subr-x-test-when-let-single-binding-expansion)
- (subr-x-test-when-let-single-symbol-expansion)
- (subr-x-test-when-let-nil-related-expansion)
- (subr-x-test-when-let-malformed-binding)
- (subr-x-test-when-let-true, subr-x-test-when-let-false)
- (subr-x-test-when-let-bound-references)
- (subr-x-test-when-let-and-lazyness-is-preserved)
- (subr-x-test-thread-first-no-forms)
- (subr-x-test-thread-first-function-names-are-threaded)
- (subr-x-test-thread-first-expansion)
- (subr-x-test-thread-last-no-forms)
- (subr-x-test-thread-last-function-names-are-threaded)
- (subr-x-test-thread-last-expansion): New tests.
+ * automated/subr-x-tests.el: New file.
2014-06-29 Michael Albinus <michael.albinus@gmx.de>
diff --git a/test/automated/subr-x-tests.el b/test/automated/subr-x-tests.el
index cb4d3686bb2..df8412699a4 100644
--- a/test/automated/subr-x-tests.el
+++ b/test/automated/subr-x-tests.el
@@ -1,6 +1,6 @@
;;; subr-x-tests.el --- Testing the extended lisp routines
-;; Copyright (C) 2011-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014 Free Software Foundation, Inc.
;; Author: Fabián E. Gallina <fgallina@gnu.org>
;; Keywords: