Gnus development mailing list
 help / color / mirror / Atom feed
* Pterodactyl Gnus v0.48 is released
@ 1998-11-16  1:00 Lars Magne Ingebrigtsen
  1998-11-16  1:32 ` Karl Kleinpaste
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-11-16  1:00 UTC (permalink / raw)






Unmuletilized fixes.

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

ChangeLog since last release:

Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

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

1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* mm-bodies.el (mm-encode-body): Disbabled for nonmule.

	* mm-util.el (mm-find-charset-region): Bogus change for non-Mule.

	* message.el (message-cite-original-without-signature): Ditto. 
	(message-cite-original): Quote parts.



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


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

* Re: Pterodactyl Gnus v0.48 is released
  1998-11-16  1:00 Pterodactyl Gnus v0.48 is released Lars Magne Ingebrigtsen
@ 1998-11-16  1:32 ` Karl Kleinpaste
  1998-11-16  7:33   ` Shenghuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Karl Kleinpaste @ 1998-11-16  1:32 UTC (permalink / raw)



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

Thanx for further effort.  Trying `B m' yet again, I took a bit of
diagnostic mail I received in nnml:mailer-daemon and tried to send it
to nnml:tomb, with this result:
	________________

	Message-ID: <vxk67cge8ts.fsf@totally-fudged-out-message-id>
	Mime-Version: 1.0
	Content-Transfer-Encoding: 8bit
	Lines: 19
	Xref: pocari-sweat.jprc.com tomb:3312

	Content-Type: text/plain; charset="iso-8859-1"
	X-From-Line: news@firma.jprc.com  Sun Nov 15 07:21:04 1998
	Return-Path: <news@firma.jprc.com>
	Received: from firma.jprc.com (firma.jprc.com [207.86.147.164])
		by pocari-sweat.jprc.com (8.8.7/8.8.7) with ESMTP id HAA24850
		for <karl@pocari-sweat.jprc.com>; Sun, 15 Nov 1998 07:21:03 -0500
	Received: (from news@localhost)
		by firma.jprc.com (8.8.7/8.8.7) id HAA04254
		for news; Sun, 15 Nov 1998 07:21:02 -0500
	Date: Sun, 15 Nov 1998 07:21:02 -0500
	From: news <news@firma.jprc.com>
	Message-Id: <199811151221.HAA04254@firma.jprc.com>
	To: news@firma.jprc.com
	Subject: suck failure
	Lines: 2
	Xref: pocari-sweat.jprc.com mailer-daemon:30702

	ps:    2815

	________________

Apparently, p0.48 decided it liked a newline stuck at the top,
something I mentioned last time around.  The result was manufacture of 
a new mess o' bogus MIME headers.

I looked at it a bit w/edebug.  message-encode-message-body has at
least 2 problems, when using `B m':

- (message-goto-body) leaves (point) at 1, considering what the
  following narrow-to-region does, so the entire message is regarded
  as body content, and
- when inserting the Content-Type line, it gets put in after the
  (search-forward "\n\n"), which leaves point at the end of the
  discovered string.  Something like (forward-line -1) is in order,
  before (insert line).

I'm not sufficiently confident of what's going on here to offer
patches directly, however.


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

* Re: Pterodactyl Gnus v0.48 is released
  1998-11-16  1:32 ` Karl Kleinpaste
@ 1998-11-16  7:33   ` Shenghuo ZHU
  0 siblings, 0 replies; 3+ messages in thread
From: Shenghuo ZHU @ 1998-11-16  7:33 UTC (permalink / raw)




>>>>> "KK" == Karl Kleinpaste <karl@jprc.com> writes:

KK> I looked at it a bit w/edebug.  message-encode-message-body has at
KK> least 2 problems, when using `B m':

KK> - (message-goto-body) leaves (point) at 1, considering what the
KK>   following narrow-to-region does, so the entire message is regarded
KK>   as body content, and
KK> - when inserting the Content-Type line, it gets put in after the
KK>   (search-forward "\n\n"), which leaves point at the end of the
KK>   discovered string.  Something like (forward-line -1) is in order,
KK>   before (insert line).

KK> I'm not sufficiently confident of what's going on here to offer
KK> patches directly, however.

Do not patch message.el. 

See "Re: Problem with B m in 0.44"

-- 
Shenghuo


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

end of thread, other threads:[~1998-11-16  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-16  1:00 Pterodactyl Gnus v0.48 is released Lars Magne Ingebrigtsen
1998-11-16  1:32 ` Karl Kleinpaste
1998-11-16  7:33   ` Shenghuo ZHU

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