From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1739 invoked from network); 5 Apr 2000 20:41:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Apr 2000 20:41:46 -0000 Received: (qmail 2232 invoked by alias); 5 Apr 2000 20:41:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10526 Received: (qmail 2214 invoked from network); 5 Apr 2000 20:41:22 -0000 From: "Bart Schaefer" Message-Id: <000405134113.ZM15357@candle.brasslantern.com> Date: Wed, 5 Apr 2000 13:41:13 -0700 In-Reply-To: Comments: In reply to Peter Stephenson "Re: PATCH: AIX dep.&doc fix; development guidelines" (Apr 5, 8:21pm) References: X-Mailer: Z-Mail Lite (5.0.0 30July97) To: Zsh workers Subject: Re: PATCH: AIX dep.&doc fix; development guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 5, 8:21pm, Peter Stephenson wrote: > Subject: Re: PATCH: AIX dep.&doc fix; development guidelines > "Bart Schaefer" wrote: > > Peter wants each developer to create his own. This causes some oddities > > e.g. when Sven and I were both patching today -- article number refs get > > out of order, and I had to restart my commit because Sven sneaked one in > > between my "cvs update" and finishing writing the log message. > > I'm happy to consider other ways, but this way we get the changes properly > documented up to date. If anyone has a script to generate them in > something like the current format, with applier, patch number, files > changed, and brief description, from CVS data when it is committed that > would be splendid. I've installed cvs2cl in /home/groups/zsh/bin on zsh.sourceforge.net. Here's some sample output, just the top few entries. If we actually include the article numbers in our commit logs (as pws did in the first one), then the only other thing is to replace sourceforge user identities with useful email addresses in the tag lines. (And edit out all of "akr"s one-liners from before the sourceforge site was up.) Note that I recommend that you don't allow cvs2cl to rewrite ChangeLog on its own; rather, use "cvs2cl --stdout", lop off the bottom bit that is already reflected in ChangeLog, and then paste the top bit into ChangeLog. BTW, Peter, it'd be nice if commitlogs say what actually happened to the source rather than just pointing at zsh-workers articles. Yes, the rest of the information is in the ChangeLog, but it's still be nice. 2000-04-05 12:28 pws * .distfiles, ChangeLog, Completion/User/_prcs, Doc/Zsh/compsys.yo, Doc/Zsh/expn.yo, Src/glob.c, Src/utils.c, Util/mkdisttree.sh: Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524 2000-04-05 05:06 wischnow * ChangeLog, Completion/Base/_arguments, Doc/Zsh/compsys.yo: support automatically inserted dummy in $words 2000-04-05 04:28 wischnow * ChangeLog, Completion/Debian/_apt, Completion/Debian/_bug, Completion/Debian/_dpkg, Completion/User/_chown, Completion/User/_dvi, Completion/User/_imagemagick, Completion/User/_ispell, Completion/User/_lp, Completion/User/_mount, Completion/User/_mysql_utils, Completion/User/_pbm, Completion/User/_psutils, Completion/User/_rcs, Completion/User/_rlogin, Completion/User/_ssh, Completion/User/_tiff, Completion/User/_yp, Completion/X/_xutils: use basename of commands instead of $words[1] 2000-04-05 04:07 wischnow * ChangeLog, Completion/Builtins/_zstyle, Completion/Core/_path_files, Doc/Zsh/compsys.yo, Functions/Zle/incremental-complete-word: renaming some styles 2000-04-05 03:50 wischnow * ChangeLog, Completion/Core/_files, Completion/Core/_main_complete: two small completion fixes 2000-04-05 02:20 wischnow * ChangeLog, Src/parse.c: make zwc files use the magic number as their verios, report zsh-version in error messages 2000-04-05 01:54 barts * ChangeLog, Makefile.in: Make config.h and related dependencies relative to $(sdir).