Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Customizing article expiry
       [not found]       ` <1yh3pf0x.fsf@online.no>
@ 2002-01-07 16:28         ` Harry Putnam
  2002-01-07 16:35           ` Paul Jarc
  0 siblings, 1 reply; 5+ messages in thread
From: Harry Putnam @ 2002-01-07 16:28 UTC (permalink / raw)


The following message is a courtesy copy of an article
that has been posted to gnu.emacs.gnus as well.

pjacklam@online.no (Peter J. Acklam) writes:

[...]

>> How can I determine what `this' consists of... I mean what to
>> search for in ChangeLog?
>
> I searched for `expire' and found this...
>
>    2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
>
>            [...]
>
>            * gnus-agent.el (gnus-agent-expire-days): Doc fix.
>            (gnus-agent-expire): Allow regexp of expire-days. 

[...]

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Harry Putnam <reader@newsguy.com> writes:
>
>> How can I determine what `this' consists of... I mean what to search
>> for in ChangeLog?
>
> `gnus-agent-expire'.

Where are you guys getting these recent ChangeLogs?  When I run 
`cvs update'  today 01/07   The ChangeLog is ancient.  Most recent
entry is 01/02/02.

Should'nt cvs be updating my ChangeLog with the `cvs update' command?  




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

* Re: Customizing article expiry
  2002-01-07 16:28         ` Customizing article expiry Harry Putnam
@ 2002-01-07 16:35           ` Paul Jarc
  2002-01-07 16:58             ` Christoph Conrad
  2002-01-07 18:35             ` Harry Putnam
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Jarc @ 2002-01-07 16:35 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> wrote:
> Where are you guys getting these recent ChangeLogs?  When I run
> `cvs update'  today 01/07   The ChangeLog is ancient.  Most recent
> entry is 01/02/02.

$ find . -name ChangeLog -print -exec head -1 '{}' \;
./lisp/ChangeLog
2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
./texi/ChangeLog
2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
./contrib/ChangeLog
2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
./ChangeLog
2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>


paul



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

* Re: Customizing article expiry
  2002-01-07 16:35           ` Paul Jarc
@ 2002-01-07 16:58             ` Christoph Conrad
  2002-01-07 18:35             ` Harry Putnam
  1 sibling, 0 replies; 5+ messages in thread
From: Christoph Conrad @ 2002-01-07 16:58 UTC (permalink / raw)


Hello Paul,

you wrote:

    >> Where are you guys getting these recent ChangeLogs?  When I run
    >> `cvs update'  today 01/07   The ChangeLog is ancient.  Most recent
    >> entry is 01/02/02.
    Paul> $ find . -name ChangeLog -print -exec head -1 '{}' \;

There's a very fine tool available at

http://www.red-bean.com/cvs2cl/

,----
| This Perl script does what you think it does: it produces a GNU-style
| ChangeLog for CVS-controlled sources, by running "cvs log" and parsing
| the output. Duplicate log messages get unified in the Right Way. If
| you don't know what any of that means, then you're doing fine, just
| keep on truckin' (i.e., hit the Back button on your browser).
`----

It works recursively on a CVS tree and has some options for
controlling the output.

I call it (on Windows NT) from a batchfile with

,----
| @perl.exe -S cvs2cl.pl -S --no-wrap %1 %2 %3 %4 %5 %6 %7 %8 %9
`----

Best regards,
Christoph Conrad
-- 
TTi Entwicklungszentrum GmbH,  Elisabethstr. 16, D-52062 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.ttisystems.com
-
There are 3 kinds of people, those who can count and those who can't.




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

* Re: Customizing article expiry
  2002-01-07 16:35           ` Paul Jarc
  2002-01-07 16:58             ` Christoph Conrad
@ 2002-01-07 18:35             ` Harry Putnam
  2002-01-07 18:48               ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Harry Putnam @ 2002-01-07 18:35 UTC (permalink / raw)


prj@po.cwru.edu (Paul Jarc) writes:

> Harry Putnam <reader@newsguy.com> wrote:
>> Where are you guys getting these recent ChangeLogs?  When I run
>> `cvs update'  today 01/07   The ChangeLog is ancient.  Most recent
>> entry is 01/02/02.
>
> $ find . -name ChangeLog -print -exec head -1 '{}' \;
> ./lisp/ChangeLog
> 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
> ./texi/ChangeLog
> 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
> ./contrib/ChangeLog
> 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
> ./ChangeLog
> 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
  
Ick.. It never dawned on my there were many ChangeLogs.  So I guess
there isn't one general ChangeLog that covers all gnus eh?



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

* Re: Customizing article expiry
  2002-01-07 18:35             ` Harry Putnam
@ 2002-01-07 18:48               ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-07 18:48 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

> Ick.. It never dawned on my there were many ChangeLogs.  So I guess
> there isn't one general ChangeLog that covers all gnus eh?

No, there's one ChangeLog for each directory.  All the action is in
the lisp/ChangeLog file.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~2002-01-07 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <u1u153jr.fsf@online.no>
     [not found] ` <m1k7uwda8b.fsf@reader.newsguy.com>
     [not found]   ` <m3u1u08yxy.fsf@quimbies.gnus.org>
     [not found]     ` <x7n0zrpgzu.fsf@reader.newsguy.com>
     [not found]       ` <1yh3pf0x.fsf@online.no>
2002-01-07 16:28         ` Customizing article expiry Harry Putnam
2002-01-07 16:35           ` Paul Jarc
2002-01-07 16:58             ` Christoph Conrad
2002-01-07 18:35             ` Harry Putnam
2002-01-07 18:48               ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).