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 21:38:39 -0500 Message-ID: References: <86ej1il3z7.fsf@lifelogs.com> <1226414985.525611.2969.nullmailer@null> <8663mukybp.fsf@lifelogs.com> <200811111658.mABGwYR1004191@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226457536 5067 80.91.229.12 (12 Nov 2008 02:38:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2008 02:38:56 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 12 03:39:57 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 1L05e9-0007uk-1F for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2008 03:39:57 +0100 Original-Received: from localhost ([127.0.0.1]:50406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L05d0-0002aK-V2 for ged-emacs-devel@m.gmane.org; Tue, 11 Nov 2008 21:38:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L05cx-0002aC-0W for emacs-devel@gnu.org; Tue, 11 Nov 2008 21:38:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L05cw-0002a0-J2 for emacs-devel@gnu.org; Tue, 11 Nov 2008 21:38:42 -0500 Original-Received: from [199.232.76.173] (port=54126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L05cw-0002Zx-Ck for emacs-devel@gnu.org; Tue, 11 Nov 2008 21:38:42 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:21940) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L05cw-0004cQ-Hs for emacs-devel@gnu.org; Tue, 11 Nov 2008 21:38:42 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhAFAJ7QGUlFxLQU/2dsb2JhbACBdstBg1eBEYIh X-IronPort-AV: E=Sophos;i="4.33,587,1220241600"; d="scan'208";a="29749399" Original-Received: from 69-196-180-20.dsl.teksavvy.com (HELO ceviche.home) ([69.196.180.20]) by ironport2-out.teksavvy.com with ESMTP; 11 Nov 2008 21:38:42 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 26B9170640; Tue, 11 Nov 2008 21:38:39 -0500 (EST) In-Reply-To: <200811111658.mABGwYR1004191@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Tue, 11 Nov 2008 08:58:34 -0800 (PST)") 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:105591 Archived-At: >> 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'. It would not belong in VC but in log-edit.el. Stefan