X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ChangeLog;h=1ce2f423733bd4fe3ddec00020aaeb472505deeb;hb=07265afaa167049a447b4c5f43e5ef90c7451a49;hp=319af6b015d999410e6c7c8cc881ac054ef0b55c;hpb=64f72f31685ea1dff12b19b22cfaf7a53ccc079f;p=polyglot.git diff --git a/ChangeLog b/ChangeLog index 319af6b..1ce2f42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +=========1.4w10UCIb24=========== +- Portability fixes for WIN9X (Eric Mullins). +- Portability fixes for MSVC++ (Eric Mullins). +- Default setting of RepeatPV is now true. +- Do not read data if input buffer is full (Windows). +=========1.4w10UCIb22=========== +- Polyglot now completely poll free... +=========1.4w10UCIb21=========== +- Crash bug in memory command fixed +- Small optimizations +=========1.4w10UCIb20=========== +- More refactoring. +- No more polling for GUI input +=========1.4w10UCIb18=========== +- Two new utilities: info-book and dump-book. +=========1.4w10UCIb17=========== +- More refactoring. main.cpp is now #ifdef _WIN32 free. +- The main loop (previously in adapter.cpp) is now in its own file mainloop.cpp. +- adapter.cpp has been renamed into xboard2uci.cpp. It is #ifdef _WIN32 free. +- EOF from the engine no longer kills PG. It should now +be possible to close an engine and reopen another one (if that ever became useful) +=========1.4w10UCIb16=========== +- xboard options commands +- correction of handling of combo boxes in UCI protocol +- "gui-mode". It is now possible to run PG without config file +- The polyglot options are not exported, so they are now settable by the GUI =========1.4w10UCIb15=========== - Due to refactoring time stamps in Windows would be written twice. This has been fixed.