Gnus development mailing list
 help / color / mirror / Atom feed
* Pterodactyl Gnus v0.72 is released
@ 1999-01-20  0:51 Lars Magne Ingebrigtsen
       [not found] ` <m390eywnm1.fsf@peorth.gweep.net>
  1999-01-20 17:53 ` Lars Balker Rasmussen
  0 siblings, 2 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-20  0:51 UTC (permalink / raw)


Bug fixes.

Get it from <URL:http://www.gnus.org/pgnus.tar.gz> or
"/ftp@quimby.gnus.org:/pub/gnus/".  The patch is available as
<URL:ftp://quimby.gnus.org/pub/gnus/ding-patches/pgnus-0.71-0.72.diff.gz>.

ChangeLog since last release:

Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

	* gnus.el: Pterodactyl Gnus v0.72 is released.

1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus.el: Cleaned up trailing whitespace.

	* mm-util.el (mm-read-charset): Work.

1999-01-17  Matt Armstrong  <mattdav+matt@best.com>

	* gnus-score.el (gnus-score-find-bnews): Match regexp on the
	nnheader-translate-file-chars'd group name.

1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* message.el (message-encode-message-body): Fold case.

1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>

	* gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.

1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* mailcap.el (mailcap-add): New function.

1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
	(article-goto-body): Use it.
	(gnus-treat-article): Ditto.

	* gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
	downloaded articles from the downloadeble list.

1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* message.el (message-encode-message-body): Bind
	mail-parse-charset.

	* mm-util.el (mm-charset-synonym-alist): New variable.
	(mm-charset-to-coding-system): Use it.
	(mm-charset-coding-system-alist): Removed.
	(mm-charset-to-coding-system): Don't use it.
	(mm-find-charset-region): Use mail-parse-charset.

	* gnus-art.el (gnus-treatment-function-alist): Use
	gnus-article-display-picons.
	(gnus-treat-display-xface): Only do if we have xface feature.
	(gnus-part-display-hook): New function.
	(gnus-treat-article): Use it.
	(gnus-treat-article): Use gnus-visual.

	* gnus-msg.el (gnus-setup-posting-charset): Check elem.

	* gnus-art.el (gnus-mm-display-part): Fix the MIME button after
	displaying.

	* mm-decode.el (mm-insert-part): Use insert-buffer-substring.

	* gnus-score.el (gnus-score-find-bnews): Protect against invalid
	regexp file names.



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


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

* Re: Pterodactyl Gnus v0.72 is released
       [not found] ` <m390eywnm1.fsf@peorth.gweep.net>
@ 1999-01-20  7:01   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-20  7:01 UTC (permalink / raw)


Stainless Steel Rat <ratinox@peorth.gweep.net> writes:

> Bug in gnus-art.el:
>  (defcustom gnus-treat-display-smileys (if gnus-xemacs t nil)
> 
> Fix:
>  (defcustom gnus-treat-display-smileys (if (and gnus-xemacs (featurep 'xpm))
> 					   t nil)

Yup.  Fix in Pterodactyl Gnus v0.73.

> On second thought, all of the various gnus-xemacs tests should be thrown
> out and replaced with featurep tests.

Well, some should perhaps be, but for others we really want to know
whether we're running under XEmacs or not.

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


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

* Re: Pterodactyl Gnus v0.72 is released
  1999-01-20  0:51 Pterodactyl Gnus v0.72 is released Lars Magne Ingebrigtsen
       [not found] ` <m390eywnm1.fsf@peorth.gweep.net>
@ 1999-01-20 17:53 ` Lars Balker Rasmussen
  1999-01-21 13:00   ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 6+ messages in thread
From: Lars Balker Rasmussen @ 1999-01-20 17:53 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
> Get it from <URL:http://www.gnus.org/pgnus.tar.gz> or

Which appears to still contain pgnus-0.66.
-- 
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk


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

* Re: Pterodactyl Gnus v0.72 is released
  1999-01-20 17:53 ` Lars Balker Rasmussen
@ 1999-01-21 13:00   ` Lars Magne Ingebrigtsen
  1999-01-22  8:37     ` Steinar Bang
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-21 13:00 UTC (permalink / raw)


Lars Balker Rasmussen <lbr@mjolner.dk> writes:

> > Get it from <URL:http://www.gnus.org/pgnus.tar.gz> or
> 
> Which appears to still contain pgnus-0.66.

That should be <URL:http://www.gnus.org/dist/gnus.tar.gz>.

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


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

* Re: Pterodactyl Gnus v0.72 is released
  1999-01-21 13:00   ` Lars Magne Ingebrigtsen
@ 1999-01-22  8:37     ` Steinar Bang
  1999-01-23  8:43       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Steinar Bang @ 1999-01-22  8:37 UTC (permalink / raw)


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

> Lars Balker Rasmussen <lbr@mjolner.dk> writes:
>> > Get it from <URL:http://www.gnus.org/pgnus.tar.gz> or
>> 
>> Which appears to still contain pgnus-0.66.

> That should be <URL:http://www.gnus.org/dist/gnus.tar.gz>.

Umm... is that pgnus?  Or is that the latest gnus distribution
release? 


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

* Re: Pterodactyl Gnus v0.72 is released
  1999-01-22  8:37     ` Steinar Bang
@ 1999-01-23  8:43       ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-23  8:43 UTC (permalink / raw)


Steinar Bang <sb@metis.no> writes:

> > That should be <URL:http://www.gnus.org/dist/gnus.tar.gz>.
> 
> Umm... is that pgnus?  Or is that the latest gnus distribution
> release? 

It's pgnus, but I guess the file should also be called pgnus.tar.gz...

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


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

end of thread, other threads:[~1999-01-23  8:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-20  0:51 Pterodactyl Gnus v0.72 is released Lars Magne Ingebrigtsen
     [not found] ` <m390eywnm1.fsf@peorth.gweep.net>
1999-01-20  7:01   ` Lars Magne Ingebrigtsen
1999-01-20 17:53 ` Lars Balker Rasmussen
1999-01-21 13:00   ` Lars Magne Ingebrigtsen
1999-01-22  8:37     ` Steinar Bang
1999-01-23  8:43       ` 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).