From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: April 7 cutover for generating ChangeLog automatically Date: Tue, 07 Apr 2015 17:27:02 +0300 Message-ID: <83lhi4hv49.fsf@gnu.org> References: <551A528C.7080008@cs.ucla.edu> <5523DA83.2000607@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1428416874 2240 80.91.229.3 (7 Apr 2015 14:27:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2015 14:27:54 +0000 (UTC) Cc: eggert@cs.ucla.edu, Emacs-devel@gnu.org, dgutov@yandex.ru To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 16:27:45 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YfUTg-0008GQ-OQ for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 16:27:44 +0200 Original-Received: from localhost ([::1]:45266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfUTg-00079J-5X for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 10:27:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfUSy-0006aK-Fy for Emacs-devel@gnu.org; Tue, 07 Apr 2015 10:27:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfUSu-0004cy-AA for Emacs-devel@gnu.org; Tue, 07 Apr 2015 10:27:00 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:45217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfUSt-0004ck-V2 for Emacs-devel@gnu.org; Tue, 07 Apr 2015 10:26:56 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NMF00E00X345M00@a-mtaout22.012.net.il> for Emacs-devel@gnu.org; Tue, 07 Apr 2015 17:26:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMF00E7SXGU1T80@a-mtaout22.012.net.il>; Tue, 07 Apr 2015 17:26:54 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185072 Archived-At: > From: Jo=C3=A3o T=C3=A1vora > Date: Tue, 7 Apr 2015 15:05:47 +0100 > Cc: Paul Eggert , Emacs Development >=20 > On Tue, Apr 7, 2015 at 2:24 PM, Dmitry Gutov wro= te: > > Hi Paul, > > > > On 03/31/2015 10:53 AM, Paul Eggert wrote: > > > >> The suggested format for commit messages will be changed slightl= y: > >> > >> - File names should be relative to the top level, e.g.: > > > > > > Shouldn't this rule be accompanied with a change in `add-change-l= og-entry'? > > Or `find-change-log'? >=20 > FWIW, If you have the multiple dummy ChangeLog buffers, I think eve= ntually > `log-edit-insert-changelog' does the right thing and inserts the to= p-level path. >=20 > Would be nice to automatically cleanup those buffers though, or not > need them at all. Create a top-level ChangeLog file with a single dummy entry, and the next add-change-log-entry will automatically find that ChangeLog and format the entry as required.