Gnus development mailing list
 help / color / mirror / Atom feed
* Quassia Gnus v0.10 is released
@ 1997-09-23  5:46 Lars Magne Ingebrigtsen
  1997-09-23  6:52 ` SL Baur
       [not found] ` <x790wmenzc.fsf@peorth.gweep.net>
  0 siblings, 2 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-23  5:46 UTC (permalink / raw)


Read the GNUS-NEWS file, Luke.

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

ChangeLog since last release:

Tue Sep 23 07:45:11 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

	* gnus.el: Quassia Gnus v0.10 is released.

Tue Sep 23 01:41:04 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-sum.el (gnus-read-all-headers): New function.
	(gnus-select-newsgroup): Use it.
	(gnus-summary-refer-thread): Ditto.
	(gnus-refer-thread-limit): New variable.
	(gnus-summary-refer-thread): Use it.

	* gnus-nocem.el (gnus-nocem-message-wanted-p): New function.
	(gnus-nocem-check-article): Use it.
	(gnus-nocem-issuers): Dox ofx.

	* dgnushack.el (dgnushack-compile): Check for cus-edit.

	* message.el (message-included-forward-headers): Include Mime
	headers. 
	(message-send): Allow posting without confirming from Agent.

Mon Sep 22 05:43:14 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* dgnushack.el (byte-compile-warnings): Don't warn about obsolete
	variables. 

	* gnus-sum.el (gnus-summary-refer-thread): New command and
	keystroke. 
	(gnus-summary-limit-include-thread): New command and keystroke. 
	(gnus-summary-articles-in-thread): New function.
	(gnus-articles-in-thread): Renamed.



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


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

* Re: Quassia Gnus v0.10 is released
  1997-09-23  5:46 Quassia Gnus v0.10 is released Lars Magne Ingebrigtsen
@ 1997-09-23  6:52 ` SL Baur
  1997-09-23 14:19   ` Hrvoje Niksic
  1997-09-23 23:47   ` Lars Magne Ingebrigtsen
       [not found] ` <x790wmenzc.fsf@peorth.gweep.net>
  1 sibling, 2 replies; 8+ messages in thread
From: SL Baur @ 1997-09-23  6:52 UTC (permalink / raw)


If custom is no longer being distributed with Gnus, then there is no
need for x-overlay.el, I believe.

Here are some fixes for some typos in gnus.texi:

1997-09-22  SL Baur  <steve@altair.xemacs.org>

	* gnus.texi (Finding the Parent): Fix typo.
	(NoCeM): Fix typos.

===================================================================
RCS file: RCS/gnus.texi,v
retrieving revision 1.10
diff -u -r1.10 gnus.texi
--- gnus.texi	1997/09/23 06:32:49	1.10
+++ gnus.texi	1997/09/23 06:46:54
@@ -6632,7 +6632,7 @@
 @cindex parent articles
 @cindex referring articles
 
-@code @kbd
+@table @kbd
 @item ^
 @kindex ^ (Summary)
 @findex gnus-summary-refer-parent-article
@@ -14086,14 +14086,14 @@
 @samp{troll} messages, you'd say:
 
 @lisp
-("clewis@ferret.ocunix.on.ca" ".*" (not "troll"))
+("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
 @end lisp
 
 On the other hand, if you just want nothing but his @samp{spam} and
 @samp{spew} messages, you'd say:
 
 @lisp
-("clewis@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
+("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
 @end lisp
 
 The specs are applied left-to-right.


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

* Re: Quassia Gnus v0.10 is released
  1997-09-23  6:52 ` SL Baur
@ 1997-09-23 14:19   ` Hrvoje Niksic
  1997-09-23 15:44     ` Per Abrahamsen
  1997-09-23 23:47   ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 8+ messages in thread
From: Hrvoje Niksic @ 1997-09-23 14:19 UTC (permalink / raw)


SL Baur <steve@xemacs.org> writes:

> If custom is no longer being distributed with Gnus, then there is no
> need for x-overlay.el, I believe.

There is.  Gnus uses overlays, too.  overlay.el is not available on
XEmacs 19.14.  Once Gnus no longer supports 19.14, we can remove
x-overlay.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Which is worse: ignorance or apathy?  Who knows?  Who cares?


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

* Re: Quassia Gnus v0.10 is released
  1997-09-23 14:19   ` Hrvoje Niksic
@ 1997-09-23 15:44     ` Per Abrahamsen
  1997-09-23 18:33       ` Hrvoje Niksic
  0 siblings, 1 reply; 8+ messages in thread
From: Per Abrahamsen @ 1997-09-23 15:44 UTC (permalink / raw)



Hrvoje Niksic <hniksic@srce.hr> writes:

> There is.  Gnus uses overlays, too.  

Really?  Gnus doesn't (require 'overlay) outside widget.


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

* Re: Quassia Gnus v0.10 is released
  1997-09-23 15:44     ` Per Abrahamsen
@ 1997-09-23 18:33       ` Hrvoje Niksic
  0 siblings, 0 replies; 8+ messages in thread
From: Hrvoje Niksic @ 1997-09-23 18:33 UTC (permalink / raw)


Per Abrahamsen <abraham@dina.kvl.dk> writes:

> Hrvoje Niksic <hniksic@srce.hr> writes:
> 
> > There is.  Gnus uses overlays, too.  
> 
> Really?  Gnus doesn't (require 'overlay) outside widget.

You are right...  I was erroneously refering to my email exchange with 
Lars where I was saying Gnus *should* use the overlay library.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Speak softly and carry a +6 two-handed sword.


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

* Re: Quassia Gnus v0.10 is released
  1997-09-23  6:52 ` SL Baur
  1997-09-23 14:19   ` Hrvoje Niksic
@ 1997-09-23 23:47   ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-23 23:47 UTC (permalink / raw)


SL Baur <steve@xemacs.org> writes:

> If custom is no longer being distributed with Gnus, then there is no
> need for x-overlay.el, I believe.

I've now removed it from the distribution.

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


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

* Re: Quassia Gnus v0.10 is released
       [not found]   ` <x7zpp1jq5r.fsf@peorth.gweep.net>
@ 1997-09-27  3:40     ` Lars Magne Ingebrigtsen
       [not found]       ` <x7souqtcym.fsf@peorth.gweep.net>
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-27  3:40 UTC (permalink / raw)


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

> Rat> I just noticed that adding a server to the agent causes all previously
> Rat> added servers to be deleted.  To wit, it looks like the servers file
> Rat> is being overwritten rather than extended.
> 
> Poking around shows that it works properly with v0.8.  Both 0.9 and 0.10
> lose completely, so I do not think it is me this time around. :)

I'm not able to reproduce the bug.

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


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

* Re: Quassia Gnus v0.10 is released
       [not found]       ` <x7souqtcym.fsf@peorth.gweep.net>
@ 1997-10-03 21:48         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-03 21:48 UTC (permalink / raw)


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

> Found it: gnus-agentize stopped adding gnus-open-agent to
> gnus-before-startup-hook in v0.9.  Thus, gnus-agentize *ONLY* works if it
> is .gnus, now.  Otherwise, the agent is not active when Gnus starts.
> 
> A note to this effect should probably be included in the docs for those few
> who are too smart for their own good. :)

   * Then, put the following magical incantation at the end of your
     `.gnus.el' file:

          (gnus-agentize)

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


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

end of thread, other threads:[~1997-10-03 21:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-23  5:46 Quassia Gnus v0.10 is released Lars Magne Ingebrigtsen
1997-09-23  6:52 ` SL Baur
1997-09-23 14:19   ` Hrvoje Niksic
1997-09-23 15:44     ` Per Abrahamsen
1997-09-23 18:33       ` Hrvoje Niksic
1997-09-23 23:47   ` Lars Magne Ingebrigtsen
     [not found] ` <x790wmenzc.fsf@peorth.gweep.net>
     [not found]   ` <x7zpp1jq5r.fsf@peorth.gweep.net>
1997-09-27  3:40     ` Lars Magne Ingebrigtsen
     [not found]       ` <x7souqtcym.fsf@peorth.gweep.net>
1997-10-03 21:48         ` 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).