From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: SASL related files in gnus/ Date: Wed, 28 Nov 2007 03:10:15 -0500 Message-ID: <0bq9elriw.fsf@fencepost.gnu.org> References: <54a15d860710312047x3cafbba2ke000af9c0f05c2a4@mail.gmail.com> <54a15d860711111704j33ec6452r7f860131f926929e@mail.gmail.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196256780 17261 80.91.229.10 (28 Nov 2007 13:33:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Nov 2007 13:33:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 28 14:38:41 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from mail-forward.uio.no ([129.240.10.42]) by dough.gmane.org with esmtp (Exim 4.50) id 1IxKuf-000418-OD for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2007 12:17:05 +0100 Original-Received: from mail-mx5.uio.no ([129.240.10.46]) by pat.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1IxIn8-0003WG-4g for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2007 10:01:10 +0100 Original-Received: from lists.gnu.org ([199.232.76.165]) by mail-mx5.uio.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IxImr-0003dO-Rr for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2007 10:01:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxImo-0002sB-Hs for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2007 04:00:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxImc-0002eA-1A for emacs-devel@gnu.org; Wed, 28 Nov 2007 04:00:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxImb-0002d2-0z for emacs-devel@gnu.org; Wed, 28 Nov 2007 04:00:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxIma-0002cl-QZ for emacs-devel@gnu.org; Wed, 28 Nov 2007 04:00:36 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxIma-0002GR-03 for emacs-devel@gnu.org; Wed, 28 Nov 2007 04:00:36 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IxHzr-0005U2-3j; Wed, 28 Nov 2007 03:10:15 -0500 X-Spook: covert video cracking clones Europol crypto anarchy ARPA X-Ran: B{fg,Ho%Z>Ogp9d^V=cMKz~hD]k0w`S\/@>1XcoIO=D]yQQO*R\1omBs>,]}(']8E0 X-Hue: blue X-Attribution: GM In-Reply-To: (Richard Stallman's message of "Sun, 18 Nov 2007 17:46:58 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-UiO-SPF-Received: Received-SPF: pass (mail-mx5.uio.no: domain of gnu.org designates 199.232.76.165 as permitted sender) client-ip=199.232.76.165; envelope-from=emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org; helo=lists.gnu.org; X-UiO-ClamAV-Virus: No X-UiO-Spam-info: not spam, SpamAssassin (score=-0.5, required=5.0, autolearn=disabled, AWL=0.473,RCVD_IN_DNSWL_LOW=-1) X-UiO-Scanned: 195F4EC928AB3D6A159E6E1FC27D908013BC00B3 X-UiO-SPAM-Test: remote_host: 199.232.76.165 spam_score: -4 maxlevel 200 minaction 2 bait 0 mail/h: 2 total 27856 max/h 424 blacklist 0 greylist 0 ratelimit 0 Xref: news.gmane.org gmane.emacs.devel:84241 Archived-At: Richard Stallman wrote: > > > md4.el:;; Author: Taro Kawagishi > > This provides the MD4 hash function, which is used by ntlm.el. > > That clearly belongs outside Gnus. Would someone please move it to > `lisp', then ack? ack. For future reference, you just remove it from the old location, and add it in the new (via cvs add, cvs commit).