From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110611 invoked by alias); 6 Jun 2017 11:54:52 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 109139 invoked by uid 89); 6 Jun 2017 11:54:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=HX-Junkmail-Premium-Raw:score, H*r:9.0.019, HX-Junkmail-Premium-Raw:sk:NO_CTA_, HX-Junkmail-Premium-Raw:2.7.2 X-HELO: rgout06.bt.lon5.cpcloud.co.uk Received: from rgout0607.bt.lon5.cpcloud.co.uk (HELO rgout06.bt.lon5.cpcloud.co.uk) (65.20.0.134) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Jun 2017 11:54:47 +0000 X-OWM-Source-IP: 86.141.128.130 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-Junkmail-Premium-Raw: score=8/50,refid=2.7.2:2017.6.2.221216:17:8.707,ip=,rules=NO_URI_FOUND, NO_CTA_URI_FOUND, NO_MESSAGE_ID, NO_URI_HTTPS, TO_MALFORMED Received: from localhost.localdomain (86.141.128.130) by rgout06.bt.lon5.cpcloud.co.uk (9.0.019.13-1) (authenticated as jonturney@btinternet.com) id 58F7952B05224463; Tue, 6 Jun 2017 12:54:49 +0100 From: Jon Turney To: cygwin-apps@cygwin.com Cc: Jon Turney Subject: [PATCH setup 0/9] Setup patches Date: Tue, 06 Jun 2017 11:54:00 -0000 Message-Id: <20170606115432.105020-1-jon.turney@dronecode.org.uk> X-SW-Source: 2017-06/txt/msg00006.txt.bz2 Add the --user-agent option, and fix a couple of bugs, including those mentioned in the thread https://cygwin.com/ml/cygwin/2017-05/msg00513.html Ake Rehnman (1): Avoid messagebox spam with file:// protocol URLs Jon Turney (8): Allow options which only have long names Alphabetically sort options in usage help Access StringOption's value by reference Add Option::isPresent() method Allow user-agent string to be customized Allow click-to-activate in PickView list control Fix that clicking on any column changes "Keep" to "Uninstall" Fix useless error message PickPackageLine.cc | 12 +++++++++-- PickView.cc | 3 +++ install.cc | 9 ++++++++- libgetopt++/include/getopt++/DefaultFormatter.h | 7 +++++-- libgetopt++/include/getopt++/Option.h | 4 ++++ libgetopt++/include/getopt++/StringOption.h | 2 +- libgetopt++/src/Option.cc | 2 +- libgetopt++/src/OptionSet.cc | 10 ++++++++- libgetopt++/src/StringOption.cc | 2 +- main.cc | 2 +- nio-file.cc | 5 +++-- nio-ie5.cc | 27 ++++++++++++++++++++++++- 12 files changed, 72 insertions(+), 13 deletions(-) -- 2.12.3