Gnus development mailing list
 help / color / mirror / Atom feed
* Red Gnus v0.75 is released
@ 1996-12-13  4:05 Lars Magne Ingebrigtsen
  1996-12-13 10:25 ` Jan Vroonhof
  1996-12-13 15:45 ` Rich Pieri
  0 siblings, 2 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-12-13  4:05 UTC (permalink / raw)


Bug fixes. 

Get it from <URL:http://www.ifi.uio.no/~larsi/rgnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".

ChangeLog since last release:

Fri Dec 13 05:05:03 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>

	* gnus.el: Red Gnus v0.75 is released.

Fri Dec 13 04:49:21 1996  Andre Deparade  <deparade@i3.informatik.rwth-aachen.de>

	* gnus-cite.el (gnus-cited-text-button-line-format-alist): Make %b
	and %e usable.

Fri Dec 13 01:06:09 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* article.el (article-decode-rfc1522): Would collate subsequent
	encodings. 

	* gnus-start.el (gnus-check-bogus-newsgroups): Use
	`map-y-or-n-p'. 

	* gnus-topic.el (gnus-topic-kill-group): Save topic contents.
	(gnus-topic-yank-group): Insert topic contents.

	* gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Changed
	default to "".

	* gnus-score.el (gnus-score-find-favourite-words): Put point at bob.

	* gnus-sum.el (gnus-summary-limit-to-age): Dox fix & interactive
	spec. 

Fri Dec 13 01:01:46 1996  David Moore  <dmoore@ucsd.edu>

	* gnus-sum.el (gnus-summary-limit-to-age): New function and
	keystroke. 

Tue Dec 10 23:42:00 1996  David Moore  <dmoore@ucsd.edu>

	* gnus-nocem.el (gnus-nocem-groups): news.lists.filters is to
	replace alt.nocem.misc

Wed Dec 11 01:15:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* nnfolder.el (nnfolder-request-expire-articles): Better message.
	(nnfolder-delete-mail): Actually delete.

	* gnus-sum.el (gnus-summary-update-info): Don't run
	`gnus-exit-group-hook'. 
	(gnus-summary-expire-articles): Do it.
	(gnus-summary-exit): Ditto.
	(gnus-summary-save-newsrc): New command and keystroke.

Wed Dec 11 00:38:12 1996  Stainless Steel Rat  <ratinox@peorth.gweep.net>

	* gnus-sum.el (gnus-simplify-buffer-fuzzy): New version.

Mon Dec  9 21:00:09 1996  David Moore  <dmoore@ucsd.edu>

	* gnus-sum.el (gnus-summary-catchup): Out dated catchup code
	removed.

	* nnvirtual.el (nnvirtual-update-read-and-marked): Work around a
	cache of active count in gnus-update-read-articles.

Mon Dec  9 22:55:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* article.el (article-emphasize): Use it.

	* gnus-util.el (gnus-put-text-property-excluding-newlines): New
	function. 

Mon Dec  9 08:38:08 1996  Per Abrahamsen  <abraham@dina.kvl.dk>

	* gnus-sum.el: Split customize groups and added links to the manual.

1996-12-08  Dave Love  <d.love@dl.ac.uk>

	* gnus-vis.el (gnus-button-alist): Allow whitespace in `<URL:...'
  	markup (rfc1738), done last, after possible partial matches.
	(gnus-button-url): Zap any whitespace from a <URL:...> match.

Mon Dec  9 02:18:35 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-art.el (gnus-button-embedded-url): New function.
	(gnus-button-alist): Use it.

	* gnus-util.el (gnus-strip-whitespace): New function.

Mon Dec  9 00:04:24 1996  Richard Stallman  <rms@gnu.ai.mit.edu>

	* gnus-start.el (gnus-read-init-file): Don't read init file when
	started with "emacs -q".



-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: Red Gnus v0.75 is released
  1996-12-13  4:05 Red Gnus v0.75 is released Lars Magne Ingebrigtsen
@ 1996-12-13 10:25 ` Jan Vroonhof
  1996-12-16 13:07   ` Lars Magne Ingebrigtsen
  1996-12-13 15:45 ` Rich Pieri
  1 sibling, 1 reply; 5+ messages in thread
From: Jan Vroonhof @ 1996-12-13 10:25 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

> Bug fixes. 

And some new ones for under the X-mas tree:

> 
> 	* gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Changed
> 	default to "".

Bad move, this line in gnus-simplify-buffer-fuzzy

      (while (re-search-forward gnus-simplify-subject-fuzzy-regexp
				nil t)
        (replace-match "" t t))

now loops indefinitely :-(
(N.B. Probably the same for the looking-at in the main loop).
Quick fix: set gnus-simplify-subject-fuzzy-regexp to "\$\$ TRY TO
MATCH ME"

I have not been able to come up with better solution.
Ideal would be if re-search-forward would handle a nil regexp more gracefully
May be time for gnus-re-search-forward?


> Tue Dec 10 23:42:00 1996  David Moore  <dmoore@ucsd.edu>
> 
> 	* gnus-nocem.el (gnus-nocem-groups): news.lists.filters is to
> 	replace alt.nocem.misc

Yipeee!!!!! (We didn't get alt.nocem.misc)


> Mon Dec  9 00:04:24 1996  Richard Stallman  <rms@gnu.ai.mit.edu>
> 
> 	* gnus-start.el (gnus-read-init-file): Don't read init file when
> 	started with "emacs -q".

rms uses Gnus too? (I think it nees a true purist to find this quirck)

Jan


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

* Re: Red Gnus v0.75 is released
  1996-12-13  4:05 Red Gnus v0.75 is released Lars Magne Ingebrigtsen
  1996-12-13 10:25 ` Jan Vroonhof
@ 1996-12-13 15:45 ` Rich Pieri
  1996-12-16  3:00   ` Steven L Baur
  1 sibling, 1 reply; 5+ messages in thread
From: Rich Pieri @ 1996-12-13 15:45 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

LMI> 	* gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Changed
LMI> 	default to "".
                   ^^
This will cause an infinite loop, because (looking-at "") will always
return t.  The default should be a space (" ") or a null string ("^$").
I initially suggested space, but in hindsight a null string is probably
better.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Charset: noconv

iQCVAwUBMrF6IZ6VRH7BJMxHAQEoFAQAiTItzqxD0g8vp+e4nwk7PfHT+lkeSyG2
E/7yrsFW1PlNbZPOs/fsnMgPG1I3+bWzHE6R3dL6AA7+NIXS58ihKjBo4qvnDzud
JK0hiAUxFTBRhfMVeaBaAVuoGQat59y/6/ZE3vdegi6h557FYhnZ3bTMILtL9SdE
THAiJ19JXas=
=09CG
-----END PGP SIGNATURE-----
-- 
Rich Pieri <rich.pieri@prescienttech.com> | Make your mark in the world, or at
      Prescient Technologies, Inc.        | least spray in each corner.
       A Stone & Webster Company          | --A cat's guide to life
  I speak for myself, not PTI or SWEC     | 


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

* Re: Red Gnus v0.75 is released
  1996-12-13 15:45 ` Rich Pieri
@ 1996-12-16  3:00   ` Steven L Baur
  0 siblings, 0 replies; 5+ messages in thread
From: Steven L Baur @ 1996-12-16  3:00 UTC (permalink / raw)


>>>>> "Rich" == Rich Pieri <rich.pieri@PrescientTech.com> writes:
>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

LMI> * gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Changed default to "".

Rich> This will cause an infinite loop, because (looking-at "") will
Rich> always return t.  The default should be a space (" ") or a null
Rich> string ("^$").  I initially suggested space, but in hindsight a
Rich> null string is probably better.

Setting it to "^$" infloops as well.  Space seems to work.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert


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

* Re: Red Gnus v0.75 is released
  1996-12-13 10:25 ` Jan Vroonhof
@ 1996-12-16 13:07   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-12-16 13:07 UTC (permalink / raw)


Jan Vroonhof <vroonhof@math.ethz.ch> writes:

> > 	* gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Changed
> > 	default to "".
> 
> Bad move, this line in gnus-simplify-buffer-fuzzy
> 
>       (while (re-search-forward gnus-simplify-subject-fuzzy-regexp
> 				nil t)
>         (replace-match "" t t))
> 
> now loops indefinitely :-(

I've now changed it back to nil and added explicit checks to ignore a
nil value.

> > Mon Dec  9 00:04:24 1996  Richard Stallman  <rms@gnu.ai.mit.edu>
> > 
> > 	* gnus-start.el (gnus-read-init-file): Don't read init file when
> > 	started with "emacs -q".
> 
> rms uses Gnus too? 

No, but he reads my code and mails me patches.  :-)

> (I think it nees a true purist to find this quirck)

I think it's an excellent idea.  I was annoyed that Gnus would read
the .gnus.el file when I started Emacs with -q, but I didn't quite
know how to fix it.  Turns out you just had to check
`init-file-user'. 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

end of thread, other threads:[~1996-12-16 13:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-12-13  4:05 Red Gnus v0.75 is released Lars Magne Ingebrigtsen
1996-12-13 10:25 ` Jan Vroonhof
1996-12-16 13:07   ` Lars Magne Ingebrigtsen
1996-12-13 15:45 ` Rich Pieri
1996-12-16  3:00   ` Steven L Baur

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