From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41738 Path: main.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.gnus.general Subject: Re: Customizing article expiry Date: Mon, 07 Jan 2002 17:58:42 +0100 Organization: Church of GNU Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <1yh3pf0x.fsf@online.no> Reply-To: cc@cli.de, christoph.conrad@gmx.de NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177090 7735 80.91.224.250 (21 Oct 2002 05:11:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:11:30 +0000 (UTC) Return-Path: Original-Received: (qmail 29465 invoked from network); 7 Jan 2002 23:04:40 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Jan 2002 23:04:40 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16NioT-0001Mt-00; Mon, 07 Jan 2002 17:04:17 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 07 Jan 2002 17:04:10 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA07057 for ; Mon, 7 Jan 2002 17:04:03 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id g07N46m09445 for ding@hpc.uh.edu; Mon, 7 Jan 2002 17:04:06 -0600 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA05334 for ; Mon, 7 Jan 2002 10:58:43 -0600 (CST) Original-Received: (qmail 21509 invoked by alias); 7 Jan 2002 16:58:46 -0000 Original-Received: (qmail 21504 invoked from network); 7 Jan 2002 16:58:45 -0000 Original-Received: from gate.cli.de (212.117.64.114) by gnus.org with SMTP; 7 Jan 2002 16:58:45 -0000 Original-Received: from cli3.cli.de (cli3.cli.de [10.13.11.3]) by gate.cli.de (8.9.3/8.9.3) with ESMTP id RAA13951 for ; Mon, 7 Jan 2002 17:58:43 +0100 Original-Received: from CLI119 (cli119.cli.de [10.13.23.119]) by cli3.cli.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id g07GwgR09200 for ; Mon, 7 Jan 2002 17:58:43 +0100 Original-To: ding@gnus.org X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x5FCAAE45 In-Reply-To: (prj@po.cwru.edu's message of "Mon, 07 Jan 2002 11:35:04 -0500") Original-Lines: 37 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1.50 (i386-msvc-nt4.0.1381) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41738 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41738 Hello Paul, you wrote: >> Where are you guys getting these recent ChangeLogs? When I run >> `cvs update' today 01/07 The ChangeLog is ancient. Most recent >> entry is 01/02/02. Paul> $ find . -name ChangeLog -print -exec head -1 '{}' \; There's a very fine tool available at http://www.red-bean.com/cvs2cl/ ,---- | This Perl script does what you think it does: it produces a GNU-style | ChangeLog for CVS-controlled sources, by running "cvs log" and parsing | the output. Duplicate log messages get unified in the Right Way. If | you don't know what any of that means, then you're doing fine, just | keep on truckin' (i.e., hit the Back button on your browser). `---- It works recursively on a CVS tree and has some options for controlling the output. I call it (on Windows NT) from a batchfile with ,---- | @perl.exe -S cvs2cl.pl -S --no-wrap %1 %2 %3 %4 %5 %6 %7 %8 %9 `---- Best regards, Christoph Conrad -- TTi Entwicklungszentrum GmbH, Elisabethstr. 16, D-52062 Aachen Fon: +49 241 47051-0 Fax: +49 241 47051-89 Web: http://www.ttisystems.com - There are 3 kinds of people, those who can count and those who can't.