Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Pterodactyl Gnus v0.17 is released
  1998-09-06 23:37   ` Lars Magne Ingebrigtsen
@ 1998-09-06 19:25     ` Michael Harnois
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Harnois @ 1998-09-06 19:25 UTC (permalink / raw)


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

> Did you say "make" in the main pgnus directory?

Well ... uh ... er ... now I did.

-- 
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA 
mharnois@sbt.net                      aa0bt@aa0bt.ampr.org 
 "Perish discretion when it interferes with duty."
      -- Hannah More


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

* Pterodactyl Gnus v0.17 is released
@ 1998-09-06 19:37 Lars Magne Ingebrigtsen
  1998-09-06 19:44 ` Michael Harnois
  1998-09-06 20:15 ` Lars Balker Rasmussen
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-09-06 19:37 UTC (permalink / raw)


Bug 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.16-0.17.diff.gz>.

ChangeLog since last release:

Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

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

1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* time-date.el: Renamed from "date".

	* gnus.el: Removed all timezone dependencies.

	* score-mode.el: Removed.
	(gnus-score-edit-insert-date): Use date.

	* date.el (float-to-time): New function.

	* nnspool.el (nnspool-seconds-since-epoch): Removed.

	* date.el (time-to-float): New function.

	* message.el (message-make-date): Use format-time-string.
	(message-make-expires): Use make-date.

	* gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.

	* gnus-util.el (gnus-dd-mmm): Use date.
	(gnus-sortable-date): Ditto.

	* message.el (message-make-date): Take an optional time.

	* gnus: Applied patches from 5.6.43.

	* date.el (if): Use parse-time.

	* gnus-score.el (gnus-summary-score-entry): Make into a command
	again. 

	* gnus-group.el (gnus-group-get-new-news-this-group): Only call if
	gnus-agent. 

	* gnus.el (gnus-agent-meta-information-header): Moved here.

1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>

	* gnus-agent.el (gnus-agent-scoreable-headers): New variable.
	(gnus-agent-fetch-group-1): Score article headers using normal
 	group score files if the download score rule of a category/group
 	is `file'.
	(gnus-agent-fetch-group-1): Don't parse the entire .overview when
 	deciding what articles to download.
	(gnus-agent-fetch-group-1): Don't push headers through scoring and
 	predicate processing if predicate is `true' or `false'.

1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-score.el (gnus-score-load-score-alist): Bind coding system.

	* gnus-art.el (gnus-article-setup-buffer): Enable multibyte.

	* score-mode.el (score-mode-coding-system): New variable.
	(gnus-score-edit-exit): Use it.

1998-09-04  Jason R Mastaler  <jason@4b.org>

	* drums.el: Corrected typo.

1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>

	* mm-bodies.el (mm-body-encoding): Faster version.

1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-art.el (gnus-article-decode-charset): Only decode text
	things. 

	* message.el (message-output): Use rmail.

	* rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
	word part.

	* mm-util.el (mm-charset-to-coding-system): Use
	rfc2047-default-charset. 
	(mm-known-charsets): New variable.

	* message.el (message-caesar-region): Bugged out.



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


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

* Re: Pterodactyl Gnus v0.17 is released
  1998-09-06 19:37 Pterodactyl Gnus v0.17 is released Lars Magne Ingebrigtsen
@ 1998-09-06 19:44 ` Michael Harnois
  1998-09-06 23:37   ` Lars Magne Ingebrigtsen
  1998-09-06 20:15 ` Lars Balker Rasmussen
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Harnois @ 1998-09-06 19:44 UTC (permalink / raw)


While compiling gnus-summary-import-article in file /src/pgnus-0.5/lisp/gnus-sum.el:
  ** message-make-date called with 1 argument, but accepts only 0

-- 
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA 
mharnois@sbt.net                      aa0bt@aa0bt.ampr.org 
 "Perish discretion when it interferes with duty."
      -- Hannah More


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

* Re: Pterodactyl Gnus v0.17 is released
  1998-09-06 19:37 Pterodactyl Gnus v0.17 is released Lars Magne Ingebrigtsen
  1998-09-06 19:44 ` Michael Harnois
@ 1998-09-06 20:15 ` Lars Balker Rasmussen
  1998-09-06 20:41   ` Lars Balker Rasmussen
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Balker Rasmussen @ 1998-09-06 20:15 UTC (permalink / raw)



Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
> Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
> 
> 	* gnus.el: Pterodactyl Gnus v0.17 is released.

Is it my setup or is 0.17 completely broken when it comes to colouring
quoted text?

As for my earlier reports about ntemacs 20.3.1/pgnus 0.16, for 0.17
neither 
	(standard-display-european t)
	(require 'latin-1)
nor 
	(set-language-environment "Latin-1")
can present glyphs in a readable state.
-- 
Lars Balker Rasmussen                                           "Woo hoo!?"
.



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

* Re: Pterodactyl Gnus v0.17 is released
  1998-09-06 20:15 ` Lars Balker Rasmussen
@ 1998-09-06 20:41   ` Lars Balker Rasmussen
  1998-09-06 23:38     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Balker Rasmussen @ 1998-09-06 20:41 UTC (permalink / raw)



Lars Balker Rasmussen <lbr@image.dk> writes:
> As for my earlier reports about ntemacs 20.3.1/pgnus 0.16, for 0.17
> neither 
> 	(standard-display-european t)
> 	(require 'latin-1)
> nor 
> 	(set-language-environment "Latin-1")
> can present glyphs in a readable state.

Duh, I don't get it.  Now 0.16 can't either, and \201's abound.
-- 
Lars Balker Rasmussen                                           "Woo hoo!?"

	       New speaking Barbie-doll:  Mule is hard!
.



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

* Re: Pterodactyl Gnus v0.17 is released
  1998-09-06 19:44 ` Michael Harnois
@ 1998-09-06 23:37   ` Lars Magne Ingebrigtsen
  1998-09-06 19:25     ` Michael Harnois
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-09-06 23:37 UTC (permalink / raw)


Michael Harnois <mharnois@sbt.net> writes:

> While compiling gnus-summary-import-article in file /src/pgnus-0.5/lisp/gnus-sum.el:
>   ** message-make-date called with 1 argument, but accepts only 0

Did you say "make" in the main pgnus directory?

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


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

* Re: Pterodactyl Gnus v0.17 is released
  1998-09-06 20:41   ` Lars Balker Rasmussen
@ 1998-09-06 23:38     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-09-06 23:38 UTC (permalink / raw)


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

> Duh, I don't get it.  Now 0.16 can't either, and \201's abound.

Try starting Emacs with "-q -no-site-file" and just

(set-language-environment "Latin-1")

Then start pgnus, and see what happens.

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


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

end of thread, other threads:[~1998-09-06 23:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-06 19:37 Pterodactyl Gnus v0.17 is released Lars Magne Ingebrigtsen
1998-09-06 19:44 ` Michael Harnois
1998-09-06 23:37   ` Lars Magne Ingebrigtsen
1998-09-06 19:25     ` Michael Harnois
1998-09-06 20:15 ` Lars Balker Rasmussen
1998-09-06 20:41   ` Lars Balker Rasmussen
1998-09-06 23:38     ` 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).