emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 21e1673: * ChangeLog.2: Formatting update.


From: Phillip Lord
Subject: [Emacs-diffs] master 21e1673: * ChangeLog.2: Formatting update.
Date: Mon, 10 Aug 2015 22:06:14 +0000

branch: master
commit 21e1673be3738fb79bd92cf8bd003d86ac51130b
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    * ChangeLog.2: Formatting update.
    
    Formatting for one change entry did not follow standard ChangeLog
    conventions and has now been updated.
---
 ChangeLog.2 |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/ChangeLog.2 b/ChangeLog.2
index fd4ac82..2ae3e95 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -86,15 +86,21 @@
 2015-08-07  Phillip Lord  <address@hidden>
 
        Improve error signalling for seq-subseq.
-       The existing behaviour for seq-subseq is to error when indexes are too
-       large, but to silently ignore numbers which are too negative for lists.
-       String and vector handling errors in both cases. This has been
-       regularlised.
-       Error signalling behaviour has been explicitly added to the docstring of
-       seq-subseq, and also to cl-subseq which largely defers to
-       seq-subseq (and is therefore also impacted by this change).
-       Tests have been added for these exceptional cases, as well as one non
-       exceptional base case.
+
+       * lisp/seq.el (seq-subseq): The existing behaviour is to error
+       when indexes are too large, but to silently ignore numbers which
+       are too negative for lists.  String and vector handling errors in
+       both cases. This has been regularlised. Error signalling behaviour
+       has been explicitly added to the docstring.
+
+       * lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is
+       therefore also impacted by this change. The docstring has been
+       updated to reflect this.
+
+       * test/automated/seq-tests.el (test-seq-subseq): Tests have been
+       added for these exceptional cases, as well as one non exceptional
+       base case.
+
 
 2015-08-07  Jürgen Hötzel  <address@hidden>
 



reply via email to

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