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 ACBB23857835 for ; Sun, 3 Sep 2023 11:25:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 357463858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=towo.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=towo.net Message-Id: Date: Sun, 3 Sep 2023 13:25:47 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 To: cygwin@cygwin.com From: Thomas Wolff Subject: [ANNOUNCEMENT] Updated: mintty 3.6.5 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:sY+Hra1ZmhKPf6o1UyWWe8FrnbrWfWUfyF7OI+ivUA7rsPMy8uB EmbNxARpAojGwmF5i1fbewAgN2ljMNAY41QDZnjH/cWvUDrQojTfR9fXU83zFQ66Ov34KEk S0Q1suLSFMB3PUpKc8OLTt646MkPv8peeumVrOZdYo3fXZBEOTQiFYC0Llvr5Adh/uQiBDH Cb7/rDpS15h+Xn3J4U0Hw== UI-OutboundReport: notjunk:1;M01:P0:bLWuMqiOKDU=;IO0fcC0L5qgRite8PgRjW4e3CRa 2P0XwLr81Z+0eb/dGc7JwSbTOChPlo7kIRXkDcBoKDx+m0tYaLA0kz8cPiSxipGhoR68EEZ8o SJ01yzxiuW4IoZjCLCRK+6tr0tp4MBOYG4Mctrz4BDr/H/l98qTBtNz/wqrgq02NaVz+G+Z8+ EcBeEkiF8XbQdFrixEeimDVVh59TeuSj4yx0ZFnLUXhT4S3moHGYZMDZz9ZqZr/RmedKGiLjU a2IYy1eD3SJJUTEs3qncpoSSC+nC4Yvt780U4JZ0QDiSU0K9UPUGimdcXPRQkVOBE19MI/EJL leX1pvZ9HjJRT3po+Onjk4obuKtlyesMCoxJVUGGjyEPVWHyPcTA4n9SRJrn9xTkgR64EFVcM JJf3OM7wC5s9eRzZI5CkirMvOwEn7faunPYD5W+SvhpchUl881hIw4CJMf+Jrw4y8v0mZFs+Z 3nll5jqCg2xetmUvBVJcaxFyn7j91CPw4bALBiZQKX/jEpLEPTjvKZ4NWHULiMU1fZy+y72Am iA6lUBoS02Dpk6g1DogOPeM95DhdvMO3XKFsv39CuJqotZXfIDTNgwbQi3gLn8Z/uczEH0b21 jWEBBJ89TsVupumLvDtX1E5U6IX2Xw7QJ0T4rUCyUOTKMbQG2VA/TKW1Zy90FzAS5vwHrYGUe Y68AcSyFjyLz86QuXIu5UHyyaDIG/eZPnJCyHxdUSxEtkYq+3TWQ8LfPlQdt0PBifv977O6eP lqaNaSGIORrNBjeY8i83NsR2S9V0UhoN9OgrUvGrXwN77ycdLid/Zq61Mhkiqlif2tTOYELl0 3zfjPrR15C6rBJSO+0T16urL261W5OJHTHPPVybRSn10unm8Bm6GoAZgGbuR7mNU9HHL17mys dHaQyoQJxgWP9OA== X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.30 Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com Reply-To: cygwin@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User List-Id: I have uploaded mintty 3.6.5 with the following changes: Pathname handling   * Fix file link detection (#1208), tweak URL detection (#1209).   * Restore opening of Windows path names (#1219; broken since 2.8.1). Terminal features   * Fix setup of initial status line if monitor DPI is 96.   * ESC/Enter restore alphanumeric keyboard input mode while IME is active (#1223).   * OSC 50 query response is "?" after font setting failed.   * Fix DECRQCRA Rectangular Checksum attribute handling.   * Added DECSACE to DECRQSS (xterm 383).   * Indicate keyboard layout code in status line.   * Fix image display (iTerm2 protocol) in "Sixel display mode".   * New DECSET 7780 "Image display mode" to keep cursor position on image output (#1228).   * New parameter doNotMoveCursor for iTerm2-style image output (#1228). Window handling   * Revamp window operations, esp max/fullscreen, to not raise to foreground.   * Group taskbar icons by setting -o Class (#1207).   * Handling transparency in tab sets (#1152, #1069, ~#1128).   * Workaround against dropping fullscreen on DPI change (#1226).   * Preserve "normal position" (unzoomed) during screen changes (~#1226). Configuration   * New user-definable function compose (#1211).   * New option setting ComposeKey=capslock (#1211).   * New option ConfirmReset to guard confirm dialog on interactive reset (#1173).   * Support changed Drag-and-drop format for some theme file downloads.   * New option KeyAlphaMode (#1223).   * New option -Rw to report the Windows window id.   * New option StatusDebug to include debug information in the status line. The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas