This is the mail archive of the cygwin-cvs@sources.redhat.com mailing list for the Cygwin project.


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

src/winsup/cinstall ChangeLog Makefile.in dial ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sourceware.cygnus.com	2000-09-06 20:09:31

Modified files:
	winsup/cinstall: ChangeLog Makefile.in dialog.h main.cc net.cc 
	                 res.rc resource.h root.cc source.cc state.h 
Added files:
	winsup/cinstall: localdir.cc 

Log message:
	* localdir.cc: new, local package directory selection dialog; cd
	into selected directory
	* Makefile.in (OBJS): add localdir.o
	* dialog.h: add prototype for do_local_dir
	* main.cc (WinMain): initialize local_dir to cwd; add call to
	do_local_dir
	* net.cc (dialog_cmd): make DO_LOCAL_DIR next dialog
	* source.cc (dialog_cmd): ditto
	* res.rc: add DO_LOCAL_DIR dialog; remove "current directory" from
	presented choices in IDD_SOURCE; add IDS_ERR_CHDIR error string
	* resource.h: defines for DO_LOCAL_DIR dialog; define IDS_ERR_CHDIR
	* root.cc (dialog_cmd): make DO_LOCAL_DIR previous dialog
	* state.h: add local_dir variable

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/localdir.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefile.in.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/dialog.h.diff?cvsroot=src&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/main.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/net.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/res.rc.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/resource.h.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/root.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/source.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/state.h.diff?cvsroot=src&r1=2.1&r2=2.2


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