From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34170 invoked by alias); 23 Aug 2016 09:04:38 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 102695 invoked by uid 89); 22 Aug 2016 23:29:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=HX-HELO:sk:mout.ku, trails, unpleasant, HTo:U*cygwin-announce X-HELO: mout.kundenserver.de To: cygwin-announce@cygwin.com From: Thomas Wolff Subject: Updated: mintty 2.4.3 and test release mintty 2.5.0 Message-ID: <57BB8AE3.9000703@towo.net> Date: Tue, 23 Aug 2016 09:04:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-UI-Out-Filterresults: notjunk:1;V01:K0:e5Dced8cjpI=:Q8johq5tG9dOzIQ5PQtCof omymq+6KGB0oonK5cTVJzQ4WPGfVA3qQXf2bxFLOMOYL/BNhRIS3t+auu9Ayryc31v1nwXEr6 icqbZuZ6wLrr2YprHDUvS0gWGMLdRkYIuISj0BLOL7A2oodAkKKo+aJOMyyTce8iM24XBfdLz /+jtVtoTcOAN74D1FUmPc+DbLj/2plVSRMavnLv0by9ecphOVttsIiCnq3ZppVv7kuWut6LIN 5BIDy7Ze6vaYboa7N0t7mpQHqytKxSKN1GQjcF3D/6LzRAW8stqnHKDHmwEzwuY9jZ/cVzrGK rVimrO/Ve8Z6Oh9YWVN6O/95GuDv8sXLo045O4rq9hvam//THmHjhEAgZRBSutje8UPfbm+Zc s3B/eLfeMOprJBQUIu7J33Z7E7KssiqxJtK7oB3tWujyN/fu9gqLjKFCLSCo2RtxeQv8eZvs/ 4Rk5rSQWsW8D+cR3B6Q8SfzP0Xb/eHLdrRqsfHh9Hq9YWiwGnZ4GC6MJPTIbUk5iQqLyjvqlk 2iLNqbSIxaWER1t/U5nkJenpfxXEYoDj+YR0XxdkIUikjiVXmlRRs8yVxaaEnU7gXmMjL3kns 2ZvnMRlK/TlUfq3jX7LV4G0+y3kkzr1JMKx+7zucRatw3+9zw4VP4Wn4eiaSu1jlPfDx7KOrq FveUH/HlII6TUBLsTC2vLg1gfMlIY9KgQj60EvpJ7D/N6cKX8LHbgnMQreB7UG77la7tCt1Jd 2W16+vJWHBcWc2pZ X-SW-Source: 2016-08/txt/msg00085.txt.bz2 I have uploaded mintty 2.4.3 with the following changes: * Fix trails when moving other window over mintty under certain conditions (#576). * Fix format of double child creation error message. I have also uploaded mintty 2.5.0 as a test release with the following change: * Revise DPI handling (#470; #492, #487); always consider individual monitor DPI. Note that this release introduces a slightly incompatible change in mintty. The issue is that the interpretation of font size used to be suitable for traditional resolution monitors and did not consider higher-DPI monitors or the Windows monitor "zooming" feature which adjusts a virtual DPI. As a result, the handling of changed DPI (when moving the window to another monitor) introduced in 2.2.1 interfered with other aspects, the initial DPI was not considered, and a number of unpleasant side effects were occasionally observed. I intend to change DPI handling to be consistent with the respective monitor DPI (as optionally configured by "zooming factor"), and to comply with font size interpreation of other applications, e.g. notepad. In consequence the initial font size may be smaller (or larger) than before, depending on the actual monitor geometry and configuration. Nothing would change on a "standard" monitor configuration. To compensate, some people may have to change their font size configuration. The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas