From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Ediff regression Date: Wed, 13 Jun 2007 17:05:46 -0400 Message-ID: <87ir9rsgyd.fsf@stupidchicken.com> References: <6268.1181766402@cs.sunysb.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181768780 17411 80.91.229.12 (13 Jun 2007 21:06:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 21:06:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: kifer@cs.sunysb.edu (Michael Kifer) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 23:06:17 2007 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.50) id 1Hya2h-0004rf-2M for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 23:06:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hya2f-0006NV-5X for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 17:06:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hya2a-0006NQ-T6 for emacs-devel@gnu.org; Wed, 13 Jun 2007 17:06:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hya2Y-0006NE-IG for emacs-devel@gnu.org; Wed, 13 Jun 2007 17:06:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hya2Y-0006NB-CB for emacs-devel@gnu.org; Wed, 13 Jun 2007 17:06:06 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hya2W-0007Fd-LD for emacs-devel@gnu.org; Wed, 13 Jun 2007 17:06:05 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id A15A54E5D8; Wed, 13 Jun 2007 17:05:46 -0400 (EDT) In-Reply-To: <6268.1181766402@cs.sunysb.edu> (Michael Kifer's message of "Wed\, 13 Jun 2007 16\:26\:42 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: 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 Xref: news.gmane.org gmane.emacs.devel:72811 Archived-At: kifer@cs.sunysb.edu (Michael Kifer) writes: >> Something in the following checkin broke patch highlighting: >> >> 2007-06-12 Michael Kifer >> >> * ediff-mult.el >> .... >> >> * ediff-ptch.el (ediff-context-diff-label-regexp): better regexp. >> ... > > I am not sure what does ediff have to do with patch file highlighting, but > this patch indeed broke something in ediff itself. I fixed that just now. I think the error was introduced in diff-mode.el. According to the CVS logs, you changed diff-mode.el along with ediff during this batch of checkins. However, you failed to document your diff-mode.el change in the ChangeLog.