X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ChangeLog;h=03d86e5b8fda8943838cbbe577dd1fa3686259d9;hb=caf132d171ae3adb518427d0d7fc769d6c4622dd;hp=62140d090a91c2551b7f2468bf46591e02544b39;hpb=de42af2c838bd38f306bc2c67d0c74dd1125d86b;p=xboard.git diff --git a/ChangeLog b/ChangeLog index 62140d0..03d86e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,39 @@ ChangeLog for XBoard/WinBoard +* 2009-03-17 APersaud: added initial german language support (130 of 301 strings translated). + +* 2009-02-28 APersaud: fixed bug #22853: changed all .Xdefaults to .Xresources in xboard.texi + +* 2009-02-28 anonymous (tiny change) + added DESTDIR support to Makefile.in; similar patch also provided by Ali Polatel + patch #6182; bug #25672 + +* 2009-02-28 APersaud: fixed missing datarootdir in Makefile.in -> autoconf -> new configure script + +* 2009-02-28 APersaud: fixed an error in the parser. This should fix bug #22812. + +* 06/12/2005: bugfix some more possible buffer overflows. + +* 06/27/2004: added simple icsEngineAnalyze for xboard + +* 06/26/2004: added icsEngineAnalyze for winboard: Analyze observe games +with a chessprogram on a Internet Chess Server (ICS) + +* 02/12/2004: Bugfix ICS interaction console crashed while chess +engine starting and user type in some stuff. We are wait now to finish +the engine boot. + +* 02/11/2004: Winboard: Added color lines for the ics interaction +console if zippy used + +* 02/09/2004: Added mousewheel support for winboard. Play moves +backward and forward with the mousewheel. + +xboard/WinBoard 4.2.7 -- Fri Nov 28 13:36:00 PST 2003 -- Tim Mann + +* 11/26/2003: In WinBoard, setting the -debug flag now logs ICS output +to WinBoard.debug too. (This isn't needed in xboard because ICS +output already goes to stdout, so it's easy to capture along with the +debug output on stderr.) This was issue #280 in the ToDo file. * 11/23/2003: Cleaned up some minor problems in cygwin.mak. Thanks to Hans Werner Strube for the problem report.