From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Changes to emacs/lisp/ChangeLog,v Date: Tue, 25 Sep 2007 21:57:20 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190750264 17259 80.91.229.12 (25 Sep 2007 19:57:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2007 19:57:44 +0000 (UTC) Cc: Emacs developers To: "Glenn Morris" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 25 21:57:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IaGXE-00078e-2s for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 21:57:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaGXB-0000B7-6w for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 15:57:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaGX7-00008H-3X for emacs-devel@gnu.org; Tue, 25 Sep 2007 15:57:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaGX3-0008UG-Sc for emacs-devel@gnu.org; Tue, 25 Sep 2007 15:57:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaGX3-0008Tt-Mj for emacs-devel@gnu.org; Tue, 25 Sep 2007 15:57:21 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaGX3-0008W9-8d for emacs-devel@gnu.org; Tue, 25 Sep 2007 15:57:21 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1441900wxc for ; Tue, 25 Sep 2007 12:57:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=1/VSTNK7FQIn5ARXs7PL5ZCTXjJfQR2y3PJG7fOLp6U=; b=BaThgqlhwP8aQjM3M0tu1PqbgJqCqQNG41ZF5yzFuQs8opLGMabiMz5HDdV7DudGS00ZxXo/ZRpm//M6CANrXOzvfAxgSOgIsm9g9jOw36vIs22KKd6FsK9nulahvbdJ2N6u/YrB8+kHFGhnpUcIHbjjoXl/ozT1ExkrdI8VarA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EBaTbuNYugEwwVMwk9HrG03MdJxhsXaj73wXlGDE3YQ+tpdAq9r4kq4yd3iP5h2pBOGkSJpnIIrHYnYfZeTQOqZ1w3ITsWxBPOnSWXxJP0dQp/0c4mzkSF1X3mSoTR9yYX/CUQQjRUKFFXA+M2rReiEOYD8auQQKA91fztdMfQE= Original-Received: by 10.90.90.3 with SMTP id n3mr6887361agb.1190750240444; Tue, 25 Sep 2007 12:57:20 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Tue, 25 Sep 2007 12:57:20 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79847 Archived-At: On 9/25/07, Glenn Morris wrote: > To continue my morning's nit-picking, I don't think this change is > correct. The entry refers to the Python module called "emacs", not the > "Emacs" program. Sorry. My mistake. > Also, could you and the others who seem to have their own rules about > ChangeLog formats please share them? 99% of the changes I do in Changelogs are obvious errors: misspellings and typos and the like. Every now and then (but not often now) I move a word up or down so it's not alone on a line, or just after the colon. > Or modify the Emacs filling code > so it does the right thing. I think that would be a good idea. Juanma