From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Changelog in src (CVS on Cygwin) Date: Wed, 09 Apr 2008 14:19:54 +0200 Message-ID: <47FCB46A.2090205@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207743677 15461 80.91.229.12 (9 Apr 2008 12:21:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2008 12:21:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 09 14:21:48 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 1JjZIy-0004I4-CT for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 14:21:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjZIK-0004LF-RG for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 08:20:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JjZHz-0004DW-Bz for emacs-devel@gnu.org; Wed, 09 Apr 2008 08:20:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JjZHy-0004Cr-0p for emacs-devel@gnu.org; Wed, 09 Apr 2008 08:20:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjZHx-0004Ch-MW for emacs-devel@gnu.org; Wed, 09 Apr 2008 08:20:29 -0400 Original-Received: from smtp-out113.alice.it ([85.37.17.113]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JjZHx-0000pz-Cc for emacs-devel@gnu.org; Wed, 09 Apr 2008 08:20:29 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out113.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Wed, 9 Apr 2008 14:20:23 +0200 Original-Received: from FBCMCL01B05.fbc.local ([192.168.69.86]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 9 Apr 2008 14:20:23 +0200 Original-Received: from [87.1.0.224] ([87.1.0.224]) by FBCMCL01B05.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 9 Apr 2008 14:20:23 +0200 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) X-OriginalArrivalTime: 09 Apr 2008 12:20:23.0633 (UTC) FILETIME=[15E87410:01C89A3C] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:94781 Archived-At: This is a minor question that happens on Cygwin. After the last CVS update, reading src/ChangeLog [1] with $ less src/ChangeLog I got: '' "src/ChangeLog" may be a binary file. See it anyway? '' isn't it strange? For the sake of completeness, loading it with Emacs, the mode line says its coding system is 'U' (usually it is '--' or '1' if one uses accented characters etc.). Cheers, Angelo. --- [1] i.e. after it is: 2008-04-09 Jan Dj[...] <...@...> * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT. (run_timers): New function. [...]