emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117454: Changelog, NEWS and Copyright fixes.


From: Fabián Ezequiel Gallina
Subject: [Emacs-diffs] trunk r117454: Changelog, NEWS and Copyright fixes.
Date: Mon, 30 Jun 2014 19:59:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117454
revision-id: address@hidden
parent: address@hidden
committer: Fabián Ezequiel Gallina <address@hidden>
branch nick: trunk
timestamp: Mon 2014-06-30 16:58:56 -0300
message:
  Changelog, NEWS and Copyright fixes.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/subr-x-tests.el subrxtests.el-20140628195435-k67qgy9g1k658193-1
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-06-30 04:11:43 +0000
+++ b/etc/NEWS  2014-06-30 19:58:56 +0000
@@ -179,12 +179,11 @@
 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

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-06-30 04:11:43 +0000
+++ b/test/ChangeLog    2014-06-30 19:58:56 +0000
@@ -1,26 +1,6 @@
 2014-06-30  Fabián Ezequiel Gallina  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'test/automated/subr-x-tests.el'
--- a/test/automated/subr-x-tests.el    2014-06-30 04:11:43 +0000
+++ b/test/automated/subr-x-tests.el    2014-06-30 19:58:56 +0000
@@ -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 <address@hidden>
 ;; Keywords:


reply via email to

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