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: fadr Date: Wed, 24 Jun 2009 23:33:50 +0200 Message-ID: References: <87zlc0s3np.fsf@stupidchicken.com> <87y6rkp727.fsf@sphinx.net.ru> <878wjknd7c.fsf@sphinx.net.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245879254 6870 80.91.229.12 (24 Jun 2009 21:34:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2009 21:34:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Dzhus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 24 23:34:07 2009 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 1MJa6V-00078n-Op for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 23:34:04 +0200 Original-Received: from localhost ([127.0.0.1]:44876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJa6V-0005q0-5P for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 17:34:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJa6O-0005mN-Ei for emacs-devel@gnu.org; Wed, 24 Jun 2009 17:33:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJa6J-0005do-Oc for emacs-devel@gnu.org; Wed, 24 Jun 2009 17:33:55 -0400 Original-Received: from [199.232.76.173] (port=46805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJa6J-0005dS-Ki for emacs-devel@gnu.org; Wed, 24 Jun 2009 17:33:51 -0400 Original-Received: from smtp-04.vtx.ch ([212.147.0.65]:34077) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJa6I-0005dU-V0 for emacs-devel@gnu.org; Wed, 24 Jun 2009 17:33:51 -0400 Original-Received: from alfajor.home (dyn.83-228-166-055.dsl.vtx.ch [83.228.166.55]) by smtp-04.vtx.ch (VTX Services SA) with ESMTP id B1D5529AF2A; Wed, 24 Jun 2009 23:33:49 +0200 (CEST) Original-Received: by alfajor.home (Postfix, from userid 20848) id EFE0864343; Wed, 24 Jun 2009 23:33:50 +0200 (CEST) In-Reply-To: <878wjknd7c.fsf@sphinx.net.ru> (Dmitry Dzhus's message of "Tue, 23 Jun 2009 01:57:59 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111695 Archived-At: > (Sometimes the concept of ChangeLog file entry seems a duplication of > SCM commit message to me, although I admit that well written > ChangeLogs are more pleasant to read than SCM commit logs). No need to write it twice: just write the ChangeLog entry and then pull it into the commit message via C-c C-a (in *VC-Log* or *cvs-commit*). Stefan