From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Changes to emacs/lisp/ChangeLog,v Date: Tue, 25 Sep 2007 13:30:51 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190741507 18044 80.91.229.12 (25 Sep 2007 17:31:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2007 17:31:47 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 25 19:31:43 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 1IaEG6-0006J9-Qq for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 19:31:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaEG3-0004d7-S4 for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 13:31:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaEFz-0004c5-TY for emacs-devel@gnu.org; Tue, 25 Sep 2007 13:31:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaEFx-0004al-T8 for emacs-devel@gnu.org; Tue, 25 Sep 2007 13:31:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaEFx-0004ai-LM for emacs-devel@gnu.org; Tue, 25 Sep 2007 13:31:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaEFx-00034o-Av for emacs-devel@gnu.org; Tue, 25 Sep 2007 13:31:33 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IaEFH-0005xd-Kr; Tue, 25 Sep 2007 13:30:51 -0400 X-Spook: Lexis-Nexis Area 51 UNSCOM colonel AIMSX event security X-Ran: qSc.Du*Xd3fe[IZ5:L*,PjxXf1`@>Csr)DZmJ7XWu2%T?*SMp:TV`B]Yb,=+Vo X-Hue: cyan X-Attribution: GM In-Reply-To: (Juanma Barranquero's message of "Tue, 25 Sep 2007 11:17:42 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:79821 Archived-At: Juanma Barranquero wrote: > 2007-09-24 Adam Hupp > > - * progmodes/python.el (run-python): Import emacs module without > + * progmodes/python.el (run-python): Import Emacs module without > waiting; prevents lockup on error. 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. > - * term/sun.el (scroll-down-in-place, scroll-up-in-place): Use > - forward-line instead of previous-line and next-line. > + * term/sun.el (scroll-down-in-place, scroll-up-in-place): > + Use forward-line instead of previous-line and next-line. Also, could you and the others who seem to have their own rules about ChangeLog formats please share them? Or modify the Emacs filling code so it does the right thing.