From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: What to use for file lists from particular authors? Date: Sat, 02 Apr 2005 20:58:42 +0300 Message-ID: <01c537ad$Blat.v2.4$c07e4de0@zahav.net.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1112465140 1327 80.91.229.2 (2 Apr 2005 18:05:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2005 18:05:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 02 20:05:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DHmzZ-00009B-8R for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2005 20:05:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHn15-0005j3-5l for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2005 13:06:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHn0c-0005eZ-3D for emacs-devel@gnu.org; Sat, 02 Apr 2005 13:06:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHn0W-0005bp-7v for emacs-devel@gnu.org; Sat, 02 Apr 2005 13:06:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHn0W-0005au-3G for emacs-devel@gnu.org; Sat, 02 Apr 2005 13:06:04 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHmxJ-0000lF-Ad; Sat, 02 Apr 2005 13:02:45 -0500 Original-Received: from zaretski (IGLD-80-230-67-97.inter.net.il [80.230.67.97]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EBI17002 (AUTH halo1); Sat, 2 Apr 2005 21:02:31 +0300 (IDT) Original-To: David Kastrup X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: (message from David Kastrup on Sat, 02 Apr 2005 14:57:54 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35506 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35506 > From: David Kastrup > Date: Sat, 02 Apr 2005 14:57:54 +0200 > > If I have a CVS project and I want to have a list of all files a > particular author has touched (can you spell "copyright assignment"?), > what is a good way to do that? > > Either working from a ChangeLog file, or possibly better just from the > CVS, would be appropriate. > > I can't imagine others have not had that problem, but can't find > anything ready in Emacs. Are you looking for something like lisp/emacs-lisp/authors.el? Or did I misunderstand what you want?