From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1915 invoked by alias); 18 Jun 2013 21:09:15 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 1906 invoked by uid 89); 18 Jun 2013 21:09:15 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 18 Jun 2013 21:09:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A85FD1C6852; Tue, 18 Jun 2013 17:09:12 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BX3uRjTLCySw; Tue, 18 Jun 2013 17:09:12 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6FE271C6842; Tue, 18 Jun 2013 17:09:12 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 578BAC2B5F; Tue, 18 Jun 2013 14:09:10 -0700 (PDT) Date: Tue, 18 Jun 2013 21:35:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [patch] ChangeLog width 74 -> 80 Message-ID: <20130618210910.GC5560@adacore.com> References: <20130618150401.GA24795@host2.jankratochvil.net> <51C07B94.3080606@redhat.com> <20130618153005.GA26742@host2.jankratochvil.net> <51C07FCC.6090706@redhat.com> <20130618154752.GA27499@host2.jankratochvil.net> <51C08639.4080506@redhat.com> <20130618175322.GA490@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130618175322.GA490@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00465.txt.bz2 FWIW, I find 80 characters to be too long, and more difficult to read. I thought 74 characters was a good compromise, so why not standardize on that? -- Joel