Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus v5.4.10 is released
@ 1997-02-03  6:49 Lars Magne Ingebrigtsen
  1997-02-03 14:47 ` Johan Vromans
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-02-03  6:49 UTC (permalink / raw)


Bug fixes.

Get it from <URL:http://www.ifi.uio.no/~larsi/gnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".  The patch is available as
<URL:http://www.ifi.uio.no/~larsi/ding-patches/gnus-5.4.9-5.4.10.diff.gz>

ChangeLog since last release:

Mon Feb  3 07:46:33 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

	* gnus.el: Gnus v5.4.10 is released.

Mon Feb  3 05:48:09 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* message.el (message-fcc-handler-function): Doc fix.
	(message-do-fcc): Revert to 5.4.8 behavior.

	* gnus-util.el ((fboundp 'point-at-bol)): Made into defun.

	* gnus-topic.el (gnus-topic-check-topology): Skip "dummy.group".
	(gnus-group-sort-topic): Delete "dummy.group".

	* gnus-art.el (article-make-date-line): Add a newline.

	* nnkiboze.el (nnkiboze-generate-group): Check that the nov file
	exists. 

	* gnus-sum.el (gnus-summary-make-menu-bar): Moved some.

	* gnus-art.el (gnus-article-make-menu-bar): Exclude the summary
	menu. 

	* gnus.el (gnus-similar-server-opened): New function.
	(gnus-server-extend-method): Use it.

	* gnus-sum.el (gnus-data-set-header): New macro.
	(gnus-summary-edit-article-done): Update when the Message-ID is
	edited. 

	* nnml.el (nnml-request-article): Return the correct group name. 

Sat Feb  1 21:29:56 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* smiley.el (smiley-buffer): Use the `smiley-mouse-face' variable,
	not face.



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


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

* Re: Gnus v5.4.10 is released
  1997-02-03  6:49 Gnus v5.4.10 is released Lars Magne Ingebrigtsen
@ 1997-02-03 14:47 ` Johan Vromans
  1997-02-04  0:47   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Johan Vromans @ 1997-02-03 14:47 UTC (permalink / raw)


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

> 	* gnus.el: Gnus v5.4.10 is released.

1. Somehow from 5.4.5 to 5.4.10 using "expiry-wait never" is no longer
   accepted, e.g.:

   (setq gnus-newsrc-alist 
     '(("nnml+private:maillists.netfuture" 3
	((1 . 8))
	((expire
	  (7 . 8)))
	(nnml "private"
	      (nnml-address "private")
	      ((expiry-wait never))))
	...))

2. An option to have gnus write out the .newsrc.eld in editable form
   (e.g. use

	(insert (pp-to-string (symbol-value variable)))

   instead of 

 	(prin1 (symbol-value variable) (current-buffer))

would be nice.

-- Johan


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

* Re: Gnus v5.4.10 is released
  1997-02-03 14:47 ` Johan Vromans
@ 1997-02-04  0:47   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-02-04  0:47 UTC (permalink / raw)


Johan Vromans <johan_vromans@nl.compuware.com> writes:

> 1. Somehow from 5.4.5 to 5.4.10 using "expiry-wait never" is no longer
>    accepted, e.g.:
> 
>    (setq gnus-newsrc-alist 
>      '(("nnml+private:maillists.netfuture" 3
> 	((1 . 8))
> 	((expire
> 	  (7 . 8)))
> 	(nnml "private"
> 	      (nnml-address "private")
> 	      ((expiry-wait never))))
> 	...))

No -- `(expiry-wait never)' should be in the group parameters, not the
select method.

> 2. An option to have gnus write out the .newsrc.eld in editable form
>    (e.g. use
> 
> 	(insert (pp-to-string (symbol-value variable)))
> 
>    instead of 
> 
>  	(prin1 (symbol-value variable) (current-buffer))
> 
> would be nice.

I think you should just write a macro to pp-ify the current buffer.

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


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

end of thread, other threads:[~1997-02-04  0:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-02-03  6:49 Gnus v5.4.10 is released Lars Magne Ingebrigtsen
1997-02-03 14:47 ` Johan Vromans
1997-02-04  0:47   ` 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).