Gnus development mailing list
 help / color / mirror / Atom feed
* Pterodactyl Gnus v0.44 is released
@ 1998-11-14  4:49 Lars Magne Ingebrigtsen
  1998-11-14 10:12 ` Vladimir Volovich
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-11-14  4:49 UTC (permalink / raw)


multipart/mixed in Message.  Note that things don't really work yet --
charsets aren't done, and, well, er.  But here it is, anyway.

`C-c C-a' is the command to use if you want to experience the
all-too-likely multiple breakage.

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.43-0.44.diff.gz>.

ChangeLog since last release:

Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

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

1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* message.el (message-format-mime): New function.

	* nndraft.el (nndraft-save-mime-part): New function.
	(nndraft-get-mime-part): New function.

	* mm-encode.el (mm-default-file-encoding): New function.
	(mm-content-transfer-encoding): New function.
	(mm-encode-buffer): New function.

	* message.el: New command.
	(message-mime-part): New variable.
	(message-insert-mime-part): New command.

	* mm-encode.el (mm-encode-content-transfer-encoding): New
	function. 

	* mm-util.el (mm-content-transfer-encoding-defaults): New
	variable. 
	(mm-mime-file-types): Taken from TM.



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


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

* Re: Pterodactyl Gnus v0.44 is released
  1998-11-14  4:49 Pterodactyl Gnus v0.44 is released Lars Magne Ingebrigtsen
@ 1998-11-14 10:12 ` Vladimir Volovich
  1998-11-14 17:43   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Vladimir Volovich @ 1998-11-14 10:12 UTC (permalink / raw)


Hi,

the patch posted to ding-patches@gnus.org is broken, as it contains
some binary data:

[stuff skipped]
*** pub/pgnus/lisp/mm-encode.el	Sun Sep 13 08:27:28 1998
--- pgnus/lisp/mm-encode.el	Sat Nov 14 05:22:52 1998
***************
*** 26,31 ****
--- 26,80 ----
  
  (require 'mail-parse)
  
+ (defvar mm-mime-file-types
+   '(("\\.rtf$" "text/richtext")
[stuff skipped]
+      ("type" "compress"))
+     ("\\.lzh$" "application/octet-strea  (insert-file-contents (format "%s.%d" file part)))
  
  (d\x1a \x14_Н+     ("\\.diffs?\x02`▄D≤ 
\x02Д  
    (nndraft-possibly-change-group group)

BTW, those who use nnmbox in emacs 20.3 should notice breakage of
normal behavior, as these symbols confuse emacs, and gnus begins to
behave rather strange when working with nnmbox (try to get new
articles `g' in the group buffer, --- it will lead to enormous time
delays, also, article counts will be broken).

Anyway, Lars, could you please repeat the 0.44 patch to ding-patches?
Or was it corrupted in my mail system?

	Best regards, -- Vladimir.


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

* Re: Pterodactyl Gnus v0.44 is released
  1998-11-14 10:12 ` Vladimir Volovich
@ 1998-11-14 17:43   ` Lars Magne Ingebrigtsen
  1998-11-14 18:08     ` Vladimir Volovich
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-11-14 17:43 UTC (permalink / raw)


Vladimir Volovich <vvv@vvv.vsu.ru> writes:

> BTW, those who use nnmbox in emacs 20.3 should notice breakage of
> normal behavior, as these symbols confuse emacs, and gnus begins to
> behave rather strange when working with nnmbox (try to get new
> articles `g' in the group buffer, --- it will lead to enormous time
> delays, also, article counts will be broken).

This must be some problem with reading the mbox file literally, I
think... 

> Anyway, Lars, could you please repeat the 0.44 patch to ding-patches?
> Or was it corrupted in my mail system?

Could you look in the Incoming* file and see whether it's broken
there?

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


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

* Re: Pterodactyl Gnus v0.44 is released
  1998-11-14 17:43   ` Lars Magne Ingebrigtsen
@ 1998-11-14 18:08     ` Vladimir Volovich
  1998-11-15 17:07       ` Wes Hardaker
  0 siblings, 1 reply; 5+ messages in thread
From: Vladimir Volovich @ 1998-11-14 18:08 UTC (permalink / raw)


"LMI" == Lars Magne Ingebrigtsen writes:

 >> BTW, those who use nnmbox in emacs 20.3 should notice breakage of
 >> normal behavior, as these symbols confuse emacs, and gnus begins
 >> to behave rather strange when working with nnmbox (try to get new
 >> articles `g' in the group buffer, --- it will lead to enormous
 >> time delays, also, article counts will be broken).

 LMI> This must be some problem with reading the mbox file literally,
 LMI> I think...

Perhaps.

 >> Anyway, Lars, could you please repeat the 0.44 patch to
 >> ding-patches?  Or was it corrupted in my mail system?

 LMI> Could you look in the Incoming* file and see whether it's broken
 LMI> there?

i delete Incoming* files, sorry. i've downloaded the correct patch
from www. anyway, i wonder whether everybody else got the 0.44 patch
from ding-patches list correct.

	Best regards, -- Vladimir.


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

* Re: Pterodactyl Gnus v0.44 is released
  1998-11-14 18:08     ` Vladimir Volovich
@ 1998-11-15 17:07       ` Wes Hardaker
  0 siblings, 0 replies; 5+ messages in thread
From: Wes Hardaker @ 1998-11-15 17:07 UTC (permalink / raw)
  Cc: ding

>>>>> On 14 Nov 1998 21:08:13 +0300, Vladimir Volovich <vvv@vvv.vsu.ru> said:

LMI> Could you look in the Incoming* file and see whether it's broken
LMI> there?

Vladimir> i delete Incoming* files, sorry. i've downloaded the correct
Vladimir> patch from www. anyway, i wonder whether everybody else got
Vladimir> the 0.44 patch from ding-patches list correct.

The patch is not correct in my mail, nor is it correct in the
appropriate Incoming file.

-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


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

end of thread, other threads:[~1998-11-15 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-14  4:49 Pterodactyl Gnus v0.44 is released Lars Magne Ingebrigtsen
1998-11-14 10:12 ` Vladimir Volovich
1998-11-14 17:43   ` Lars Magne Ingebrigtsen
1998-11-14 18:08     ` Vladimir Volovich
1998-11-15 17:07       ` Wes Hardaker

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