From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E6A7E3854827 for ; Sat, 24 Oct 2020 15:15:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 114D13858020 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=towo.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo@towo.net To: cygwin@cygwin.com From: Thomas Wolff Subject: [ANNOUNCEMENT] Updated: mintty 3.4.1 Message-Id: Date: Sat, 24 Oct 2020 17:15:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:vs/2HpWYp8jK9jDniYN6CmtQnxt6nE4XUanrGqfS77lfli1Unqz ztg4lw3dx/uirLWrmiOpEmyjSwn35AKhPmcj7OANybEzdYl07p1ifcRFgipUQOlvkjBP+0A 0XZGAWRwQ8jqGqxj6QTJpt3mykX488OZpHlwh7nDm0ZknQBA/BIZCr0TmGEp/nj7fwZaV8L UBbZNmoP4XLraiEnaxVpQ== X-UI-Out-Filterresults: notjunk:1;V03:K0:zVBxcsf2UzY=:I/xhfMqSChqkS1unsEh+8b BnfEumVEqGkaQIhPAwSyPhBKt8S8eINK9flBHqYnJ0Qt2KzIBqfMEdHOSscjuhn5PFASGy4+V 31Dt5Agk7vx8Ia1GKc0dps7l2Jr+L3k6utt5OhkIMzs5tYp2zl64dn62JXFfcn8Bsb8HH2ll8 XSVx3NBIiCBhrevkZZPVsa0Y/+iGCrwthwlFJECJsSidDIZXXQUCBeAjYx4UbRd+DYGtNsVo1 cEqKbkeihc/7/sAownYXMvxg+buXP7+MErLCvlKBoS7KvqlF/wyZsbhDT5FoLBidDNv7L/o5h XVhTP6S5vUPCdxbgU+Lca/PKhZquBr5snBHLGBfDP5pDarbp/3W9W+iNPqS8ig/nMDBQl7R82 EZph+xVEN4zRilBplX4uaAk7a7IPUtzxAK+8kyrleBjpChLpUuUCvTxkc6OWv X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Errors-To: cygwin-announce-bounces@cygwin.com Reply-To: cygwin@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 15:15:32 -0000 I have uploaded mintty 3.4.1 with the following changes: Highlights   * Some fixes to tabbar behaviour (thanks to K. Takata).   * Dynamic installation of temporary fonts.   * Optionally preserve TAB characters in clipboard.   * Revision of locale handling and character encoding setup. Terminal features   * Fixed injected false visual tab indication (#1036).   * Escape sequences for stack of colours (XTPUSH/POP/REPORTCOLORS, xterm 357).   * Support multiple controls in OSC 4, 5, 10..19, 104, 105 (#1038, xterm). Window handling / Tabbar (thanks to K. Takata)   * Align position of new tabbar-enabled window with previous one (#1044).   * Tweaked tabbar handling for speed-up of title changes (#1043).   * Fixed startup position of maximised window (#1045).   * Fixed Alt+Shift+F2 and Alt+F2 behaviour on a maximised window (#1045). Font installation / Portable application   * Support dynamic installation of temporary fonts (#901, #1004). Window handling   * Clipboard selection can optionally contain TAB characters (#1037).   * Click-open link still after moving the mouse over the link area (#1039).   * Keep hotkey-started window in taskbar (#1035).   * Override font zooming also with Ctrl, to support FancyZones (#487).   * Fixed CopyAsHTML config glitch (#1042). Character encoding   * Revised locale handling and setting, especially with option Locale.   * Revised character width determination and setting, especially with option Locale.   * Revised setup of GB18030 encoding support.   * New option to enforce narrow ambiguous-width.   * Do not clear/overwrite all locale categories anymore by option Locale.   * Do not enforce UTF-8 encoding with WSL anymore.   * Propagate locale settings with option --WSL (mintty/wsltty#259).   * Do not enforce UTF-8 for WSL anymore. Configuration   * New option CopyTab (#1037).   * New option value Charwidth=ambig-narrow.   * New option OldLocale. The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas