From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/leim/ChangeLog,v Date: Fri, 25 Jul 2008 18:06:21 +0200 Message-ID: References: <4885FFEF.9000409@gnu.org> <488602E8.7020801@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217002246 15174 80.91.229.12 (25 Jul 2008 16:10:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2008 16:10:46 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 25 18:11:34 2008 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 1KMPt2-00032O-8Z for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 18:11:20 +0200 Original-Received: from localhost ([127.0.0.1]:47609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMPs8-0002nB-GU for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 12:10:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMPoG-00082o-VD for emacs-devel@gnu.org; Fri, 25 Jul 2008 12:06:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMPoF-00080h-In for emacs-devel@gnu.org; Fri, 25 Jul 2008 12:06:24 -0400 Original-Received: from [199.232.76.173] (port=44804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMPoE-00080I-Vh for emacs-devel@gnu.org; Fri, 25 Jul 2008 12:06:23 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.181]:51912) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMPoE-0005rc-HR for emacs-devel@gnu.org; Fri, 25 Jul 2008 12:06:22 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so2565268ika.2 for ; Fri, 25 Jul 2008 09:06:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=XVXnvfsE0aHjGmSEryF8CTogpLF9pZXa6awENOOF4Gg=; b=f7SzlWKCMmHABrp/GlJiisZcgVFeRCG0B8s5zoMoUTkbGacpuoxqOGztijUQiHNVGn tQLnJcV7FLG1+Vwy3n051M7ZDo+yc3Dp7sTtKqt/NIo2atSBS0HXOAJvZw/AxtVevopp UJ3cAn+zPvJMN9/M6mriEGbhoB/mDcP+Sl09E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ePE6+BIrVKOdYfkhLMb/Wc3HBhLLH6bvGq9A0aLjaH6lgC+eYdBitopf0ul8s+Qn2K g/JiVA1sieqP3t0qtGqUeFQciCTw7sN0lwAvyaEY6LNjXkKs3RtCTa9vy8KEYpudcL3V bk8MFu+7ojjEZenB7TaUD0kaxVGZCQoZddMWk= Original-Received: by 10.210.71.13 with SMTP id t13mr2171446eba.42.1217001981115; Fri, 25 Jul 2008 09:06:21 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Fri, 25 Jul 2008 09:06:21 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:101472 Archived-At: Another case with no revert-buffer: @@ -11415,7 +11423,6 @@ * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the splitter in context hunks. - 2008-02-08 Kenichi Handa Juanma