From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#19341: Change Log mode filling of multi-line file lists Date: Wed, 10 Dec 2014 16:07:58 -0500 Message-ID: <7bsignqklt.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1418245756 8719 80.91.229.3 (10 Dec 2014 21:09:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2014 21:09:16 +0000 (UTC) To: 19341@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 10 22:09:09 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1XyoVQ-00036i-1E for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Dec 2014 22:09:08 +0100 Original-Received: from localhost ([::1]:47975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyoVP-0006rT-FK for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Dec 2014 16:09:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyoVL-0006qN-8J for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2014 16:09:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyoVK-000481-FM for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2014 16:09:03 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyoVK-00047p-DI for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2014 16:09:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XyoVJ-0008Nn-UV for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2014 16:09:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Dec 2014 21:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 19341 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.141824568132124 (code B ref -1); Wed, 10 Dec 2014 21:09:01 +0000 Original-Received: (at submit) by debbugs.gnu.org; 10 Dec 2014 21:08:01 +0000 Original-Received: from localhost ([127.0.0.1]:42044 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XyoUL-0008M1-AH for submit@debbugs.gnu.org; Wed, 10 Dec 2014 16:08:01 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:54499 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XyoUI-0008Lp-Vw for submit@debbugs.gnu.org; Wed, 10 Dec 2014 16:07:59 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XyoUI-0000Sq-7z; Wed, 10 Dec 2014 16:07:58 -0500 X-Spook: Ceridian MP5K-SD InfoSec corporate security smuggle X-Ran: d.W{W>4g($dZst`],6_!g:!{.D@ak8Eqa4;XR}t[xu|O.6\%1_LO,RH%-\Rrr41mQmf|kr X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:97169 Archived-At: Package: emacs Version: 24.4 Severity: minor I can't find the reference for why I think this, so maybe I'm just wrong, but I always thought that multi-line file lists should be written in ChangeLogs as: * file1, file2, file3, file4, file5, file6, file7, file8, file9: * file10, file11: But Change Log mode fills such lines as: * file1, file2, file3, file4, file5, file6, file7, file8, file9, file10, file11: Please could it use the former format. TIA.