This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog res.rc resource.h site.cc site.h


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2006-03-10 17:18:20

Modified files:
	.              : ChangeLog res.rc resource.h site.cc site.h 

Log message:
	* res.rc: Update copyright.
	(IDS_MIRROR_LST): Use cygwin.com for mirror list, not sources.redhat.com.
	(NOSAVE2): sourceware.cygnus.com -> sources.redhat.com
	* site.cc (NOSAVE1): Use preferred name of sourceware site.
	(NOSAVE1_LEN): Use just-defined name to determine length.
	(NOSAVE2_LEN): Ditto.
	(NOSAVE3_LEN): Ditto.
	* res.rc (IDD_DROPPED): New dialog.
	* resource.h (IDD_DROPPED): New dialog-id.
	(IDC_DROP_MIRRORS, IDC_DROP_NOWARN): New control-ids.
	* site.cc: Add enum for response on dropped mirrors.
	(cache_is_usable, cache_needs_writing): New bools.
	(cache_warn_urls): New string.
	(cached_site-list, dropped_site_list): New SiteLists.
	(site_list_type::init, site_list_type::site_list_type): Change to four
	parameter form.
	(site_list_type::site_list_type, site_list_type::operator=) Copy servername,
	area and location.
	(load_site_list): New function, broken out of get_site_list.  Support
	four-parameter site_list_type.
	(get_site_list): Break out load_site_list.  Move reading cache earlier.  Don't
	write new cache.  Set flags to record cache state.  Load both all_site_list and
	cached_site_list.
	(SiteSetting::registerSavedSite): Use four-parameter site_list_type.
	(drop_proc, check_dropped_mirrors, write_cache_list, save_cache_file): New
	functions.
	(SitePage::OnNext): Check for dropped mirrors and save cache as appropriate.
	(SitePage::OnMessageCmd): Use four-parameter site_list_type.
	* site.h
	(site_list_type::init, site_list_type::site_list_type): Change to four
	parameter form.
	(site_list_type): Add servername, area and location members.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.527&r2=2.528
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.69&r2=2.70
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/resource.h.diff?cvsroot=cygwin-apps&r1=2.32&r2=2.33
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/site.cc.diff?cvsroot=cygwin-apps&r1=2.41&r2=2.42
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/site.h.diff?cvsroot=cygwin-apps&r1=2.16&r2=2.17


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]