From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19842 invoked by alias); 7 Jul 2016 18:52:00 -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 10955 invoked by uid 89); 7 Jul 2016 18:08:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=menu, scroll, dpi, digit X-HELO: mout.kundenserver.de To: cygwin-announce@cygwin.com From: Thomas Wolff Subject: Updated: mintty 2.4.0 Message-ID: <577E9AAD.8090105@towo.net> Date: Thu, 07 Jul 2016 18:52: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:RgbC72l4KCE=:NTlyU6B7JtWQOG+vz/6FTR 7KFbe+Oia2+3ptngT0PBnbc7oihz3hcW4IJuh18aqLzJQ0nQd+DrkUDcQLS6c23JvIwKWLlYj 1YU6Jn4Haxh18YbrGCm7vW/vPambfhyA9SdvUZmOoATIL0oSkNoI9euIu4z1zCNc7HdqdekYu rA1V7lPJo0Odl3lGMbzGPEjq1QekORw0LRyrbvCyhAEkpl5kIQE7QllmoLOfrNKsioZqvEB4Y OHDAsyKt2Gh7OGEDwZ3ig7kGenM2XWvu+Hp4u/jrH9zUMmHSH0U1i0p2XihzVHegrjbJ97khy rJKE6wTP1bhfOgfeiC54QA1FlAcWz57QLHIASegUQFZzCs3KpW3ukBmh1zCom5znb1ASSgJM0 hrh7O7W2z+o/MNbCWDazJRfxMGkQpDBxvqGe16o8A92Oe6jiZcSBdzBCoKI0pHz5j5eCrxvuY D8LoBkeUUm3i+7IQ6GEJ7GBGJk3SjSdsHRolbS5a9dDQ88ZNy3CrJFVJGMuPNirvtQWCOOtMQ Feq5A82iVp4S8Rvhgq1XHiDoohS50TNDCWx55rXtcvphbMfgPSXlLqevRuLHwn8weeNe6cVxz UZ8Mb3HdRl5PUVpb4PJMkJXV3K15hCA/XlVBCH/8vvFni8qQsn7iKOOe3H0d0bT8CMhlg9aF+ mIinbpaoAXDjSGobYTBZtgGu3EpyRoDHXe2buaRo1rmZnTrzK8C6QndiMHsDw1CQqGdRWq2Ec GowW98seEAAIJ9vz X-SW-Source: 2016-07/txt/msg00003.txt.bz2 I have uploaded mintty 2.4.0 with the following changes: Configuration: * Drag-and-drop for Theme and Wave sound file name configuration (#193). * Link to Color Scheme Configurator in Options menu (#193). * Drag-and-drop and Store from Color Scheme Configurator (#193). * Drag-and-drop and Store from theme file on the web (#193). * Loading theme and bell sound resources also from XDG default config dir (#525), Windows AppData dir, or /usr/share/mintty. * Enabling cygwin path style for wave file configuration. * Size option -s is not persisted in config file on Save. Text display: * Handling low-contrast of configured cursor colours more gracefully (#548). * Tweaked manual underline to scale with font and avoid scroll glitches. * Manual drawing of VT100 line drawing graphics (#130, ~#551). * Fixed right-to-left mirroring of '('. * Not combining characters to unexisting glyphs. * Preventing mangled digit rendering if surrounded by certain scripts (~#285). * Preventing mangled combining characters by drawing them separately (~#553, #295). * Option WideIndic for double-width display of wide Indic characters (#553) (experimental). Window handling: * Tweaked DPI changes to stabilize roundtrips of font and window size (#470). * Option HandleDPI=false to disable handling of DPI changes (#547, #492). * Heuristic attempt to stabilize font size roundtrips after fullscreen. The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas