X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ChangeLog;h=03d86e5b8fda8943838cbbe577dd1fa3686259d9;hb=caf132d171ae3adb518427d0d7fc769d6c4622dd;hp=b9d19aca41031aad62fa0ee16d3a8e2f51efc938;hpb=1787d72dbd0f3ff703050df00dc6ebb5eebe14d7;p=xboard.git diff --git a/ChangeLog b/ChangeLog index b9d19ac..03d86e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,75 @@ 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. + +* 11/23/2003: Updated the default list of chess servers in +winboard/defaults.h. Deleted two that appear to be dead and added a +new one that is active. + +* 11/19/2003: Swapped icon_white.bm and icon_black.bm in XBoard. +Hopefully this will get them the right way around by default on more X +window managers. I wish I understood this better. + +* 11/18/2003: Implemented a simple 32-bit random number generator for +WinBoard, replacing the Windows rand(), which ranges only up to +0x7fff. Formerly on Windows, only zippy.lines sayings that started in +the first 32767 bytes of the file could ever be used. This was issue +#505 from the ToDo file. + +* 11/16/2003: The xboard man page and info files are now built from a +common set of texinfo source files, and the xboard man page now covers +cmail as well. Formerly, ever since the texinfo file was first +contributed to the project, it was separate from the man page and the +two files had to be updated in parallel, making for a maintenance +nightmare. To make combining the files possible, I took the Perl +script "texi2man" from the GNU Units project and added support for a +larger subset of the texinfo markup language. I then carefully +compared the old man page and old texinfo file to make sure the latest +and clearest words survived into the new combined texinfo file. It +would be great to merge in WinBoard's help file too, but that's a +larger project. It would have to be heavily conditionalized to +deal with differences in features between XBoard and WinBoard. + +* 11/15/2003: Cleaned up and applied a small patch from Daniel +Mehrmann, to stop overly long PVs in thinking output from causing a +buffer overflow crash in backend.c. + * 11/5/2003: When a chess engine sends a "telluser" command (including the cases where "tellall" or "tellopponent" acts like telluser), the information now goes into a nonmodel popup that is automatically @@ -16,9 +86,7 @@ load, as it gets linked to from the Web. * Modified xboard and winboard makefiles to be able to build the project in the new combined directory structure. -* Added woodthunk.wav sound contributed by Robert Jurjevic. - -* Applied a security fix to pxboard, from Martin Maeok. +* Applied a small security fix to pxboard, from Martin Maeok. * Fixed a bug in the game list dialog. The change in 4.2.6 to opening games in text mode (meant to avoid getting extra \r's into comments)