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/lisp/ChangeLog,v Date: Tue, 15 Apr 2008 17:16:26 +0200 Message-ID: References: <18435.22866.784376.169771@tfkp07.physik.uni-erlangen.de> <87hce3zj1d.fsf@gmx.de> <18436.50646.462374.5074@tfkp07.physik.uni-erlangen.de> 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 1208274268 11100 80.91.229.12 (15 Apr 2008 15:44:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2008 15:44:28 +0000 (UTC) Cc: Glenn Morris , Sven Joachim , Emacs Devel To: "Roland Winkler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 15 17:44:40 2008 connect(): Connection refused 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 1JlmuJ-0007K3-Hv for ged-emacs-devel@m.gmane.org; Tue, 15 Apr 2008 17:17:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jlmtf-00067n-4l for ged-emacs-devel@m.gmane.org; Tue, 15 Apr 2008 11:16:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jlmtb-00067i-Qw for emacs-devel@gnu.org; Tue, 15 Apr 2008 11:16:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlmtZ-00063w-9W for emacs-devel@gnu.org; Tue, 15 Apr 2008 11:16:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlmtZ-00063q-5g for emacs-devel@gnu.org; Tue, 15 Apr 2008 11:16:29 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JlmtY-0006Ll-S6 for emacs-devel@gnu.org; Tue, 15 Apr 2008 11:16:29 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 57so1360327wri.12 for ; Tue, 15 Apr 2008 08:16:28 -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=lhihFMKtYCn2Yl6O/JxmLnSI91rbd+BXQ/mk+6B0txE=; b=jhN0jU9CnPSz6v93lpAqAMgg3npxma3D0+WO4H9Hj7k533PxufBNIlFo0demH+dd0+64DchXKSirAg7U5TLy53JFU/PMehyUCEkuE3xWY/sYTw8dDEGurg4GaAYDM847iHGDGT4FgXEdtothBsMWw0QlXQwN9KX4dEzvoFCpNEA= 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=Q0IeDk1BzBVm8hs0trCO3yMZ7bBQ5WfCq5d+GvDZZ/SHSBjqhrZnP1i2oCLwpk0iWocS/uoXBbMuZzAaV/ZuIv3xO3SLKv4GVDil5DQHy0y6PdghDx2nSfDi3IA1GdHTWR78hZ+BRO4887H+iKXrAX+N7G5M29sZXSqu5GpGk24= Original-Received: by 10.115.106.7 with SMTP id i7mr8355563wam.18.1208272586643; Tue, 15 Apr 2008 08:16:26 -0700 (PDT) Original-Received: by 10.114.166.20 with HTTP; Tue, 15 Apr 2008 08:16:26 -0700 (PDT) In-Reply-To: <18436.50646.462374.5074@tfkp07.physik.uni-erlangen.de> 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:95276 Archived-At: On Tue, Apr 15, 2008 at 5:12 PM, Roland Winkler wrote: > I am most surprised that I checked in ChangeLog twice that day. The > first time it screwed up the utf-8, the second time it didn't. In > the meanwhile, I did not change anything in my setup. (It was after > I checked in ChangeLog the second time that I learned from Juanma > that things went wrong when I checked in ChangeLog the first time.) At some point I restored the utf-8 encoding. Was that between your commits? Juanma