From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20443 invoked by alias); 15 Nov 2013 10:22:17 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 20424 invoked by uid 9078); 15 Nov 2013 10:22:16 -0000 Message-ID: <20131115102216.20421.qmail@sourceware.org> From: corinna@sourceware.org Date: Fri, 15 Nov 2013 10:22:00 -0000 To: cygwin-apps-cvs@sourceware.org Subject: setup ChangeLog mount.cc res.rc resource.h roo ... User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q4/txt/msg00069.txt.bz2 CVSROOT: /cvs/cygwin-apps Module name: setup Changes by: corinna@sourceware.org 2013-11-15 10:22:16 Modified files: . : ChangeLog mount.cc res.rc resource.h root.cc state.cc Log message: * mount.cc (read_mounts): Drop setting root_text. * res.rc: Set content of root dir dialog correctly right from the start. Remove unused items. * resource.h (IDC_ROOT_TEXT): Remove. (IDC_ROOT_BINARY): Ditto. (IDC_FILEMODES_LINK): Ditto. (IDC_MODE_GRP): Ditto. (IDC_MODE_TEXT): Ditto. (IDC_MODE_BIN): Ditto. * root.cc (Root): Set "Install For" group items to CP_STRETCH. Remove all "text/binary" items. (rb): Remove. (check_if_enable_next): Drop test for root_text. (load_dialog): Remove all code setting items differently to what's specified as default in the resources, in favor of setting this correctly in the resources. (save_dialog): Drop setting root_text. (RootPage::OnMessageCmd): Drop IDC_ROOT_TEXT/IDC_ROOT_BINARY handling. (RootPage::OnInit): Drop IDC_FILEMODES_LINK handling. (RootPage::OnNext): Drop "text"/"binary" state from debug output. * state.cc (root_text): Remove. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.836&r2=2.837 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.40&r2=2.41 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.104&r2=2.105 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/resource.h.diff?cvsroot=cygwin-apps&r1=2.46&r2=2.47 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/root.cc.diff?cvsroot=cygwin-apps&r1=2.30&r2=2.31 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/state.cc.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8