From a24225d513f2d42165c74b6bc456bed509dc7a10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Mon, 30 Jun 2014 16:58:56 -0300 Subject: [PATCH] Changelog, NEWS and Copyright fixes. --- etc/NEWS | 11 +++++------ test/ChangeLog | 22 +--------------------- test/automated/subr-x-tests.el | 2 +- 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 - * 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 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 ;; Keywords: -- 2.11.4.GIT