Gnus development mailing list
 help / color / mirror / Atom feed
* September Gnus 0.61 is released
@ 1996-03-29  9:47 Lars Magne Ingebrigtsen
  1996-04-01 19:35 ` Mark Borges
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-03-29  9:47 UTC (permalink / raw)


Bug fixes.

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

ChangeLog since last release:

Fri Mar 29 07:38:59 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>

	* gnus.el (gnus-read-active-file): Activate secondary groups.

Fri Mar 29 07:44:06 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>

	* nneething.el (nneething-get-head): Would return nil on proper
	heads. 

Sat Mar 23 22:19:09 1996  Per Abrahamsen  <abraham@dina.kvl.dk>

	* browse-url.el (browse-url-netscape): Start remote netscape in
	the background.  Use sentinel to start a new netscape if the
	remote can't connect.

Fri Mar 29 05:22:50 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>

	* message.el (message-send-mail): Would remove ignored news
	headers. 

	* gnus.el (gnus-news-group-p): Moved function here. 
	(gnus-summary-refer-article): Use it.
	(gnus-group-best-unread-group): Wouldn't work under topics.

	* message.el (message-cite-function): New variable.
	(message-cite-original): New function.
	(message-yank-original): Use it.
	(message-make-domain): New definition.
	(message-make-address): Ditto.
	(message-make-message-id): New definition.
	(message-insert-signature): Interactive `force' of signature.

Fri Mar 29 06:01:56 1996  Lars Magne Ingebrigtsen  <larsi@nipling.ifi.uio.no>

	* gnus-msg.el (gnus-summary-mail-other-window): Restore window
	conf. 

Thu Mar 28 10:15:06 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>

	* message.el (nnheader): Require nnheader.
	(message-mode): Doc fix.

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


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

* Re: September Gnus 0.61 is released
  1996-03-29  9:47 September Gnus 0.61 is released Lars Magne Ingebrigtsen
@ 1996-04-01 19:35 ` Mark Borges
  1996-04-01 21:59   ` browse-url.el (was Re: September Gnus 0.61 is released) Edward J. Sabol
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Borges @ 1996-04-01 19:35 UTC (permalink / raw)


>> On Fri, 29 Mar 1996 10:47:31 +0100,
>> Lars Magne Ingebrigtsen(lars) wrote:
lars> ChangeLog since last release:
...
lars> Sat Mar 23 22:19:09 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
lars> * browse-url.el (browse-url-netscape): Start remote netscape in
lars> 	the background.  Use sentinel to start a new netscape if the
lars> 	remote can't connect.

Glad to read this -- I was secretly hoping for this for some time
now. Did this get sent to Denis How as well?

Another simple patch for browse-url is appended. Denis has also merged
this trivial patch into his latest:

	;; Author: Denis Howe <dbh@doc.ic.ac.uk>
	;; Maintainer: Denis Howe <dbh@doc.ic.ac.uk>
	;; Created: 03 Apr 1995
	;; Version: 0.30 23 Mar 1996
	;; Keywords: hypertext
	;; X-Home page: http://wombat.doc.ic.ac.uk/

in case you just want to grab that.

*** browse-url.el.orig	Fri Mar  1 10:46:07 1996
--- browse-url.el	Fri Mar  1 10:48:10 1996
***************
*** 526,532 ****
  		       (list (not (eq (null browse-url-new-window-p)
  				      (null current-prefix-arg))))))
    (or (zerop
!        (apply 'call-process "netscape" nil nil nil
  	      (append browse-url-netscape-arguments
  		      (if new-window '("-noraise"))
  		      (list "-remote" 
--- 526,532 ----
  		       (list (not (eq (null browse-url-new-window-p)
  				      (null current-prefix-arg))))))
    (or (zerop
!        (apply 'call-process browse-url-netscape-command nil nil nil
  	      (append browse-url-netscape-arguments
  		      (if new-window '("-noraise"))
  		      (list "-remote" 



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

* browse-url.el (was Re: September Gnus 0.61 is released)
  1996-04-01 19:35 ` Mark Borges
@ 1996-04-01 21:59   ` Edward J. Sabol
  1996-04-02  7:28     ` Per Abrahamsen
  0 siblings, 1 reply; 4+ messages in thread
From: Edward J. Sabol @ 1996-04-01 21:59 UTC (permalink / raw)


>>> On Fri, 29 Mar 1996 10:47:31 +0100, Lars Magne Ingebrigtsen (Lars) wrote:
Lars> ChangeLog since last release:
Lars> [...]
Lars> Sat Mar 23 22:19:09 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
Lars> * browse-url.el (browse-url-netscape): Start remote netscape in
Lars> 	the background.  Use sentinel to start a new netscape if the
Lars> 	remote can't connect.

Mark> Glad to read this -- I was secretly hoping for this for some time
Mark> now. Did this get sent to Denis How as well?

I certainly hope so. Lars, let's not diverge the browse-url.el source from
Denis Howe's version! IMHO, any changes should be sent to Denis and, once
incorporated, the new version should be copied into the Gnus distribution.


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

* Re: browse-url.el (was Re: September Gnus 0.61 is released)
  1996-04-01 21:59   ` browse-url.el (was Re: September Gnus 0.61 is released) Edward J. Sabol
@ 1996-04-02  7:28     ` Per Abrahamsen
  0 siblings, 0 replies; 4+ messages in thread
From: Per Abrahamsen @ 1996-04-02  7:28 UTC (permalink / raw)



"Edward J. Sabol" <sabol@thuban.gsfc.nasa.gov> writes:

> 
> >>> On Fri, 29 Mar 1996 10:47:31 +0100, Lars Magne Ingebrigtsen (Lars) wrote:
> Lars> ChangeLog since last release:
> Lars> [...]
> Lars> Sat Mar 23 22:19:09 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
> Lars> * browse-url.el (browse-url-netscape): Start remote netscape in
> Lars> 	the background.  Use sentinel to start a new netscape if the
> Lars> 	remote can't connect.
> 
> Mark> Glad to read this -- I was secretly hoping for this for some time
> Mark> now. Did this get sent to Denis How as well?
> 
> I certainly hope so. Lars, let's not diverge the browse-url.el source from
> Denis Howe's version! IMHO, any changes should be sent to Denis and, once
> incorporated, the new version should be copied into the Gnus distribution.
> 

I sent the patch to both Lars and Denis, and Denis confirmed that he
was going to apply the patch.


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

end of thread, other threads:[~1996-04-02  7:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-29  9:47 September Gnus 0.61 is released Lars Magne Ingebrigtsen
1996-04-01 19:35 ` Mark Borges
1996-04-01 21:59   ` browse-url.el (was Re: September Gnus 0.61 is released) Edward J. Sabol
1996-04-02  7:28     ` Per Abrahamsen

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