From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29899 invoked by alias); 18 Mar 2016 23:07:02 -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 29609 invoked by uid 89); 18 Mar 2016 23:06:27 -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_LOW autolearn=no version=3.3.2 spammy=theme, tall, tracker, Resource X-HELO: mout.kundenserver.de To: cygwin-announce@cygwin.com From: Thomas Wolff Subject: Updated: mintty 2.2.4 Message-ID: <56EC89F0.3020605@towo.net> Date: Fri, 18 Mar 2016 23:07:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; 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: 8bit X-UI-Out-Filterresults: notjunk:1;V01:K0:IzW4f68Zq44=:CmuCkwpZ3TB7nggo4OC1nb w0q0fzy2XpS7lcByOhhzYBgOmyCiUGJD/uUOWZW0wGvC2XCap9ZVpw8PBu26Gy4TAvRbbO6r0 d9J+qKt7Teio6Lun251WrJ16o5+gasUxjvACCyaZeBzbMVhq/8DCjx5R/LC4VJ9XEZwEGZzm/ ByRdIq8uPIeE88/Lr7qawqwYhumjPGgzyLGP27K52zQybBPnIo614Myq/9yrEm2I/zOsQCmHF PgroVWrEQoXCWUAF4ZiXhCdeGh8CY1QGE3iX9P4m89UFv+kuToaobC2IeyIiu9ucPdFI39Hcd i6Op2zNEwwuP55ZVEiZo7l8+pY9GtV2NBGCl4HNqpjpUz/ozBpbbVOF/ZULuGX27/brPaO3O0 gHsTCiKR3DhKJMurg07cOoIXxgF0BybMotieKwqdd1q2bf6swAYrvpIXKeAZyBN6LWwH4gsMP 0MLxA4aBQ3HaEvQxU+O/YUfkRs2qlcRb0ebcUd2AOKu1Qwlf/PMc5fgUCkjqUWSTcQS/fP6SU JQRjNgfab05CWaoNI/EdAwEhlxz1vScaN37xb6Ev8z+7I/XslyRRu6JTTmEUhmLd3/kE9ieLp ntz4qUfXtZbs16qWj3oSgGrvT4BKI8BjNiS7daw0vlolD1C4MKgH6gLm4BNL0e92CwDcMH7Gm OENI7+s076hI/OgFYyoc6h9XHbvfwYH8HatjCJTQ0UTISwA7Kl1Y7/GoX6FA4I5Oi0ez2TFhO L+v0YnmCxq1arXBE X-SW-Source: 2016-03/txt/msg00076.txt.bz2 I have uploaded mintty 2.2.4 with the following changes: Highlights: * Font setup and configuration improvements. * Colour schemes / Theme files. * GUI configuration of wav file for terminal beep. * Startup error handling improvements. Font configuration: * Mintty adjusts row spacing according to the font metrics, to compensate for tight or tall spacing of some fonts (e.g. Consolas, FreeMono, Monaco). (The RowSpacing value is added to that.) * Adjusting font weight selection to available font weights (#520). * New option FontWeight supports more specific font weight selection (#520). * Font selection menu has its own Apply button. * Fonts with name problems (long names, #507) can be selected with the Apply button. * Warnings for font not found or not supporting ANSI character set. * Excluding fonts with OEM or SYMBOL charset from font selection menu. * Excluding vertical fonts from font selection menu. * New option ShowHiddenFonts to offer monospace fonts marked to Hide in the menu. * Unicode-enabled Font setting (so e.g. mintty -o Font=Sütterlin works). Themes, Configuration, and Options menu: * Colour schemes: New option ThemeFile, configuration also in Options menu (~#193). * Configuration of .wav bell sounds (option BellFile, #369) in Options menu. * Resource directory $HOME/.mintty for theme and bell files. * Fixed -o settings to also be saved when changed in Options menu. Keyboard and mouse features: * Workaround for occasional Alt state inconsistencies after window focus changes (#519). * Compose key on wiki pages: replace AllChars with WinCompose. * Opening marked "www." addresses also without "http:" prefix (#345). Start and error handling: * Fixed -C/--loadconfig to not overwrite common options in main config file. * Fixed format substitution for log file in case of excess % conversions. * Report full pathname of log file if creation fails. * Improved and fixed format of child creation error messages. * Improved reporting failed icon loading with non-ANSI icon filenames. The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas