From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8510 invoked by alias); 18 Jun 2013 15:04:10 -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 8491 invoked by uid 89); 18 Jun 2013 15:04:07 -0000 X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 18 Jun 2013 15:04:06 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5IF45Tx012527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 18 Jun 2013 11:04:05 -0400 Received: from host2.jankratochvil.net (ovpn-116-40.ams2.redhat.com [10.36.116.40]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r5IF425R028949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 18 Jun 2013 11:04:04 -0400 Date: Tue, 18 Jun 2013 15:09:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [patch] ChangeLog width 74 -> 80 Message-ID: <20130618150401.GA24795@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-06/txt/msg00421.txt.bz2 Hi, currently ChangeLog has Emacs rule for 74 columns which is also documented at: http://sourceware.org/gdb/wiki/ContributionChecklist ChangeLog standard max-line-length is 74. Plus code comments should be formatted to 72 columns (unwritten rule, I haven't found it anywhere) and code should be formatted to 80 columns. One has to reconfigure editor several times a minute, what about unifying everything to 80 columns (including the comments formatting). 80 columns is already a narrow column on the left of the screen on displays nowadays. Jan gdb/ 2013-06-18 Jan Kratochvil * ChangeLog: Change fill-column rule from 74 to 80. --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -7060,7 +7060,7 @@ For older changes see ChangeLog-2012. Local Variables: mode: change-log left-margin: 8 -fill-column: 74 +fill-column: 80 version-control: never coding: utf-8 End: