Gnus development mailing list
 help / color / mirror / Atom feed
* Red Gnus v0.21 is released
@ 1996-08-31  3:05 Lars Magne Ingebrigtsen
  1996-08-31  4:02 ` Steven L Baur
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-08-31  3:05 UTC (permalink / raw)


Bug fixes and new mail washing hooks.

Get it from <URL:http://www.ifi.uio.no/~larsi/rgnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".

ChangeLog since last release:

Sat Aug 31 05:05:14 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus.el: Red Gnus v0.21 is released.

Sat Aug 31 02:54:39 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>

	* gnus-topic.el (gnus-topic-goto-next-group): Go to the proper
	group when listing.

	* gnus-start.el (gnus-get-killed-groups): Mark .newsrc as needing
	saving. 

	* nnmail.el (nnmail-remove-tabs): New function.

Fri Aug 30 06:26:37 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>

	* gnus-start.el (gnus-set-default-directory): Set to directory
	file name.

	* nnmail.el (nnmail-remove-list-identifiers): New function.
	(nnmail-list-identifiers): New variable.
	(nnmail-prepare-incoming-message-hook): New variable.
	(nnmail-move-inbox): Allow nnmail-movemail-program to be a
	function. 

	* article.el (article-mime-decode-quoted-printable-buffer): New
	function.

	* nnmail.el (nnmail-prepare-incoming-header-hook): New variable.
	(nnmail-clean-whitespace-from-headers): New function.

	* nntp.el (nntp-connection-alist): New variable.
	(nntp-open-connection): Use it.
	(nntp-request-close): New function.

	* gnus-demon.el (timer): Required.

	* message.el (message-reply): Bugged out on wide replies.

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


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

* Re: Red Gnus v0.21 is released
  1996-08-31  3:05 Red Gnus v0.21 is released Lars Magne Ingebrigtsen
@ 1996-08-31  4:02 ` Steven L Baur
  1996-09-02  2:10   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Steven L Baur @ 1996-08-31  4:02 UTC (permalink / raw)


Native nntp groups (with gnus-read-active-file set to 'some) are still
showing up with *'s instead of message counts. :-(
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


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

* Re: Red Gnus v0.21 is released
  1996-08-31  4:02 ` Steven L Baur
@ 1996-09-02  2:10   ` Lars Magne Ingebrigtsen
  1996-09-02  2:39     ` Steven L Baur
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-09-02  2:10 UTC (permalink / raw)


Steven L Baur <steve@miranova.com> writes:

> Native nntp groups (with gnus-read-active-file set to 'some) are still
> showing up with *'s instead of message counts. :-(

This should work better in 0.22, I think, if it wasn't for that small
bug which made all reading impossible.  :-)

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


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

* Re: Red Gnus v0.21 is released
  1996-09-02  2:10   ` Lars Magne Ingebrigtsen
@ 1996-09-02  2:39     ` Steven L Baur
  1996-09-02  2:59       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Steven L Baur @ 1996-09-02  2:39 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

Lars> Steven L Baur <steve@miranova.com> writes:
>> Native nntp groups (with gnus-read-active-file set to 'some) are still
>> showing up with *'s instead of message counts. :-(

Lars> This should work better in 0.22, I think, if it wasn't for that small
Lars> bug which made all reading impossible.  :-)

v0.22 still has the same problem (after I applied a patch to
gnus-demon.el to allow it to byte compile).

===================================================================
RCS file: RCS/gnus-demon.el,v
retrieving revision 1.4
diff -u -r1.4 gnus-demon.el
--- gnus-demon.el	1996/08/31 03:17:14	1.4
+++ gnus-demon.el	1996/09/02 00:19:11
@@ -29,7 +29,8 @@
 (require 'gnus-int)
 (require 'nnheader)
 (require 'gnus)
-(require 'timer)
+(unless (string-match "XEmacs\\|Lucid" emacs-version)
+  (require 'timer))
 
 (defvar gnus-demon-handlers nil
   "Alist of daemonic handlers to be run at intervals.

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


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

* Re: Red Gnus v0.21 is released
  1996-09-02  2:39     ` Steven L Baur
@ 1996-09-02  2:59       ` Lars Magne Ingebrigtsen
  1996-09-02  5:25         ` Steven L Baur
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-09-02  2:59 UTC (permalink / raw)


Steven L Baur <steve@miranova.com> writes:

> v0.22 still has the same problem (after I applied a patch to
> gnus-demon.el to allow it to byte compile).

Does your nntp server support the LIST ACTIVE group command?

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


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

* Re: Red Gnus v0.21 is released
  1996-09-02  2:59       ` Lars Magne Ingebrigtsen
@ 1996-09-02  5:25         ` Steven L Baur
  0 siblings, 0 replies; 6+ messages in thread
From: Steven L Baur @ 1996-09-02  5:25 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

> Steven L Baur <steve@miranova.com> writes:
sb> v0.22 still has the same problem (after I applied a patch to
sb> gnus-demon.el to allow it to byte compile).

(v0.23 fails as well :-( )

Lars> Does your nntp server support the LIST ACTIVE group command?

Recall that my news comes through the News Server from HELL, and
whatever you are doing with Gnus 5.2/gnus-read-active-file 'some
really flies.

$ telnet news.callamer.com nntp
Trying 199.74.141.7...
Connected to twizzler.callamer.com.
Escape character is '^]'.
200 news.callamer.com InterNetNews NNRP server Netscape 1.1 951101 INN 1.4 22-Dec-93 ready (posting ok).
LIST ACTIVE
215 Newsgroups in form "group high low flags".
a.bsu.programming 0000002936 0000002921 y
a.bsu.religion 0000008724 0000008643 y
a.bsu.talk 0000003603 0000003589 y
aaa.inu-chan 0000000238 0000000239 y
ab.arnet 0000000005 0000000006 m
ab.general 0000023782 0000023710 y
ab.gov.test 0000000000 0000000001 m
ab.jobs 0000017694 0000017615 y
ab.politics 0000025708 0000025592 y
abg.acf-jugend 0000000492 0000000490 y
 ...

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


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

end of thread, other threads:[~1996-09-02  5:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-31  3:05 Red Gnus v0.21 is released Lars Magne Ingebrigtsen
1996-08-31  4:02 ` Steven L Baur
1996-09-02  2:10   ` Lars Magne Ingebrigtsen
1996-09-02  2:39     ` Steven L Baur
1996-09-02  2:59       ` Lars Magne Ingebrigtsen
1996-09-02  5:25         ` Steven L Baur

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