From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Changes to lisp/gnus/auth-source.el Date: Wed, 07 May 2008 15:31:15 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86wsm5ua98.fsf@lifelogs.com> References: <86tzjevibj.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210192103 24839 80.91.229.12 (7 May 2008 20:28:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 May 2008 20:28:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 07 22:28:58 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JtqG0-0008Kc-SS for ged-emacs-devel@m.gmane.org; Wed, 07 May 2008 22:28:57 +0200 Original-Received: from localhost ([127.0.0.1]:60306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtqFH-0006dR-Sm for ged-emacs-devel@m.gmane.org; Wed, 07 May 2008 16:28:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtqFD-0006dE-Hd for emacs-devel@gnu.org; Wed, 07 May 2008 16:28:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtqFC-0006cv-Pm for emacs-devel@gnu.org; Wed, 07 May 2008 16:28:07 -0400 Original-Received: from [199.232.76.173] (port=59330 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtqFC-0006cr-Ky for emacs-devel@gnu.org; Wed, 07 May 2008 16:28:06 -0400 Original-Received: from mail.blockstar.com ([170.224.69.95]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JtqFC-0005ZT-3u for emacs-devel@gnu.org; Wed, 07 May 2008 16:28:06 -0400 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id CF6997D90A1 for ; Wed, 7 May 2008 13:39:52 -0700 (PDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:080507:emacs-devel@gnu.org::pWHWfLgcaOXprIJ7:000000000000000000000000000000000000000000110t In-Reply-To: (Reiner Steib's message of "Sat, 26 Apr 2008 22:12:50 +0200") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96708 Archived-At: On Sat, 26 Apr 2008 22:12:50 +0200 Reiner Steib wrote: RS> On Mon, Mar 10 2008, Ted Zlatanov wrote: MB> Glenn Morris writes: >>>>> +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, >>>>> +;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. >>>> >>>> Have you really been developing this file, with its single defcustom, >>>> for 12 years? RS> [...] >> Yes, so I copied gnus-registry.el, which copied others, for the >> copyright assignment. I thought the copyright notice was for the whole >> Gnus tree, not for individual files. If this is incorrect, >> gnus-registry.el and other files may need to be adjusted too. RS> Please adjust the years in gnus-registry.el and the other files if RS> needed in the v5-10 branch. Done in CVS head and in v5-10. Thanks Ted