Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50376 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16376 invoked from network); 19 Nov 2010 00:23:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2010 00:23:57 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain iki.fi designates 213.243.153.188 as permitted sender) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 213.243.153.188 filtteri5.pp.htv.fi Linux 2.6 Received: from [213.243.153.188] ([213.243.153.188:44930] helo=filtteri5.pp.htv.fi) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/91-04654-B93C5EC4 for ; Thu, 18 Nov 2010 19:23:56 -0500 Received: from localhost (localhost [127.0.0.1]) by filtteri5.pp.htv.fi (Postfix) with ESMTP id 4B2B85A616E; Fri, 19 Nov 2010 02:23:52 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at pp.htv.fi Received: from smtp6.welho.com ([213.243.153.40]) by localhost (filtteri5.pp.htv.fi [213.243.153.188]) (amavisd-new, port 10024) with ESMTP id V01+ZWjPi242; Fri, 19 Nov 2010 02:23:52 +0200 (EET) Received: from [192.168.0.10] (cs27030009.pp.htv.fi [89.27.30.9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp6.welho.com (Postfix) with ESMTPS id F37275BC004; Fri, 19 Nov 2010 02:23:51 +0200 (EET) Message-ID: <4CE5C399.40200@iki.fi> Date: Fri, 19 Nov 2010 02:23:53 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: PHP internals list References: <1290119979.16819.228.camel@guybrush> In-Reply-To: <1290119979.16819.228.camel@guybrush> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Restructuring NEWS? From: jani.taskinen@iki.fi (Jani Taskinen) 19.11.2010 0:39, Johannes Schlüter kirjoitti: > Hi, > > after the 5.3.3 release I was approached with the request to restructure > the NEWS file -- for instance by grouping entries by extension -- so > users can identify whether there are bug fixes relevant for them etc. Something that I did in trunk NEWS perhaps? I'd like a better formatted NEWS though. And get rid of those ancient Changelog* files as well. :) Ideas / examples of better format accepted, I can always implement it if time permits. It would also help if we can forget that 80 chars per line limit as well. It's 2k already and people do have bigger terminals nowadays. --Jani