From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72080 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.gnus.general Subject: Minor error in GNUS-NEWS - password-cache.el Date: Tue, 28 Sep 2010 12:50:41 +0800 Organization: cyberhut.org Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: dough.gmane.org 1285650156 1724 80.91.229.12 (28 Sep 2010 05:02:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Sep 2010 05:02:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20453@lists.math.uh.edu Tue Sep 28 07:02:35 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P0SKo-0007Lm-Uk for ding-account@gmane.org; Tue, 28 Sep 2010 07:02:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P0SKK-0008Hb-96; Tue, 28 Sep 2010 00:02:04 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P0SKG-0008HI-VD for ding@lists.math.uh.edu; Tue, 28 Sep 2010 00:02:00 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0SKF-000664-HT for ding@lists.math.uh.edu; Tue, 28 Sep 2010 00:02:00 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0SKE-00084N-00 for ; Tue, 28 Sep 2010 07:01:58 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0SKE-0007EZ-O2 for ding@gnus.org; Tue, 28 Sep 2010 07:01:58 +0200 Original-Received: from 121.229.129.143 ([121.229.129.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Sep 2010 07:01:58 +0200 Original-Received: from chenggao by 121.229.129.143 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Sep 2010 07:01:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 121.229.129.143 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (darwin) Cancel-Lock: sha1:I4H3Rav0TgVBBrS/YhEK5WBCCsk= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72080 Archived-At: --=-=-= Content-Type: text/plain In GNUS-NEWS, it mentions password.el, but in source its name was changed to password-cache.el. Attached is diff file to fix this. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=gnus-news.diff --- GNUS-NEWS 2010-04-22 01:29:56.000000000 +0800 +++ GNUS-NEWS.new 2010-09-28 12:48:25.000000000 +0800 @@ -50,7 +50,7 @@ The primary change this brings is support for DIGEST-MD5 and NTLM, when the server supports it. -** Gnus includes a password cache mechanism in password.el. +** Gnus includes a password cache mechanism in password-cache.el. It is enabled by default (see `password-cache'), with a short timeout of 16 seconds (see `password-cache-expiry'). If PGG is used as the PGP --=-=-=--