From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: ChangeLog entries Date: Sun, 09 Aug 2015 18:11:36 +0300 Message-ID: <83vbcopkd3.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1439133121 3768 80.91.229.3 (9 Aug 2015 15:12:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Aug 2015 15:12:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 09 17:11:54 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZOSGP-0001QN-QY for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2015 17:11:53 +0200 Original-Received: from localhost ([::1]:55493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOSGP-00085I-6m for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2015 11:11:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOSGM-00085D-4y for emacs-devel@gnu.org; Sun, 09 Aug 2015 11:11:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOSGI-0003mU-VE for emacs-devel@gnu.org; Sun, 09 Aug 2015 11:11:50 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:57078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOSGI-0003mM-Mx for emacs-devel@gnu.org; Sun, 09 Aug 2015 11:11:46 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NST00C00M42X200@mtaout29.012.net.il> for emacs-devel@gnu.org; Sun, 09 Aug 2015 18:11:33 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NST009XVM79ND30@mtaout29.012.net.il> for emacs-devel@gnu.org; Sun, 09 Aug 2015 18:11:33 +0300 (IDT) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188641 Archived-At: Currently, ChangeLog.2 has entries like this: commit 45987b34535e5ae97fa14535630e283f34af94dd Merge: c208eef feadec3 Author: Nicolas Petton Date: Sat Aug 8 21:54:45 2015 +0200 Merge remote-tracking branch 'origin/fix/subsequence-error-with-negative-seq commit feadec307da148af70cf87013c99771ca4db91e4 Author: Phillip Lord Date: Fri Aug 7 22:12:59 2015 +0100 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. I thought log entries from branches weren't supposed to end up in ChangeLog, but if they are, I think we should delete these.