From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62138 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: No "From so-and-so" in ChangeLog Date: Fri, 03 Mar 2006 10:28:32 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141378434 10863 80.91.229.2 (3 Mar 2006 09:33:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2006 09:33:54 +0000 (UTC) Original-X-From: ding-owner+m10666@lists.math.uh.edu Fri Mar 03 10:33:51 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FF6fN-00070U-1L for ding-account@gmane.org; Fri, 03 Mar 2006 10:33:42 +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 1FF6f0-00026d-00; Fri, 03 Mar 2006 03:33:18 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FF6aa-00026X-00 for ding@lists.math.uh.edu; Fri, 03 Mar 2006 03:28:44 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FF6aZ-00080o-1N for ding@lists.math.uh.edu; Fri, 03 Mar 2006 03:28:44 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FF6aX-0001n9-00 for ; Fri, 03 Mar 2006 10:28:41 +0100 Original-Received: from latte.josefsson.org (jas@yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id k239SZWt024365 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Mar 2006 10:28:36 +0100 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:060303:ding@gnus.org::ItL/3ag1GKAm9bXt:DHM In-Reply-To: (Reiner Steib's message of "Tue, 28 Feb 2006 20:12:21 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62138 Archived-At: Reiner Steib writes: > Hi, > > while fixing the ChangeLogs WRT "(tiny change)" and "From > so-and-so"[1], in the trunk and v5-10, I came across the following > entries: > > ,---- > | -2005-05-31 Simon Josefsson > | +2005-05-31 Ulf Stegemann (tiny change) > | > | * smime.el (smime-cert-by-ldap-1): Don't use > | - replace-regexp-in-string, tiny patch from Ulf Stegemann > | - . > | + replace-regexp-in-string. > `---- > > This change is missing in v5-10. Simon, could you please install it > in v5-10 if appropriate? v5-10 doesn't support LDAP retrieval at all, so it isn't applicable. It would be useful to backport the LDAP support, but there are some password.el issues that make this sufficiently time-consuming so that I can't work on it. Patches welcome.