X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:message-id:date:from:mime-version:to :subject:content-type:content-transfer-encoding; q=dns; s= default; b=sWMw3t8s7P/aJC+d/SHDFYElNfd3exZQjsjWRz5/B7g8zQd12S+44 tQxf0lHOT0qfBWOVfX9sJwh9CZVvq/Pl0FWsFnpFGh7mfukFNH8X+I+7XqASNzIW eWy1azjD0N4sy0Ua4aj9k8MTbAIL5EdZEbrrCVryagqjrZa3F3TwkU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:message-id:date:from:mime-version:to :subject:content-type:content-transfer-encoding; s=default; bh=i rIkqTER7QydBBe/VMC4BNnGxDM=; b=laI+6dr3HBrPihhCebfTIbAqVrofpmdi3 1DIvRcZPu+ZKkmn9K6NM4kgKO5Bug5s333drLB+pRaBaJFHHIryccfko2S63N1zr wayAYH3n+e91TpnKyrkT5NJhHKVCUuETR3tVhSb8AnlGwroE9D4GgvthRWG0oC9Q oOUJNFGagY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com 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 Message-Id: Date: Fri, 03 Jul 2015 23:18:19 +0200 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 AT cygwin DOT com Subject: [ANNOUNCEMENT] 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-IsSubscribed: yes 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 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple