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: VC commit missing ChangeLog message Date: Tue, 11 Nov 2008 11:25:13 -0500 Message-ID: References: <86ej1il3z7.fsf@lifelogs.com> <1226414985.525611.2969.nullmailer@null> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226420822 9496 80.91.229.12 (11 Nov 2008 16:27:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2008 16:27:02 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 11 17:28:03 2008 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 1Kzw4b-00083W-5I for ged-emacs-devel@m.gmane.org; Tue, 11 Nov 2008 17:26:37 +0100 Original-Received: from localhost ([127.0.0.1]:60587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kzw3S-0005Y0-RC for ged-emacs-devel@m.gmane.org; Tue, 11 Nov 2008 11:25:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kzw3O-0005Xe-CZ for emacs-devel@gnu.org; Tue, 11 Nov 2008 11:25:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kzw3M-0005VR-EW for emacs-devel@gnu.org; Tue, 11 Nov 2008 11:25:21 -0500 Original-Received: from [199.232.76.173] (port=58887 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kzw3M-0005VI-7j for emacs-devel@gnu.org; Tue, 11 Nov 2008 11:25:20 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:34080 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kzw3I-00038Z-N0; Tue, 11 Nov 2008 11:25:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhAFAHBAGUlFxLQU/2dsb2JhbACBdstTg1eBEQ X-IronPort-AV: E=Sophos;i="4.33,584,1220241600"; d="scan'208";a="29701797" Original-Received: from 69-196-180-20.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.20]) by ironport2-out.teksavvy.com with ESMTP; 11 Nov 2008 11:25:13 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 9D98D83F3; Tue, 11 Nov 2008 11:25:13 -0500 (EST) In-Reply-To: <1226414985.525611.2969.nullmailer@null> (Alfred M. Szmidt's message of "Tue, 11 Nov 2008 15:49:45 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105564 Archived-At: > My normal work flow is: > 1) make changes > 2) `C-x 4 a' to make a ChangeLog entry > 3) `C-x v d' to do a commit with vc > The problem is that the commit message doesn't get the ChangeLog entry I > just made. This used to happen with the PCL-CVS package and I miss the > functionality very much. C-c C-a from within the *VC-log* buffer will fetch the ChangeLog entry you just wrote. Stefan