From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48577 invoked by alias); 3 Jul 2015 22:24:59 -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 1287 invoked by uid 89); 3 Jul 2015 21:18:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mout.kundenserver.de Message-ID: <5596FC1B.8060907@towo.net> Date: Fri, 03 Jul 2015 22:24:00 -0000 From: Thomas Wolff User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin@cygwin.com, cygwin-announce@cygwin.com Subject: Release: mintty 2.0.1 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-UI-Out-Filterresults: notjunk:1;V01:K0:EXD7hwGlD3E=:zysfpWkAGMalc2ixw4Xrtw 8/HjKHXMr1EOkbJ82Yuu1Lm7y+XQXrRqfN972U4IixblOQQiBv/FZgETv3BTwF/7Pb4qEZitL jTdn+MrcWt7lBa9EbslFmQq66Uhm7hruVMQ2jB9Yd5wi+Z4HuaExX6zPcd+UYagSIxJbPxGVm CeTZUSEnCBfMV3MipEyVZaQRM/PTXqvRefiXdEY0FHP3euzI7QFSbM9mIORm6pb9JDCE4UuhY u3abXHJEHNL4d0XOMRl4YRZ4t5lUlZXUtoouzTfmpLXGWfT0XxXuSRV9P+XBO5sIUrYD7V5xX NluVHEls2GrOSihaW1sm46vLS2Cf3ZNQm24EjapYCh3PXajHh8L8S4Uu38j0H+Ik7u2YXjapu 2SBCUyXeBUgccrAbpLFjzvLWGYFPgj8zEW4/HEMmRNBJ+5drOnnI2ddy+vjSlYMj5LGwQ1f+w 8Xky/iAF3TFts6feypvXddXQrmDIuTmYQ3cRJipVCkCu+eLyzpCd4ms3erftuBFzEyRNoBSHE ac2TJ1iW0krtXEMyJDZO+03Y4/0ArntAqBvhihSI/RMC8vdZoamLSnvUopbXS0ogBXzDaOYp/ icARDIlnYRxIIUwZrCktz8MByYgqyscH+ud9NNC01DVFru7xh8PZlSilH3onEmqT7m48qAwih l3rTeTwnxtPfcVvFvd+I1MwY8trEK7gBEjWGnySRuRrdr7A== X-SW-Source: 2015-07/txt/msg00007.txt.bz2 After closing half of the open issues, I thought it’s a good time to release mintty. I’ve bumped the major version number to 2 to reflect the change of repository and maintainer and somehow catch up with cygwin... Major new features and fixes are listed below. See also the changelog in the Wiki https://github.com/mintty/mintty/wiki For new options, there is no GUI configuration facility yet ("Hidden settings"). Please ask for them if desired. The homepage is at http://mintty.github.io/ It also links to the issue tracker. Major new features and fixes ---------------------------- Display: * Fixed bold display by overstriking if BoldAsFont unset. * Implemented and enabled character attribute italic (#418, #152). * Implemented character attribute strikeout; disabled due to missing bit. * True Colour support (#431) (using ESC [ 38;2;r;g;b m). Window: * Alt-F2 creates new window of same size as current one (#275). * Option -T to set unchangeable window title (#385). Keyboard: * Option DeleteSendsDEL and associated switching sequence CSI ? 1037 h/l to switch keypad Del key sending DEL or Remove (#406). * Options Break and Pause to configure mappings for these keys (#399). Other Options: * Configuration option WordCharsExcl to exclude characters from word selection (#450). * Added configuration options BellType, BellFreq, BellLen (~ #369). * Option HideMouse=false disables mouse cursor hiding on keyboard input (#403). * Option MiddleClickAction=void disables mouse-middle-click pasting (#384). * Option to simulate Enter/Return with mouse-click (#425). * Documented RowSpacing/ColSpacing; tweaked to distribute padding evenly. ------ Thomas