unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* src/ChangeLog
@ 2007-09-22  0:56 Nick Roberts
  2007-09-22 15:48 ` src/ChangeLog Richard Stallman
  2007-09-24  1:00 ` src/ChangeLog Dan Nicolaescu
  0 siblings, 2 replies; 7+ messages in thread
From: Nick Roberts @ 2007-09-22  0:56 UTC (permalink / raw)
  To: emacs-devel


I see src/ChangeLog has been split into src/ChangeLog and src/ChangeLog.10
at the date at which version 22.1 was released (2007-06-02).  I think it
should be split here:

2007-04-24  Chong Yidong  <cyd@stupidchicken.com>

	* Branch for 22.1.

I think I added this entry even though it has Chong's name (as he made
the branch).  I think this is the important date from the point of view of
the ChangeLog because changes after it are generally *not* in Emacs 22.1.
In particular my gpm changes, currently recorded in src/ChangeLog.10, are
only in trunk.

If someone wants to know exactly which changes after 2007-04-24 are in 22.1
they have to look at src/ChangeLog on the EMACS_@@_BASE branch, of course.

-- 
Nick                                           http://www.inet.net.nz/~nickrob

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

* Re: src/ChangeLog
  2007-09-22  0:56 src/ChangeLog Nick Roberts
@ 2007-09-22 15:48 ` Richard Stallman
  2007-09-25  9:35   ` src/ChangeLog Nick Roberts
  2007-09-24  1:00 ` src/ChangeLog Dan Nicolaescu
  1 sibling, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2007-09-22 15:48 UTC (permalink / raw)
  To: Nick Roberts; +Cc: emacs-devel

    I see src/ChangeLog has been split into src/ChangeLog and src/ChangeLog.10
    at the date at which version 22.1 was released (2007-06-02).  I think it
    should be split here:

    2007-04-24  Chong Yidong  <cyd@stupidchicken.com>

	    * Branch for 22.1.

I think you're right.  If, in a few days, you've seen no
strong counterargument, please transfer the material for
the intervening dates.

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

* Re: src/ChangeLog
  2007-09-22  0:56 src/ChangeLog Nick Roberts
  2007-09-22 15:48 ` src/ChangeLog Richard Stallman
@ 2007-09-24  1:00 ` Dan Nicolaescu
  2007-09-24  1:22   ` src/ChangeLog Juri Linkov
  2007-09-24 18:20   ` src/ChangeLog Richard Stallman
  1 sibling, 2 replies; 7+ messages in thread
From: Dan Nicolaescu @ 2007-09-24  1:00 UTC (permalink / raw)
  To: Nick Roberts; +Cc: emacs-devel

Nick Roberts <nickrob@snap.net.nz> writes:

  > I see src/ChangeLog has been split into src/ChangeLog and src/ChangeLog.10
  > at the date at which version 22.1 was released (2007-06-02).  I think it
  > should be split here:
  > 
  > 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
  > 
  > 	* Branch for 22.1.
  > 
  > I think I added this entry even though it has Chong's name (as he made
  > the branch).  I think this is the important date from the point of view of
  > the ChangeLog because changes after it are generally *not* in Emacs 22.1.
  > In particular my gpm changes, currently recorded in src/ChangeLog.10, are
  > only in trunk.
  > 
  > If someone wants to know exactly which changes after 2007-04-24 are in 22.1
  > they have to look at src/ChangeLog on the EMACS_@@_BASE branch, of course.

This makes me think that it would be great if isearch in ChangeLog
would know to start searching the next ChangeLog.XX file when getting
to the end of the current one.  We have the infrastructure to do this
now, it just needs a bit of coding...

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

* Re: src/ChangeLog
  2007-09-24  1:00 ` src/ChangeLog Dan Nicolaescu
@ 2007-09-24  1:22   ` Juri Linkov
  2007-10-05  5:50     ` src/ChangeLog Dan Nicolaescu
  2007-09-24 18:20   ` src/ChangeLog Richard Stallman
  1 sibling, 1 reply; 7+ messages in thread
From: Juri Linkov @ 2007-09-24  1:22 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: Nick Roberts, emacs-devel

>   > If someone wants to know exactly which changes after 2007-04-24 are
>   > in 22.1 they have to look at src/ChangeLog on the EMACS_@@_BASE
>   > branch, of course.
>
> This makes me think that it would be great if isearch in ChangeLog
> would know to start searching the next ChangeLog.XX file when getting
> to the end of the current one.  We have the infrastructure to do this
> now, it just needs a bit of coding...

This would be easy, but the question is in the evil details.  Once details
are agreed, the implementation is straightforward.

IIRC, there was an idea to specify the set of files to isearch
in the Local Variables section.

-- 
Juri Linkov
http://www.jurta.org/emacs/

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

* Re: src/ChangeLog
  2007-09-24  1:00 ` src/ChangeLog Dan Nicolaescu
  2007-09-24  1:22   ` src/ChangeLog Juri Linkov
@ 2007-09-24 18:20   ` Richard Stallman
  1 sibling, 0 replies; 7+ messages in thread
From: Richard Stallman @ 2007-09-24 18:20 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: nickrob, emacs-devel

    This makes me think that it would be great if isearch in ChangeLog
    would know to start searching the next ChangeLog.XX file when getting
    to the end of the current one.  We have the infrastructure to do this
    now, it just needs a bit of coding...

That would be a useful feature, but it could also be annoying.
Suppose you make a typo, so your string is not found in any of
the files.  It would read and search them all.

Here's a slightly different idea.  If you type another C-s at a
failing search, it goes to the next file in the series.

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

* Re: src/ChangeLog
  2007-09-22 15:48 ` src/ChangeLog Richard Stallman
@ 2007-09-25  9:35   ` Nick Roberts
  0 siblings, 0 replies; 7+ messages in thread
From: Nick Roberts @ 2007-09-25  9:35 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

 >     I think it should be split here:
 > 
 >     2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
 > 
 > 	    * Branch for 22.1.
 > 
 > I think you're right.  If, in a few days, you've seen no
 > strong counterargument, please transfer the material for
 > the intervening dates.

Done.

-- 
Nick                                           http://www.inet.net.nz/~nickrob

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

* Re: src/ChangeLog
  2007-09-24  1:22   ` src/ChangeLog Juri Linkov
@ 2007-10-05  5:50     ` Dan Nicolaescu
  0 siblings, 0 replies; 7+ messages in thread
From: Dan Nicolaescu @ 2007-10-05  5:50 UTC (permalink / raw)
  To: Juri Linkov; +Cc: Nick Roberts, emacs-devel

Juri Linkov <juri@jurta.org> writes:

  > >   > If someone wants to know exactly which changes after 2007-04-24 are
  > >   > in 22.1 they have to look at src/ChangeLog on the EMACS_@@_BASE
  > >   > branch, of course.
  > >
  > > This makes me think that it would be great if isearch in ChangeLog
  > > would know to start searching the next ChangeLog.XX file when getting
  > > to the end of the current one.  We have the infrastructure to do this
  > > now, it just needs a bit of coding...
  > 
  > This would be easy, but the question is in the evil details.  Once details
  > are agreed, the implementation is straightforward.

emacs uses:
ChangeLog ChangeLog.12 ChangeLog.11 ...
gcc uses:
ChangeLog ChangeLog-2006  ChangeLog-2005 ...

So it seems that ordering by the numeric suffix could work.

  > IIRC, there was an idea to specify the set of files to isearch
  > in the Local Variables section.

That's also good, but it requires knowledge to write the correct
incantation in the Local Variables section...

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

end of thread, other threads:[~2007-10-05  5:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-22  0:56 src/ChangeLog Nick Roberts
2007-09-22 15:48 ` src/ChangeLog Richard Stallman
2007-09-25  9:35   ` src/ChangeLog Nick Roberts
2007-09-24  1:00 ` src/ChangeLog Dan Nicolaescu
2007-09-24  1:22   ` src/ChangeLog Juri Linkov
2007-10-05  5:50     ` src/ChangeLog Dan Nicolaescu
2007-09-24 18:20   ` src/ChangeLog Richard Stallman

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).