]> git.eshelyaron.com Git - emacs.git/commitdiff
Changelog, NEWS and Copyright fixes.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 30 Jun 2014 19:58:56 +0000 (16:58 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 30 Jun 2014 19:58:56 +0000 (16:58 -0300)
etc/NEWS
test/ChangeLog
test/automated/subr-x-tests.el

index 85f996f84865ebfecd54536895a00f55bbc69116..f46a8aa499f0852f4848d4161cfea9af86720673 100644 (file)
--- 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.
 
 \f
 * Changes in Emacs 24.5 on Non-Free Operating Systems
index 34807205e0f971559efbaf22938bd3457be3ea59..8c28eaf30dc5881126034ebfdfc79f038f4ac5d7 100644 (file)
@@ -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>
 
index cb4d3686bb2788f8411b265fa2842e1cb53a213c..df8412699a4c0f5b7c08a02092c7d94fa8c12d79 100644 (file)
@@ -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: