GNU bug report logs - #8644
font-locking of multi-author changelog entries

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Tue, 10 May 2011 19:40:02 UTC

Severity: minor

Found in version 23.3

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8644 in the body.
You can then email your comments to 8644 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8644; Package emacs. (Tue, 10 May 2011 19:40:02 GMT) Full text and rfc822 format available.

Message #3 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: submit <at> debbugs.gnu.org
Subject: font-locking of multi-author changelog entries
Date: Tue, 10 May 2011 15:39:03 -0400
Package: emacs
Severity: minor
Version: 23.3

With multi-author ChangeLog entries, eg:

2011-05-10  Me  <my <at> mine>
	    You <you <at> yours>

(I don't actually know if that's the correct format for such entries,
but I guess it is something like that), the second (and third etc if
present) author is not font-locked by change-log-mode.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8644; Package emacs. (Tue, 10 May 2011 20:18:01 GMT) Full text and rfc822 format available.

Message #6 received at 8644 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 8644 <at> debbugs.gnu.org
Subject: Re: bug#8644: font-locking of multi-author changelog entries
Date: Tue, 10 May 2011 23:17:06 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Date: Tue, 10 May 2011 15:39:03 -0400
> 
> With multi-author ChangeLog entries, eg:
> 
> 2011-05-10  Me  <my <at> mine>
> 	    You <you <at> yours>
> 
> (I don't actually know if that's the correct format for such entries,
> but I guess it is something like that), the second (and third etc if
> present) author is not font-locked by change-log-mode.

I never really understood the need for these entries.  How can two or
more people write some piece of code?  Ideas cannot be copyrighted, so
only the one who wrote the final version should be named, the rest can
be attributed as "suggested by" or whatever.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8644; Package emacs. (Tue, 10 May 2011 20:32:01 GMT) Full text and rfc822 format available.

Message #9 received at 8644 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 8644 <at> debbugs.gnu.org, Glenn Morris <rgm <at> gnu.org>
Subject: Re: bug#8644: font-locking of multi-author changelog entries
Date: Tue, 10 May 2011 22:31:02 +0200
On Tue, May 10, 2011 at 22:17, Eli Zaretskii <eliz <at> gnu.org> wrote:

> I never really understood the need for these entries.  How can two or
> more people write some piece of code?

You just denied the XP practice of "pair programming"... :-)

> Ideas cannot be copyrighted, so
> only the one who wrote the final version should be named, the rest can
> be attributed as "suggested by" or whatever.

That depends on how much was done by the other people. Sometimes the
one who didn't code a line did all design decisions. "Suggested by"
does not cover it IMHO.

    Juanma




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8644; Package emacs. (Tue, 10 May 2011 20:39:02 GMT) Full text and rfc822 format available.

Message #12 received at 8644 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 8644 <at> debbugs.gnu.org, rgm <at> gnu.org
Subject: Re: bug#8644: font-locking of multi-author changelog entries
Date: Tue, 10 May 2011 23:38:10 +0300
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Tue, 10 May 2011 22:31:02 +0200
> Cc: Glenn Morris <rgm <at> gnu.org>, 8644 <at> debbugs.gnu.org
> 
> > Ideas cannot be copyrighted, so
> > only the one who wrote the final version should be named, the rest can
> > be attributed as "suggested by" or whatever.
> 
> That depends on how much was done by the other people. Sometimes the
> one who didn't code a line did all design decisions. "Suggested by"
> does not cover it IMHO.

Design is still ideas.  We could use "design ideas suggested by..." or
anything else.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8644; Package emacs. (Tue, 10 May 2011 22:57:01 GMT) Full text and rfc822 format available.

Message #15 received at 8644 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 8644 <at> debbugs.gnu.org, Glenn Morris <rgm <at> gnu.org>
Subject: Re: bug#8644: font-locking of multi-author changelog entries
Date: Tue, 10 May 2011 19:55:59 -0300
> I never really understood the need for these entries.  How can two or
> more people write some piece of code?

AFAIK most of Emacs's code has been written by more than 2 people.
Those entries are used for cases just like that, where the code being
checked in is the result of mixing code from two persons.  Typically it
is like a separate branch developed by 2 or more people and that gets
installed as a single commit, except that usually they didn't use an
actual Bzr branch but just exchanged patches back and forth.


        Stefan




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8644; Package emacs. (Wed, 11 May 2011 16:21:02 GMT) Full text and rfc822 format available.

Message #18 received at 8644 <at> debbugs.gnu.org (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 8644 <at> debbugs.gnu.org, lekktu <at> gmail.com
Subject: Re: bug#8644: font-locking of multi-author changelog entries
Date: Wed, 11 May 2011 12:20:09 -0400
    > That depends on how much was done by the other people. Sometimes the
    > one who didn't code a line did all design decisions. "Suggested by"
    > does not cover it IMHO.

    Design is still ideas.  We could use "design ideas suggested by..." or
    anything else.

If the design ideas are at the level of details of writing the code,
they could be part of what copyright covers.  That legal distinction
is not at a sharp place.

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org, www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use free telephony http://directory.fsf.org/category/tel/




bug marked as fixed in version 24.1, send any further explanations to 8644 <at> debbugs.gnu.org and Glenn Morris <rgm <at> gnu.org> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 14 May 2011 23:59:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 12 Jun 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 12 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.