Mercurial > ecos
diff host/tools/configtool/ChangeLog @ 613:f83ca6359915
* configtool/standalone/wxwin/admindlg.cpp,
configtool/standalone/wxwin/configtooldoc.cpp,
configtool/standalone/wxwin/configtool.cpp,
configtool/standalone/wxwin/mainwin.cpp,
configtool/standalone/wxwin/appsettings.cpp:
Look for all persistent application settings under
"HKEY_CURRENT_USER\Software\eCos Configuration Tool\"
for consistency.
* configtool/standalone/wxwin/appsettings.cpp:
Board 'reset type' is determined at run-time and no longer persistent.
* configtool/standalone/wxwin/configtooldoc.cpp:
Determine board reset type by looking for "cyg_test_is_simulator=1"
rather than just "cyg_test_is_simulator" since "cyg_test_simulator=0"
is also possible.
* configtool/standalone/wxwin/mainwin.cpp:
Supress obsolete menu items.
* configtool/standalone/wxwin/platformeditordialog.cpp:
Replace LF (rather than CRLF) with ';' when storing GDB commands.
* ecostest/common/eCosTestPlatform.cpp:
Look for all persistent application settings under
"HKEY_CURRENT_USER\Software\eCos Configuration Tool\"
for consistency.
| author | jld |
|---|---|
| date | Thu, 13 Feb 2003 16:23:38 +0000 |
| parents | f2d369dad95f |
| children | c2866eff7fb9 |
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,3 +1,28 @@ +2003-02-13 John Dallaway <jld@ecoscentric.com> + + * standalone/wxwin/admindlg.cpp, + standalone/wxwin/configtooldoc.cpp, + standalone/wxwin/configtool.cpp, + standalone/wxwin/mainwin.cpp, + standalone/wxwin/appsettings.cpp: + Look for all persistent application settings under + "HKEY_CURRENT_USER\Software\eCos Configuration Tool\" + for consistency. + + * standalone/wxwin/appsettings.cpp: + Board 'reset type' is determined at run-time and no longer persistent. + + * standalone/wxwin/configtooldoc.cpp: + Determine board reset type by looking for "cyg_test_is_simulator=1" + rather than just "cyg_test_is_simulator" since "cyg_test_simulator=0" + is also possible. + + * standalone/wxwin/mainwin.cpp: + Supress obsolete menu items. + + * standalone/wxwin/platformeditordialog.cpp: + Replace LF (rather than CRLF) with ';' when storing GDB commands. + 2003-02-10 John Dallaway <jld@ecoscentric.com> * standalone/wxwin/runtestsdlg.cpp,
