From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ChangeLogs in the elpa branch Date: Tue, 27 Sep 2011 09:05:33 -0400 Message-ID: References: <87ipofdbka.fsf@gmx.de> <877h4u2nyb.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317128748 1117 80.91.229.12 (27 Sep 2011 13:05:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2011 13:05:48 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org, Michael Albinus To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 27 15:05:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R8XLy-0006C7-Cl for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2011 15:05:42 +0200 Original-Received: from localhost ([::1]:53896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8XLx-0000Wb-RK for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2011 09:05:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8XLs-0000WO-AE for emacs-devel@gnu.org; Tue, 27 Sep 2011 09:05:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8XLr-0001wu-8B for emacs-devel@gnu.org; Tue, 27 Sep 2011 09:05:36 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:28753 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8XLr-0001wY-5Q; Tue, 27 Sep 2011 09:05:35 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAADJgU5FpZLc/2dsb2JhbABBp3h5gVMBAQQBViMFCws0EhQYDSSIC7hQhwsEoF+EQw X-IronPort-AV: E=Sophos;i="4.68,449,1312171200"; d="scan'208";a="138740679" Original-Received: from 69-165-146-220.dsl.teksavvy.com (HELO ceviche.home) ([69.165.146.220]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 27 Sep 2011 09:05:34 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id E0BCF660B6; Tue, 27 Sep 2011 09:05:33 -0400 (EDT) In-Reply-To: <877h4u2nyb.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Tue, 27 Sep 2011 21:02:04 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:144406 Archived-At: > 1. Disable the log message prompt in the vc-commit code. > 2. Add -F .emacs-vc-commit-log (or whatever the equivalent is in .bzr) > to the commit command (and maybe some sort of "up-to-date" check on > that file). > 3. Have "C-x 4 a" look for that file as well as/instead of ChangeLog, > and create it (in preference to ChangeLog) if neither is found. That's pretty much the plan, yes. We do want to store the comment in a file, so that you can write it little by little. Stefan