Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus v5.2.4 is released
@ 1996-05-31  3:40 Lars Magne Ingebrigtsen
  1996-05-31  8:46 ` Gnus v5.2.4 bug report (with patch) Massimo Campostrini
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-05-31  3:40 UTC (permalink / raw)


This release should fix some of the new custom.el bugs I introduced.  

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

ChangeLog since last release:

Fri May 31 04:33:16 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>

	* custom.el (custom-face-lookup): Escape errors.

	* gnus-msg.el (gnus-inews-do-gcc): Don't do anything unless Gnus
	is alive.

	* custom.el (custom-face-lookup): Wrong number of params.

Fri May 31 00:14:17 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>

	* gnus.el (gnus-continuum-version): Also give responses to
	directory names.
	(gnus-summary-update-article): Would bug out on editing articles. 


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


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

* Gnus v5.2.4 bug report (with patch)
  1996-05-31  3:40 Gnus v5.2.4 is released Lars Magne Ingebrigtsen
@ 1996-05-31  8:46 ` Massimo Campostrini
  0 siblings, 0 replies; 2+ messages in thread
From: Massimo Campostrini @ 1996-05-31  8:46 UTC (permalink / raw)


Loading Gnus v5.2.4 in emacs 19.30 fails: in gnus-cus.el, line 473,
custom-face-lookup is called with one extra argument.  The following
patch seems to fix it (I guess it's a *reversed* patch):

*** gnus-5.2.4/lisp/gnus-cus.el	Fri May 31 10:00:34 1996
--- gnus-5.2.4/lisp/gnus-cus.el.orig	Fri May 31 05:39:08 1996
***************
*** 470,476 ****
  			  (or (= mark gnus-dormant-mark)
  			      (= mark gnus-ticked-mark)))
  		    (custom-face-lookup 
! 		     "pink" nil nil t nil nil))
  	      (cons '(and (< score default) 
  			  (or (= mark gnus-dormant-mark)
  			      (= mark gnus-ticked-mark)))
--- 470,476 ----
  			  (or (= mark gnus-dormant-mark)
  			      (= mark gnus-ticked-mark)))
  		    (custom-face-lookup 
! 		     "pink" nil nil t nil nil nil))
  	      (cons '(and (< score default) 
  			  (or (= mark gnus-dormant-mark)
  			      (= mark gnus-ticked-mark)))

        Massimo Campostrini, 
Istituto Nazionale di Fisica Nucleare, Sezione di Pisa.
WWW home page: http://www.difi.unipi.it/~campo/


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

end of thread, other threads:[~1996-05-31  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-31  3:40 Gnus v5.2.4 is released Lars Magne Ingebrigtsen
1996-05-31  8:46 ` Gnus v5.2.4 bug report (with patch) Massimo Campostrini

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