cvs commit: hugs98/src/winhugs winhugs.c
Sigbjorn Finne
sof at glass.cse.ogi.edu
Thu Nov 27 18:34:53 EST 2003
sof 2003/11/27 18:34:53 PST
Modified files:
src/winhugs winhugs.c
Log:
- DoOptions(): if user hit Cancel, don't issue ":set" command.
- SaveGUIOptions(): no need to persist "Options", as it's already up-to-date.
- OptionsDlgProc():
if -F setting is the empty string, don't bother updating
'preprocessor' (we're breaking abstraction barriers here by
updating variables such as 'preprocessor' directly. A better
solution would be to build a :set string string here and
pass that to opts.c:setOptions() for processing. ToDo.)
Note: Nov2003 release of WinHugs will persist a syntactically
invalid Options string if the -F option is left empty. (Along
with opts.c robusto-tweaks, this commit fixes the issue.)
Revision Changes Path
1.21 +13 -17 hugs98/src/winhugs/winhugs.c
More information about the Cvs-hugs
mailing list