translated a handfull of strings and set the codeset to UTF-8 for the translations.
[xboard.git] / ChangeLog
index 71a2ae5..03d86e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 ChangeLog for XBoard/WinBoard
-* 02/28/2009: fixed an error in the parser. This should fix bug #22812.
+* 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 <grainman.timp@gmail.com> (tiny change)
+       added DESTDIR support to Makefile.in; similar patch also provided by Ali Polatel <kawdjer>
+       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.