From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59383 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS update of gnus/lisp (7 files) Date: Wed, 08 Dec 2004 10:17:15 +0900 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102468957 13980 80.91.229.6 (8 Dec 2004 01:22:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2004 01:22:37 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M7923@lists.math.uh.edu Wed Dec 08 02:22:25 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbqXA-0005kf-00 for ; Wed, 08 Dec 2004 02:22:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CbqSQ-0004sh-00; Tue, 07 Dec 2004 19:17:30 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CbqSL-0004sc-00 for ding@lists.math.uh.edu; Tue, 07 Dec 2004 19:17:25 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CbqSH-0001zo-8Y for ding@lists.math.uh.edu; Tue, 07 Dec 2004 19:17:21 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id E01883A0057 for ; Tue, 7 Dec 2004 19:17:20 -0600 (CST) Original-Received: from yahoobb218118002075.bbtec.net ([218.118.2.75] helo=) by washington.hostforweb.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.42) id 1CbqSJ-0005g2-RK; Tue, 07 Dec 2004 20:17:24 -0500 Original-To: Miles Bader X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:O0aaAvrVPL9kDGJaXzSJxAgHVTk= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59383 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59383 Hi, >>>>> In >>>>> "Miles Bader" wrote: > Date: Wednesday, December 8, 2004 @ 01:05:12 > Author: cvs > Path: /usr/local/cvsroot/gnus/lisp > Modified: ChangeLog gnus-registry.el gnus-sum.el gnus-util.el message.el > nnmail.el pop3.el The recent changes in gnus-registry.el[1], gnus-util.el[2], message.el[3] and pop3.el[4] are unwanted for the Gnus trunk because: [1] `puthash' is built-in in Emacs 21. [2] `replace-regexp-in-string' is always available in Emacs 21. [3] Now the `message-hidden' property is not used. [4] `pop3-md5' is useless. Regards,