From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26975 Path: main.gmane.org!not-for-mail From: Lee Cantey Newsgroups: gmane.emacs.gnus.general Subject: Re: *** empty log message *** is a no-no Date: 16 Nov 1999 10:13:57 -0800 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164083 22193 80.91.224.250 (21 Oct 2002 01:34:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:34:43 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA03250 for ; Tue, 16 Nov 1999 13:14:53 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB03200; Tue, 16 Nov 1999 12:14:50 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 Nov 1999 12:14:51 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA21872 for ; Tue, 16 Nov 1999 12:14:34 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA03226 for ; Tue, 16 Nov 1999 13:13:59 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id TAA03420 for ding@gnus.org; Tue, 16 Nov 1999 19:16:09 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 16 Original-NNTP-Posting-Host: host15-186.inprise.com Original-X-Trace: quimby.gnus.org 942776168 10520 143.186.15.186 (16 Nov 1999 18:16:08 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 16 Nov 1999 18:16:08 GMT User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26975 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26975 Lars Magne Ingebrigtsen writes: > I don't want to change the way I work; I just want to get better CVS > log entries. :-) > > So if there's a an entry in the ChangeLog that mentions file x.el, and > x.el has changed, then I would like for something to extract the bits > from the ChangeLog that talks about x.el and use that as the commit > message for that file. I might have missed a previous reference, but have you taken a look at the excellent PCL-CVS frontend to CVS by Stefan Monnier? It works quite nicely and will lookup entries in the ChangeLog to provide default comments. Lee.