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: Mon, 30 Jun 2008 15:04:59 +0200 Message-ID: References: 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 1214831141 17543 80.91.229.12 (30 Jun 2008 13:05:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 13:05:41 +0000 (UTC) To: "emacs-devel Mailinglist" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 30 15:06:24 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 1KDJ51-0006C6-Tx for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 15:06:04 +0200 Original-Received: from localhost ([127.0.0.1]:46420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDJ4B-0004El-4r for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 09:05:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDJ44-0004Cp-O8 for emacs-devel@gnu.org; Mon, 30 Jun 2008 09:05:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDJ43-0004C3-9T for emacs-devel@gnu.org; Mon, 30 Jun 2008 09:05:04 -0400 Original-Received: from [199.232.76.173] (port=49237 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDJ42-0004Br-Up for emacs-devel@gnu.org; Mon, 30 Jun 2008 09:05:03 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.190]:57009) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDJ42-0005rn-F0 for emacs-devel@gnu.org; Mon, 30 Jun 2008 09:05:02 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so406706nfi.26 for ; Mon, 30 Jun 2008 06:04:59 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=pw6nfZZ97cfsgALVvuiIFAz4oxxFm2oCFrdolEY09bE=; b=legpzrfd1oXAj0R4lMNMTRZBu+F8VN5VXrmi1w4BOCmzE8K0a7E1SA9p999fal5qBE YLS3XZ8yttAjfFHsqJQ6QzdgXQvRpSid7MnjP6ikzapdN74auqNesmRQk7B6NReoh4o+ nBnn+2zSl14JKl11NGMhuKWsL3Xgruu1lzTJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=sud3MPq7uQNVV7Hpk2FUr3oWfSYF/7PXtA96+WPm33E2WDNInnuO694PpD5wYI7kcL p6VnjhKnge7WEP88fA5JIYfGiTgru0KY6lY8M3R6i+AYPwVP57YMtHnJ1y3mMOlIkeIR zhBbUzvMhpVHWdK85XmTn/eENi6dMRndrlon0= Original-Received: by 10.210.16.11 with SMTP id 11mr4129378ebp.187.1214831099475; Mon, 30 Jun 2008 06:04:59 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Mon, 30 Jun 2008 06:04:59 -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:100217 Archived-At: On Mon, Jun 30, 2008 at 14:46, Juanma Barranquero wrote: > @@ -524,7 +528,6 @@ > * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed. > Duplicate entry removed. > ("bulgarian-bds"): Docstring fixed. > - > 2003-10-06 Dave Love For a while now (at least three/four months, perhaps more) I've been suffering this weird problem where, sometimes, commiting a ChangeLog suddenly removes one or several blank lines from it. The above change is one such example. AFAICS, the CRLF -> LF conversion fails somehow, but only in a few cases; I mean, usually at most two or three lines in a whole ChangeLog file are affected. For example, after the problem above, if I visit the ChangeLog I see: 2004-01-22 Ognyan Kulev (tiny change)^M ^M * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.^M Duplicate entry removed.^M ("bulgarian-bds"): Docstring fixed.^M ^M2003-10-06 Dave Love ^M ^M * quail/latin-ltx.el: Several additions.^M It's like one LF had gone missing. I use CVSNT: C:\> cvs --version Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2382 (client/server) and, while that could be a factor, I haven't upgraded it in a long while, so there's no reason it should fail now. Has someone else seen this problem? Juanma