From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26722 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: *** empty log message *** is a no-no Date: 12 Nov 1999 13:19:06 +0100 Organization: NCR METIS 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 1035163878 20940 80.91.224.250 (21 Oct 2002 01:31:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:31:18 +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 HAA01515 for ; Fri, 12 Nov 1999 07:19:33 -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 GAB26263; Fri, 12 Nov 1999 06:19:29 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Nov 1999 06:19:48 -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 GAA18809 for ; Fri, 12 Nov 1999 06:19:38 -0600 (CST) Original-Received: from viffer.oslo.metis.no (sb@viffer.oslo.metis.no [195.0.254.249]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA01509 for ; Fri, 12 Nov 1999 07:19:09 -0500 (EST) Original-Received: (from sb@localhost) by viffer.oslo.metis.no (8.8.8/8.8.8) id NAA28648; Fri, 12 Nov 1999 13:19:08 +0100 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "12 Nov 1999 13:13:49 +0100" Original-Lines: 16 User-Agent: Gnus/5.07009701 (Pterodactyl Gnus v0.97.1) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26722 >>>>> Lars Magne Ingebrigtsen : > The ChangeLogs are the log files for Gnus. So if we could get the > ChangeLog generated from the CVS logs This should be possible to do with the CVSROOT/loginfo script. > (or the other way around, preferably), that would be neat. Do you check in many files at a time? Then it should be possible to create a wrapper script for "cvs ci" that picks out the latest entry in the ChangeLog, and uses this as the log message for the checkin. But I prefer the first solution.