From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: VC commit missing ChangeLog message Date: Tue, 11 Nov 2008 08:58:34 -0800 (PST) Message-ID: <200811111658.mABGwYR1004191@mothra.ics.uci.edu> References: <86ej1il3z7.fsf@lifelogs.com> <1226414985.525611.2969.nullmailer@null> <8663mukybp.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226422761 17373 80.91.229.12 (11 Nov 2008 16:59:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2008 16:59:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 11 18:00:21 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 1Kzwb0-0007UO-El for ged-emacs-devel@m.gmane.org; Tue, 11 Nov 2008 18:00:06 +0100 Original-Received: from localhost ([127.0.0.1]:39979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzwZs-0003JR-Ju for ged-emacs-devel@m.gmane.org; Tue, 11 Nov 2008 11:58:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzwZo-0003JK-4V for emacs-devel@gnu.org; Tue, 11 Nov 2008 11:58:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzwZm-0003I2-Lp for emacs-devel@gnu.org; Tue, 11 Nov 2008 11:58:51 -0500 Original-Received: from [199.232.76.173] (port=43674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzwZm-0003Hx-GD for emacs-devel@gnu.org; Tue, 11 Nov 2008 11:58:50 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:36818) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KzwZm-0000GF-AQ for emacs-devel@gnu.org; Tue, 11 Nov 2008 11:58:50 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mABGwaqn009216; Tue, 11 Nov 2008 08:58:36 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mABGwYR1004191; Tue, 11 Nov 2008 08:58:34 -0800 (PST) In-Reply-To: <8663mukybp.fsf@lifelogs.com> (Ted Zlatanov's message of "Tue, 11 Nov 2008 10:43:38 -0600") Original-Lines: 23 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mABGwaqn009216 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:105566 Archived-At: Ted Zlatanov writes: > On Tue, 11 Nov 2008 11:25:13 -0500 Stefan Monnier wrote: > > >> 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. > > SM> C-c C-a from within the *VC-log* buffer will fetch the ChangeLog entry > SM> you just wrote. > > I wonder if it could: > > 1) always be called on opening the *VC-log* buffer, since it's harmless It could and it should, just nobody has done the work yet to do it... If you are interested, it can be done `vc-checkin' by initializing the `initial-contents' parameter before the call to `vc-start-log-entry'.