From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8061 invoked by alias); 28 Jan 2010 22:59:09 -0000 Received: (qmail 8038 invoked by uid 2573); 28 Jan 2010 22:59:09 -0000 Date: Thu, 28 Jan 2010 22:59:00 -0000 Message-ID: <20100128225909.8036.qmail@sourceware.org> From: cgf@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: setup ChangeLog desktop.cc install.cc io_strea ... 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 X-SW-Source: 2010-q1/txt/msg00003.txt.bz2 CVSROOT: /cvs/cygwin-apps Module name: setup Changes by: cgf@sourceware.org 2010-01-28 22:59:09 Modified files: . : ChangeLog desktop.cc install.cc io_stream_file.cc mount.cc root.cc Log message: * desktop.cc (make_link): Preserve old way of doing things when is_legacy. (make_cygwin_bat): Ditto. (save_icon): Ditto. * mount.cc (read_mounts): Ditto. (set_root_dir): Ditto. * root.cc (load_dialog): Ditto. (save_dialog): Ditto. * install.cc (Installer::installOne): Don't install anything if there is no canonical file associated with source. (do_install_thread): Set up old-style registry entries if is_legacy rather than just keying on whether this is Windows NT. * io_stream_file.cc (io_stream_file::exists): Redefine "exists" to mean "it's a file". Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.677&r2=2.678 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/desktop.cc.diff?cvsroot=cygwin-apps&r1=2.52&r2=2.53 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.93&r2=2.94 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/io_stream_file.cc.diff?cvsroot=cygwin-apps&r1=2.26&r2=2.27 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.31&r2=2.32 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/root.cc.diff?cvsroot=cygwin-apps&r1=2.24&r2=2.25