From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: A request: Moving away from ChangeLog Date: Fri, 21 May 2010 15:47:31 +0200 Message-ID: <87wruxicy4.fsf@thinkpad.tsdh.de> References: <2151275B-C80E-4B40-9022-8C9054020163@gmail.com> <469766F9-7C25-4792-A203-B241C22E2ED5@gmail.com> <94D31A4E-B262-4E06-AE2A-9C3D43145CAC@gmail.com> <7D47FD95-8C8D-4540-864A-D2C76B998A52@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38816 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFSna-0004Qb-5e for emacs-orgmode@gnu.org; Fri, 21 May 2010 10:02:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFSZr-0002FG-Fv for emacs-orgmode@gnu.org; Fri, 21 May 2010 09:47:55 -0400 Received: from lo.gmane.org ([80.91.229.12]:53786) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFSZm-0002Bo-JS for emacs-orgmode@gnu.org; Fri, 21 May 2010 09:47:48 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OFSZg-0003Jw-Im for emacs-orgmode@gnu.org; Fri, 21 May 2010 15:47:40 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2010 15:47:40 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2010 15:47:40 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org John Wiegley writes: Hi John, > Line 1 is a <50 character short description > > Line 3 starts a 72-column full commit entry, formatted just like a > ChangeLog entry, but without leading whitespace or '*'. If a changed > file is mentioned, the mention isn't repeated by git-changelog; but > if it's not mentioned, it gets added automatically to the generated > ChangeLog. I think it would be better if line 3+ would be exact ChangeLog entries format-wise, so that you can still use emacs' ChangeLog facilities (`add-change-log-entry'). I don't really want to write the changed file and function names on my own, and adding them correctly is exactly what that function does very well. Bye, Tassilo