From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8971 invoked from network); 4 Apr 2000 00:14:45 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Apr 2000 00:14:45 -0000 Received: (qmail 29157 invoked by alias); 4 Apr 2000 00:14:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10443 Received: (qmail 29148 invoked from network); 4 Apr 2000 00:14:39 -0000 X-Authentication-Warning: natanya.us.mandrakesoft.com: chmou set sender to chmouel@mandrakesoft.com using -f To: "Bart Schaefer" Cc: Peter Stephenson , zsh-workers@sunsite.auc.dk Subject: Re: sourceforge issues References: <000403170949.ZM19534@candle.brasslantern.com> From: Chmouel Boudjnah Date: 03 Apr 2000 17:14:55 -0700 In-Reply-To: "Bart Schaefer"'s message of "Mon, 3 Apr 2000 17:09:49 -0700" Message-ID: User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "Bart Schaefer" writes: > In Emacs vc, `C-x C-v a' will update ChangeLog by incorporating all CVS logs Humm no : C-x v a runs the command vc-update-change-log which is an interactive compiled Lisp function in `vc'. (vc-update-change-log &rest ARGS) Find change log file and add entries from recent RCS/CVS logs. Normally, find log entries for all registered files in the default directory using `rcs2log', which finds CVS logs preferentially. The mark is left at the end of the text prepended to the change log. With prefix arg of C-u, only find log entries for the current buffer's file. With any numeric prefix arg, find log entries for all currently visited files that are under version control. This puts all the entries in the log for the default directory, which may not be appropriate. >>From a program, any arguments are assumed to be filenames and are passed to the `rcs2log' script after massaging to be relative to the default directory. not control-v -- MandrakeSoft Inc http://www.mandrakesoft.com Pasadena, CA USA --Chmouel