Gnus development mailing list
 help / color / mirror / Atom feed
* Quassia Gnus v0.4 is released
@ 1997-09-14 22:47 Lars Magne Ingebrigtsen
  1997-09-15  4:27 ` SL Baur
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-14 22:47 UTC (permalink / raw)


Bug fixes and stuff.

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

ChangeLog since last release:

Mon Sep 15 00:40:09 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

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

Mon Sep 15 00:19:07 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-sum.el (gnus-summary-goto-article): Accept Message-ID's.

Sun Sep 14 21:41:35 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-sum.el (gnus-group-make-articles-read): No params.

	* nndraft.el (nndraft-status-string): Fix.

	* gnus-draft.el (gnus-group-send-drafts): New command.

	* gnus-sum.el (gnus-compute-read-articles): Separated.
	(gnus-update-read-articles): Allow computation.

	* nndraft.el (nndraft-articles): New function.

	* message.el (message-send): Disabled test.



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


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

* Re: Quassia Gnus v0.4 is released
  1997-09-14 22:47 Quassia Gnus v0.4 is released Lars Magne Ingebrigtsen
@ 1997-09-15  4:27 ` SL Baur
  1997-09-15 23:06   ` Lars Magne Ingebrigtsen
  1997-09-15 11:56 ` Mansuriatus Shahrir Amir
  1997-09-15 14:28 ` William M. Perry
  2 siblings, 1 reply; 6+ messages in thread
From: SL Baur @ 1997-09-15  4:27 UTC (permalink / raw)


I had a left-over drafts group from a previous release and qgnus 0.3
and 0.4 went into a weird infinite loop stat'ing everything in my home 
directory until I removed it manually (rm -rf ~/Mail/drafts and
editing my .newsrc.eld) and started over.


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

* Re: Quassia Gnus v0.4 is released
  1997-09-14 22:47 Quassia Gnus v0.4 is released Lars Magne Ingebrigtsen
  1997-09-15  4:27 ` SL Baur
@ 1997-09-15 11:56 ` Mansuriatus Shahrir Amir
  1997-09-15 23:07   ` Lars Magne Ingebrigtsen
  1997-09-15 14:28 ` William M. Perry
  2 siblings, 1 reply; 6+ messages in thread
From: Mansuriatus Shahrir Amir @ 1997-09-15 11:56 UTC (permalink / raw)


Sorry this is a stupid question.

Previously I used a local news spool sucked by newsx (in Linux) and 
slurp (on NT 4.0). I'm using emacs-19.34 on both.

I tried the new nnagent feature on Quasia 0.4. However whenever I typed
"M-x gnus-unplugged", Gnus keep on asking whether to connect to my
"gnus-select-method" server, which is nntp connection to my ISP.


Is this the normal thing or my config is wrong somewhere.My config is the same
as before I use nnagent. Only thing different is now I have (gnus-agentized).

Sorry, I still am new to Gnus and nnagent especially.


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

* Re: Quassia Gnus v0.4 is released
  1997-09-14 22:47 Quassia Gnus v0.4 is released Lars Magne Ingebrigtsen
  1997-09-15  4:27 ` SL Baur
  1997-09-15 11:56 ` Mansuriatus Shahrir Amir
@ 1997-09-15 14:28 ` William M. Perry
  2 siblings, 0 replies; 6+ messages in thread
From: William M. Perry @ 1997-09-15 14:28 UTC (permalink / raw)
  Cc: ding

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

> Bug fixes and stuff.

I needed this patch to gnus-start.el... name collision with
gnus-draft-setup being defined in both gnus-start and gnus-draft.  So if
gnus-draft was already loaded (ie: your second invocation of 'gnus' in an
Emacs session) you would bomb out with an invalid # or arguments.

-Bill P.

*** gnus-start.el~	Sun Sep 14 12:25:48 1997
--- gnus-start.el	Mon Sep 15 07:33:27 1997
***************
*** 690,696 ****
  
  	  ;; Do the actual startup.
  	  (gnus-setup-news nil level dont-connect)
! 	  (gnus-draft-setup)
  	  ;; Generate the group buffer.
  	  (gnus-group-list-groups level)
  	  (gnus-group-first-unread-group)
--- 690,696 ----
  
  	  ;; Do the actual startup.
  	  (gnus-setup-news nil level dont-connect)
! 	  (gnus-maybe-create-draft-group)
  	  ;; Generate the group buffer.
  	  (gnus-group-list-groups level)
  	  (gnus-group-first-unread-group)
***************
*** 698,704 ****
  	  (gnus-group-set-mode-line)
  	  (run-hooks 'gnus-started-hook))))))
  
! (defun gnus-draft-setup ()
    "Make sure the draft group exists."
    (unless (gnus-gethash "nndraft:draft" gnus-newsrc-hashtb)
      (gnus-request-create-group "draft" '(nndraft ""))
--- 698,704 ----
  	  (gnus-group-set-mode-line)
  	  (run-hooks 'gnus-started-hook))))))
  
! (defun gnus-maybe-create-draft-group ()
    "Make sure the draft group exists."
    (unless (gnus-gethash "nndraft:draft" gnus-newsrc-hashtb)
      (gnus-request-create-group "draft" '(nndraft ""))


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

* Re: Quassia Gnus v0.4 is released
  1997-09-15  4:27 ` SL Baur
@ 1997-09-15 23:06   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-15 23:06 UTC (permalink / raw)


SL Baur <steve@xemacs.org> writes:

> I had a left-over drafts group from a previous release and qgnus 0.3
> and 0.4 went into a weird infinite loop stat'ing everything in my home 
> directory until I removed it manually (rm -rf ~/Mail/drafts and
> editing my .newsrc.eld) and started over.

Huh.

I've now renamed the drafts group to "nndraft:drafts", which is a
better name, as well as not clashing with the old-type drafts group. 

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


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

* Re: Quassia Gnus v0.4 is released
  1997-09-15 11:56 ` Mansuriatus Shahrir Amir
@ 1997-09-15 23:07   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-15 23:07 UTC (permalink / raw)


Mansuriatus Shahrir Amir <mansur@tm.net.my> writes:

> I tried the new nnagent feature on Quasia 0.4. However whenever I typed
> "M-x gnus-unplugged", Gnus keep on asking whether to connect to my
> "gnus-select-method" server, which is nntp connection to my ISP.

You must make that method be covered by the agent.  `J a' in the
server buffer.

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


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

end of thread, other threads:[~1997-09-15 23:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-14 22:47 Quassia Gnus v0.4 is released Lars Magne Ingebrigtsen
1997-09-15  4:27 ` SL Baur
1997-09-15 23:06   ` Lars Magne Ingebrigtsen
1997-09-15 11:56 ` Mansuriatus Shahrir Amir
1997-09-15 23:07   ` Lars Magne Ingebrigtsen
1997-09-15 14:28 ` William M. Perry

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