Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus v5.2.15 is released
@ 1996-06-11  4:49 Lars Magne Ingebrigtsen
  1996-06-12 20:51 ` Richard Pieri
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-06-11  4:49 UTC (permalink / raw)


Bug fixes and POP password support.

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:

Tue Jun 11 02:29:33 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>

	* gnus-score.el (gnus-score-find-trace): Erase contents first.

	* nntp.el (nntp-send-region-to-server): Make sure the server is
	up. 

	* gnus.el (gnus-summary-edit-article-done): Reversed parameters. 

	* nnheaderxm.el: Renamed.

	* nnmail.el ((eq system-type 'windows-nt)): Moved here.

Tue Jun 11 02:11:30 1996  Lars Magne Ingebrigtsen  <larsi@eistla.ifi.uio.no>

	* nnmail.el (nnmail-pop-password): New variable.
	(nnmail-pop-password-required): New variable.
	(nnmail-move-inbox): Use them.

Mon Jun 10 21:40:13 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>

	* gnus-xmas.el (gnus-xmas-summary-recenter): Don't sit-for on
	XEmacs 19.13. 

	* gnus-picon.el (gnus-group-display-picons): `set-to-buffer'?

	* gnus.el (gnus-articles-to-read): Don't prompt for scored unless
	there are many unscored ones.
	(gnus-read-move-group-name): Prompt when group doesn't exist.
	(gnus-output-to-file): New implementation.
	(gnus-summary-save-article): Would duplicate while saving.
	(gnus-summary-save-article): Prompts wouldn't be remembered.
	(gnus-article-hide-headers): Inhibit point motion hooks. 

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


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

* Re: Gnus v5.2.15 is released
  1996-06-11  4:49 Gnus v5.2.15 is released Lars Magne Ingebrigtsen
@ 1996-06-12 20:51 ` Richard Pieri
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Pieri @ 1996-06-12 20:51 UTC (permalink / raw)


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

LMI> Bug fixes and POP password support.

POP password support will break efs.  Here is an *UNTESTED* patch that
will use efs' passwd.el if it exists, then ange-ftp's password reading.
Assuming it works :).

*** nnmail.el.orig	Wed Jun 12 16:38:46 1996
--- nnmail.el	Wed Jun 12 16:45:57 1996
***************
*** 269,276 ****
  
  ;;; Internal variables.
  
  (eval-and-compile
!   (autoload 'ange-ftp-read-passwd "ange-ftp"))
  
  (defvar nnmail-split-fancy-syntax-table
    (copy-syntax-table (standard-syntax-table))
--- 269,281 ----
  
  ;;; Internal variables.
  
+ ;; use efs's passwd.el if it exists, otherwise use ange-ftp's function
  (eval-and-compile
!   (cond ((load "passwd" t)
! 	 (fset 'nnmail-read-passwd 'read-passwd))
! 	(t
! 	 (autoload 'ange-ftp-read-passwd "ange-ftp")
! 	 (fset 'nnmail-read-passwd 'ange-ftp-read-passwd))))
  
  (defvar nnmail-split-fancy-syntax-table
    (copy-syntax-table (standard-syntax-table))
***************
*** 378,384 ****
  	    (setq password nnmail-pop-password)
  	    (when (and nnmail-pop-password-required (not nnmail-pop-password))
  	      (setq password
! 		    (ange-ftp-read-passwd
  		     (format "Password for %s: "
  			     (substring inbox (+ popmail 3))))))
  	    (message "Getting mail from post office ..."))
--- 383,389 ----
  	    (setq password nnmail-pop-password)
  	    (when (and nnmail-pop-password-required (not nnmail-pop-password))
  	      (setq password
! 		    (nnmail-read-passwd
  		     (format "Password for %s: "
  			     (substring inbox (+ popmail 3))))))
  	    (message "Getting mail from post office ..."))


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

end of thread, other threads:[~1996-06-12 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-06-11  4:49 Gnus v5.2.15 is released Lars Magne Ingebrigtsen
1996-06-12 20:51 ` Richard Pieri

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