From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: New function: vc-ediff Date: Sun, 27 Mar 2011 10:03:36 -0600 Message-ID: <8639m8czzb.fsf@gmail.com> References: <4D785193.3030201@gmail.com> <4D79A736.6080707@gmail.com> <831v2cu40y.fsf@gnu.org> <838vwkrroz.fsf@gnu.org> <86r5a3j1a1.fsf@gmail.com> <86ipvbdaoq.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301242112 13304 80.91.229.12 (27 Mar 2011 16:08:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 16:08:32 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 27 18:08:28 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3sVu-0001we-LK for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 18:08:26 +0200 Original-Received: from localhost ([127.0.0.1]:48681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3sVu-0005kY-1M for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 12:08:26 -0400 Original-Received: from [140.186.70.92] (port=46491 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3sRZ-0002Vx-TR for emacs-devel@gnu.org; Sun, 27 Mar 2011 12:04:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3sRT-0006Si-RC for emacs-devel@gnu.org; Sun, 27 Mar 2011 12:03:52 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:47437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3sRR-0006Ru-Va; Sun, 27 Mar 2011 12:03:50 -0400 Original-Received: by iwg8 with SMTP id 8so2865683iwg.0 for ; Sun, 27 Mar 2011 09:03:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=H9Ys3bOA1UDsXXsmN53m2Jcbwg8BJ4wkcZOlWZ8GfmI=; b=XC6yVfTR9doq5HNZ/C/ANoQk3+WYEL0ypw2xrlpVe/zNDpz7+xbn8lvafu13dj/MZr JZctmg9YIflxoD4MrXNmGBRcQxoXaplcCcBHIAFAOBzvxehCJNzq6Nnqvu9+ZL1FWvJc KKB5Uz0wAEJLItVGnpT/ga/I83jFls8w575V0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=QAmSkNo7dEJxAF7rpPf5qDnB6tuiuffJkUsoiGvoxUibVwTatB8iyyyNTrdvatVf5M ETLUVHWeJocwHzHNIVFmn1eBIDYg9q41lg7poSTg7jWy3D0oWtk5DYXQ0TnSCVqtYkAZ N3vTnG3UiNzGW8DYidtAryO5UPUVTnTu23goc= Original-Received: by 10.42.176.132 with SMTP id be4mr5090447icb.136.1301241828730; Sun, 27 Mar 2011 09:03:48 -0700 (PDT) Original-Received: from localhost (71-208-176-211.hlrn.qwest.net [71.208.176.211]) by mx.google.com with ESMTPS id g16sm2279619ibb.3.2011.03.27.09.03.46 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 Mar 2011 09:03:47 -0700 (PDT) In-Reply-To: <86ipvbdaoq.fsf@gmail.com> (Christoph Scholtes's message of "Mon, 21 Mar 2011 22:46:29 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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 Xref: news.gmane.org gmane.emacs.devel:137759 Archived-At: Christoph Scholtes writes: > Stefan Monnier writes: > >> Can you submit a patch according to these guidelines? > > I cleaned up the patch and also updated Changelogs, NEWS and manual. Did you have any comments on this patch? Thanks, Christoph