unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Changes to lisp/gnus/auth-source.el
       [not found] <E1JYWDk-0005zI-2B@cvs.savannah.gnu.org>
@ 2008-03-10  1:12 ` Glenn Morris
  2008-03-10  1:33   ` Miles Bader
  2008-03-10 13:07   ` Ted Zlatanov
  0 siblings, 2 replies; 5+ messages in thread
From: Glenn Morris @ 2008-03-10  1:12 UTC (permalink / raw)
  To: tzz; +Cc: Emacs developers


> +;; 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?

> +(eval-when-compile (require 'cl))

Not needed.

> +(defgroup auth-source nil
> +  "Authentication sources."
> +  :version "22.1"

"23.1" (and a "No Gnus" comment per Gnus convention?).




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Changes to lisp/gnus/auth-source.el
  2008-03-10  1:12 ` Changes to lisp/gnus/auth-source.el Glenn Morris
@ 2008-03-10  1:33   ` Miles Bader
  2008-03-10 13:07   ` Ted Zlatanov
  1 sibling, 0 replies; 5+ messages in thread
From: Miles Bader @ 2008-03-10  1:33 UTC (permalink / raw)
  To: Glenn Morris; +Cc: tzz, Emacs developers

Glenn Morris <rgm+gmane@gnu.org> 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?

It must be a very refined defcustom... :-)

-Miles

-- 
"Though they may have different meanings, the cries of 'Yeeeee-haw!' and
 'Allahu akbar!' are, in spirit, not actually all that different."




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Changes to lisp/gnus/auth-source.el
  2008-03-10  1:12 ` Changes to lisp/gnus/auth-source.el Glenn Morris
  2008-03-10  1:33   ` Miles Bader
@ 2008-03-10 13:07   ` Ted Zlatanov
  2008-04-26 20:12     ` Reiner Steib
  1 sibling, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2008-03-10 13:07 UTC (permalink / raw)
  To: emacs-devel

On Sun, 09 Mar 2008 21:12:45 -0400 Glenn Morris <rgm+gmane@gnu.org> wrote: 

>> +(eval-when-compile (require 'cl))

GM> Not needed.

Not currently, but I will be using cl features.  Or do you mean it's
generally not needed anymore?

>> +(defgroup auth-source nil
>> +  "Authentication sources."
>> +  :version "22.1"

GM> "23.1" (and a "No Gnus" comment per Gnus convention?).

I'll make the change.

On Mon, 10 Mar 2008 10:33:15 +0900 Miles Bader <miles@gnu.org> wrote: 

MB> Glenn Morris <rgm+gmane@gnu.org> 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?

MB> It must be a very refined defcustom... :-)

I'll have a defun in there by 2012 :)

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.

I'll commit the auth-source.el copyright date fix and the version fix
with my next commit.

Ted





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Changes to lisp/gnus/auth-source.el
  2008-03-10 13:07   ` Ted Zlatanov
@ 2008-04-26 20:12     ` Reiner Steib
  2008-05-07 20:31       ` Ted Zlatanov
  0 siblings, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2008-04-26 20:12 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

On Mon, Mar 10 2008, Ted Zlatanov wrote:

> MB> Glenn Morris <rgm+gmane@gnu.org> 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?
[...]
> 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.

Please adjust the years in gnus-registry.el and the other files if
needed in the v5-10 branch.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Changes to lisp/gnus/auth-source.el
  2008-04-26 20:12     ` Reiner Steib
@ 2008-05-07 20:31       ` Ted Zlatanov
  0 siblings, 0 replies; 5+ messages in thread
From: Ted Zlatanov @ 2008-05-07 20:31 UTC (permalink / raw)
  To: emacs-devel

On Sat, 26 Apr 2008 22:12:50 +0200 Reiner Steib <reinersteib+gmane@imap.cc> wrote: 

RS> On Mon, Mar 10 2008, Ted Zlatanov wrote:
MB> Glenn Morris <rgm+gmane@gnu.org> 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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-07 20:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1JYWDk-0005zI-2B@cvs.savannah.gnu.org>
2008-03-10  1:12 ` Changes to lisp/gnus/auth-source.el Glenn Morris
2008-03-10  1:33   ` Miles Bader
2008-03-10 13:07   ` Ted Zlatanov
2008-04-26 20:12     ` Reiner Steib
2008-05-07 20:31       ` Ted Zlatanov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).