This is the mail archive of the cygwin-apps-cvs@sources.redhat.com 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 propsheet.cc propsheet.h


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2003-08-03 16:25:19

Modified files:
	.              : ChangeLog propsheet.cc propsheet.h 

Log message:
	2003-08-03  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
	
	* propsheet.cc (Copyright): Update copyright dates.
	(PropSheet::PropSheet): Remove NumPropPages initialization.
	(PropSheet::CreatePages): Use PropertyPages.size() instead of
	NumPropPages.
	(PropSheet::Create): Ditto.
	(PropSheet::AddPage): Change to use new PropertyPages std::vector<>.
	* propsheet.h (Copyright): Update copyright dates.
	(File Scope): Include <vector>.
	(PropSheet::PropertyPages): Change from array to vector<>.
	(PropSheet::NumPropPages): Remove.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.412&r2=2.413
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/propsheet.cc.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/propsheet.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5


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