From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27028 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: 17 Nov 1999 11:20:49 -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 1035164127 22467 80.91.224.250 (21 Oct 2002 01:35:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:35:27 +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 OAA19494 for ; Wed, 17 Nov 1999 14:22:29 -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 NAB05814; Wed, 17 Nov 1999 13:22:10 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 17 Nov 1999 13:22:02 -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 NAA07782 for ; Wed, 17 Nov 1999 13:21:30 -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 OAA19464 for ; Wed, 17 Nov 1999 14:20:52 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id UAA03209 for ding@gnus.org; Wed, 17 Nov 1999 20:23:01 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: host15-101.inprise.com Original-X-Trace: quimby.gnus.org 942866581 29030 143.186.15.101 (17 Nov 1999 19:23:01 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 17 Nov 1999 19:23:01 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:27028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27028 Jan Vroonhof writes: > The advantage of Changelogs is that you can write them at the time the > change is made, not at the time of commit. This is exactly what I do. > In addition Changelogs contain the function/variable affected by the > change and there is support from Emacs to add them automatically. Yes, very useful. > Is there a way to have the same for CVS logs? What do typically do > when using CVS to document changes? use free format? Here's the beauty. I use ChangeLogs when doing development, then just use those entries for the CVS commit. It works pretty darn well. You might want to look at PCL-CVS which automates quote a bit of this for you. Lee.