updated Changelog using git log --no-merges --pretty="* %ai: %s%n %b" HEAD v4.2.7
authorArun Persaud <arun@nubati.net>
Sun, 12 Jul 2009 19:31:47 +0000 (12:31 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 12 Jul 2009 19:31:47 +0000 (12:31 -0700)
ChangeLog

index 7338258..af0c6fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-ChangeLog for XBoard/WinBoard\r
+ChangeLog for XBoard/WinBoard \r
+-----------------------------\r
 \r
-* 04/15/2009: Updated the winboard.rtf of 4.3.15 with the 4.3.16\r
-additions, and a more fitting description of ICS-analysis mode.\r
+(latest entries created by git log --no-merges --pretty="* %ai: %s%n %b" vnew vold)\r
+       \r
+* 2009-07-12 11:34:28 -0700: cleaned up some more copyright notices\r
\r
+* 2009-07-12 11:22:30 -0700: updated copyright to reflect A. Scotte as copyright holder\r
+ need to mention him, since the paperwork won't be finished before the next release\r
+\r
+* 2009-07-12 10:56:29 -0700: updated patchlevel to "k"\r
\r
+* 2009-07-12 10:53:50 -0700: fixed autoconf problem with VERSION/PATCHLEVEL variables\r
+ xboard used it's own version of PRODUCT, VERSION and PATCHLEVEL variables. Switched to PACKAGE_STRING provided by autoconf\r
+\r
+* 2009-07-12 10:29:46 -0700: cleaned up old CVS left overs\r
+ removed $Id tags from all files\r
+\r
+* 2009-07-12 10:10:17 -0700: converted xhistory via dos2unix\r
\r
+* 2009-07-12 10:09:24 -0700: fixed crash in history window\r
+ someone discovered that opening the move-history window in XBoard leads to\r
+an immediate crash. Turns out that renaming the menu item broke it! (The\r
+name of the item was apprently used elsewhere in the code to access it,\r
+for putting a check mark there.)\r
+\r
+* 2009-07-12 10:04:30 -0700: fix for Animation of castling moves in Chess960\r
+ Animation of castling moves in Chess960 turned out to sometimes make the\r
+king disappear from the display. For the time being I patched this in\r
+xboard.c to suppress animation of FRC castling moves altogether. As FRC\r
+castlings internally are represented as KxR, the to-square does not make\r
+sense anyway, which made the animation look very weird even when it led\r
+not to a king disappearance act. And the Rook move of a castling is never\r
+animated.\r
+\r
+* 2009-07-11 22:44:53 -0600: Update GCC makefile to remove .obj targets.\r
+ Dunno how they got in there, but they should be .o\r
+\r
+* 2009-07-11 22:42:41 -0600: Update makefile dependencies on help.c and help.h.\r
\r
+* 2009-07-11 22:36:59 -0600: Allow compiling with MSVC6.0 and 4.1\r
+ Move prototypes into help.h, after making sure that DWORD_PTR is\r
+defined.  Include help.h from winboard.c and help.c so both files\r
+benefit from the definition.\r
+\r
+* 2009-07-11 18:26:16 -0700:  lists these accelerator keys in the menus for JAWS\r
\r
+* 2009-07-11 18:24:19 -0700: added shortcuts\r
+ This patch allows the use of Ctrl+C and Ctrl+V for Copy Game and Paste even in I C S mode when the board has focus.\r
+\r
+* 2009-07-11 18:22:17 -0700: better handling of pasting a game without PGN tags\r
+ patch in wclipbrd.h to make it smarter to decide between pasting a game or a position so it can handle games without PGN tags. If it doesn't parse as a FEN it is assumed to be a game.\r
+\r
+* 2009-07-11 18:20:56 -0700: fixed parser error for knight move\r
+ The parser had a strange quirk: it recognized bd2 as a valid Knight move\r
+(Nb1-d2) while this SAN format should be reserved for Pawn moves only.\r
+\r
+* 2009-07-11 18:19:30 -0700:  fixed a few warnings in connection with the help patch (now warning free)\r
\r
+* 2009-07-11 18:13:50 -0700: some major re-assignment of accelerator keys in the JAWS\r
\r
+* 2009-07-11 16:54:53 -0600: several small fixes\r
+ uptracked winboard.ini\r
+\r
+Cleanup: moved "Some definitions required..." from winboard.c to config.h,\r
+and combined some definitions from borland w/ MS.\r
+\r
+Changed internal HtmlHelp return type and 4th argument to facilitate various\r
+compilers.  These changes, while not strictly adhering to HtmlHelp() conventions,\r
+won't impact anything since the function modified is internal only.\r
 \r
-* 04/15/2009: Added internationalization to xengineoutput.c and\r
-xoptions.c. Fixed missing */ in xboard.c.\r
+Modified HtmlHelp return values to integer to silence warnings.\r
 \r
-* 04/13/2009: transferred all changes since 4.2.7 to 4.3.pre16, to make \r
-4.4.pre1, which should lead to a full merger of the 4.2 and 4.3 line\r
+Added help.c to the project in makefile.gcc & makefile.ms.\r
 \r
-* 02/28/2009: fixed an error in the parser. This should fix bug #22812. \r
+Fixed duplicate resource in winboard.rc.\r
+\r
+* 2009-07-09 22:08:15 -0700: added JAWS support; help files for Vista; bugfixes for winboard.c\r
+ * JAWS support\r
+* help files should now work under Vista (the user has to have either a program to view old windows help files or to view html-files installed)\r
+* I fixed the tabbing between all windows that were added according to Tim's sugestions.\r
+* I added typing in of a move number in the move type-in dialog as a shortcut to going to that position by use of the < and > buttons. Mainly intended to ease life for the blind, but I think it can be generally useful. (Although the move-history dialog provides that functionality too, this is quicker if you don't happen to have it open.)\r
+* I added typing of a FEN in the move type-in dialog in Edit Position mode. (Which could not be used without mouse at all, and is defective in crazyhouse even with mouse, as there was no way to populate holdings.)\r
+\r
+* 2009-07-09 22:03:00 -0700: some bugfixes: ICS error handling\r
+ * play a different sound for takebacks in ICS mode\r
+* pop up error messages for illegal moves for typed-in moves\r
+\r
+* 2009-07-09 21:50:41 -0700: removed no longer needed debug message\r
\r
+* 2009-07-09 21:48:23 -0700: fixed compile error from a previous change\r
\r
+* 2009-07-09 21:44:54 -0700: user selectable font in game list\r
+ This makes the game list use the same (user selectable) font as the the move-history window.\r
+\r
+* 2009-06-30 21:27:34 -0700: fixed typos in xboard.texi documentation.\r
\r
+* 2009-06-30 21:16:59 -0700: updated the FAQ\r
\r
+* 2009-06-27 17:06:26 -0700: changed font in engine output window\r
+ The engine-output window now uses the same font as the move-history window\r
+(which was selectable in the "Options  -> Fonts..." menu, while the other\r
+wasn't).\r
+\r
+* 2009-06-27 17:03:19 -0700: fixed some characters in xboard.texi\r
+ It seems that copying manual sections from the RTF to th texi file did\r
+somehow mess up the double-quote characters, and changed them into some\r
+strange (unicode?) symbols.\r
+\r
+* 2009-06-27 16:56:36 -0700: two shogi related bugfixes\r
+ I discovered a bug in the move generator for the Shogi Dragon King. I\r
+guess it went unnoticed so far because this is a promoted version of the\r
+Rook, which hardly occurs in games. (moves.c)\r
+\r
+There was also a problem with the piecesfix I sent you before; Shogi\r
+chosen as initial variant did use wrong piece symbols. (I had tested this\r
+on gothic, but there it happened to work for a different reason, unique to\r
+gothic.) This affects xboard.c.\r
+\r
+* 2009-06-27 16:54:04 -0700: small cleanup\r
\r
+* 2009-06-27 16:51:02 -0700: adds bitmaps for shogi promotions, and selects the bitmaps or pixmaps for the more rarely used piece types on a per-variant basis.\r
\r
+* 2009-06-27 16:44:36 -0700: adds new piece types in the promotion dialog and edit-position piece menu\r
\r
+* 2009-06-27 16:13:15 -0700: updated bitmaps files\r
+ files for fairy pieces where missing, others had names that didn't work with autoloading.\r
+\r
+* 2009-06-27 16:06:35 -0700: fixed a bug concerning bitmaps\r
\r
+* 2009-06-27 15:53:45 -0700: give a default directory for bitmaps files (tiny change)\r
+ this is also one of the debian patches, should be rewritten to use the correct install directory. No Author was given.\r
+\r
+* 2009-06-27 15:47:52 -0700: verbose_error_message_about_recognized_options (tiny change from Debian patches)\r
\r
+* 2009-06-27 15:45:14 -0700: add a visual low time warning (tiny change from Debian patches)\r
\r
+* 2009-06-24 23:31:52 -0700: dos 2 unix conversion of backend.c\r
\r
+* 2009-06-24 23:30:07 -0700: exchanged some sprintf with snprintf\r
+ found in a patch for the debian system, extended it a bit to other sprintf's\r
+original patch included only 11 lines by Florian Ernst <florian@debian.org>\r
+\r
+* 2009-06-24 23:07:23 -0700: enabled a patch for default settings in winboard\r
\r
+* 2009-06-24 22:53:11 -0700: updated copyright notice\r
\r
+* 2009-06-24 22:52:20 -0700: patches a bug in chosing the initial board size on a virgin startup I introduced recently\r
\r
+* 2009-06-24 22:49:33 -0700: I put in testing for the winning condition in 3checks\r
+ on a check it just goes through the entire game to subject every position on a check test, to see if there were two more.\r
+\r
+* 2009-06-24 22:47:01 -0700: updated copyright notice in docs\r
\r
+* 2009-06-24 22:41:40 -0700: added small patch from debian (tiny change)\r
+ according to the debian patch tracker, this patch is by Florian Ernst <florian@debian.org>.\r
+It fixes whitespace issues in filename called from cmail.\r
+\r
+* 2009-06-24 22:33:13 -0700: converted dos2unix format for xboard.texi\r
\r
+* 2009-06-24 22:31:57 -0700: deleted two more files that don't need to be in git\r
+ these files can be generated by autogen.sh\r
+\r
+* 2009-06-21 12:10:31 -0700: major overhaul of the -stickyWindows feature\r
+ I did a major overhaul of the -stickyWindows feature. The game-list and ICS-interaction windows are now also sticky. I also added a form of stickiness when the main window is resized; edges of auxiliary windows sticking to the right or bottom side of the main window stay attached when the window resizes (due to nr of board squares or their size). The way the window coordinates are saved in the .ini file is now relative to the main window, and some dummy options are added to be able to recognize right- and bottom-edge sticking, and reconstruct that when WB starts up with another board size. Also added are volatile options to ensure there will be space for auxiliary windows above and left of the main window.\r
+\r
+* 2009-06-21 12:07:01 -0700: fixed long-algebraic form of drops\r
+ The WB parser turned out not to understand the long-algebraic form of drops send by an ICS. (like B/@@-e4), so even with legality testing off I now use the SAN move for drops.\r
+\r
+* 2009-06-18 18:35:31 -0700: Refined stalemate adjudication in Suicide, some cleanup\r
+ Refined stalemate adjudication in Suicide, which seems to be not always won\r
+for the stalemated side, but for the side with the smallest number of pieces.\r
+Cleaned up the adjudication code in the process. (backend.c moves.c, moves.h)\r
+Also includes a tiny change in the -autoKibitz format, as requested on\r
+Talkchess.\r
+\r
+* 2009-06-18 18:32:57 -0700: Enhancement of the way -autoLogo decides which logos to display\r
\r
+* 2009-06-16 00:06:59 -0700: bugfix and enhancement in autoKibitz mode\r
+ changed the format of the autoKibitz: score/depth in stead of depth/score, as in PGN. I also supress the ICS time for the move now in the PGN if extended info is available.\r
+\r
+When enhancing the functionality of the autoKibitz command (using the\r
+opponent engine kibitz for the saved PGN) I discovered that the xengineoutput.c\r
+in our tree was obsolete, and contained a routine of which the arguments\r
+were no\r
+longer compatble with the call from backend.c, and caused segfaulting. I\r
+copied in\r
+the  corresponding routine in wengineo.c, which was compatible. That the\r
+compiler\r
+did not flag this is a sign of badly organized code, I suppose...\r
+\r
+The enhancement itself affected backend.c.\r
+\r
+* 2009-06-16 00:04:13 -0700: modified clock layout\r
+ I altered the display of the clocks in the presence of engine logos; I used to\r
+stack them, but some inquiry on Talkchess sowed that people disliked the\r
+stacking. So now I display them next to each other again, but as 2-line-high\r
+fields to make room for te logos.\r
+\r
+* 2009-06-15 23:59:32 -0700: new zippy option zippyShortGame\r
+ On request of Mike Adams I added a new zippy option, -zippyShortGame, to make life more difficult for abusers of abort and disconnect for cheating.\r
+\r
+* 2009-06-15 23:56:40 -0700: fixed some bugs in the animation of atomic captures\r
\r
+* 2009-06-13 15:27:26 -0700: some small bugfixes\r
+ I had overlooked one place from which the FEN writer (of whicf I changed the argument types), which made WB crash if you copied a FEN (or PGN that cotained FEN) to the clipboard. I must have overlooked a warning during compile, or some depedency is not correct in the makefile. Anyway, wclipboard.c had to be changed.\r
+\r
+I also moved adjudication of some losing conditions to before tetsing for stalemate, (e.g. in atomic, if your king get destroyd you lose, even if you have no moves after that because it was your only piece.). this affects backend.c.\r
+\r
+I had used the same bits in the frule-modifier flags for indicating mandatory capture as was already used for indicating FRC-style castling. This led to frequent illegal move calls in FRC... (moves.h)\r
+\r
+* 2009-06-13 10:45:17 -0700: cleaned up HTML in FAQ.html -- still need to work on content\r
\r
+* 2009-06-13 09:36:26 -0700: added option for work-around for some FRC engines in regards to FRCFENs\r
+ It suddenly occurred to me that I had promised on CCC to include an option to provide a work-around for the problem that some FRC engines do not understand FRC FENs (and thus do not play at all under WinBoard, as FRC always has to begin with sending the initial position).\r
+\r
+So I added the options -firstNeedsNoncompliantFEN, -secondNeedsNoncompliantFEN. This affects winboard.c and xboard.c, (for defining the option), common.h, backend.h, backend.c, (for implementing it), xboard.texi and winboard.rtf (decribing it). This option provides users with a means to always force the FEN castling field to KQkq (but can be used for many other work-arounds as well).\r
+\r
+* 2009-06-13 09:30:31 -0700: fixed bug with random calls\r
+ There also seemed to be a bug with the shuffling of opening positions; I had changed the declaration of the position number from long long int to u64 to comply with MSVC, but this suppressed shuffling completely. I now changed it to int. I recently noted a problem with true randomizing anyway: this was based on srand(time()), but time() apparently did not change fast enough, so that starting several games in rapid succession (because the book line contained a 3-fold repetition) produced identical games. So I now seed the random once and for all during startup, based on the msec of the time mark, and removed the other calls to srand().\r
+\r
+* 2009-06-13 09:26:14 -0700: changed name for fairymax program in xboard.h\r
\r
+* 2009-06-13 09:25:07 -0700: removed my name from copyright message in help->about menu\r
\r
+* 2009-06-13 09:22:02 -0700: fixed -stickyWindows option\r
+ I figured out why -stickyWindows was not working in XP and Vista\r
+(while it always worked under Win2K), and I think I found a fix for\r
+it that works under all Windows versions. (I tried XP and Win2K.)\r
+\r
+* 2009-06-13 09:20:38 -0700: Updated docs for Engine-Settings menu\r
\r
+* 2009-06-13 09:19:05 -0700: Awareness of winning conditions for atomic and giveaway variants; two bugfixes\r
+ fixed bug in claim verification\r
+Bugfix on initial position of Great Shatranj\r
+\r
+* 2009-06-13 09:16:47 -0700: Legality testing (mandatory capture) in giveaway variants\r
\r
+* 2009-06-13 09:16:17 -0700: don't ignore winboard/parser.c\r
\r
+* 2009-06-13 09:12:15 -0700: Added new variant Twilight Chess\r
\r
+* 2009-06-13 09:08:57 -0700: some renaming and restructuring of WB menu items, to conform more to XBoard\r
\r
+* 2009-06-13 09:07:07 -0700: Fixed bug in atomic patch that interfered with non-atomic variants\r
\r
+* 2009-06-10 21:46:11 -0700: fixed different use of engine option compared to Polyglot\r
+ it turns out the new Polyglot uses a sightly different version of the GUI->engine option command than the one I proposed (and implemented in XBoard; Michel sneaked in an '=' sign between the NAME and VALUE of the option, to allow for more unambiguous parsing.\r
+\r
+I guess in principle this is a good idea, so I adapted XBoard to Polyglot rather than the other way around. The result is that there are canges in xboard.c, and the documentation.\r
+\r
+I noticed that I unjustly had internationalized the option strings to be send to the engine in xoptions.c; this was of course nonsense, as this was WB protocol. So I undid that too.\r
+\r
+* 2009-06-10 21:37:47 -0700: add the already supported variants 3check and great (=Great Shatranj) to the New Variant... menu.\r
\r
+* 2009-06-10 21:32:22 -0700: animate explosions in variant atomic (if animate moves is on).\r
\r
+* 2009-06-10 21:30:19 -0700: fixed castling bug in variant twokings.\r
\r
+* 2009-06-10 21:22:36 -0700: fixed forteitary wins for special game variations\r
+ feature that corrects forfeitary wins (e.g. on time) of a bare King to draws of course breaks proper operation in losers, suicide and giveaway\r
+\r
+* 2009-06-09 21:02:51 -0700: automatically test ini file extension for files from commandline option @filename\r
+ The winboard.c is a patch that automatically tries indirection files on the\r
+command line (@filename type arguments) also with an extension .ini if the name itself\r
+did not match any existing file and contained no period. This saves the user typing the\r
+.ini all the time (which I started to find pretty annoying while working on the installer\r
+package).\r
+\r
+* 2009-06-08 15:23:58 -0700: added gamelisttag option to xboard\r
+ also updated documentation.\r
+\r
+* 2009-06-08 15:20:00 -0700: updated RTF file for winboard\r
\r
+* 2009-06-06 09:12:48 -0700: fixed syntax error in texi file\r
\r
+* 2009-06-06 08:57:52 -0700: updated to patchlevel "j"\r
\r
+* 2009-06-06 09:00:25 -0700: fixed adjudicating probelm in Shantranj\r
+ Refrain from adjudicating a draw based on insufficient mating material\r
+(except bare King vs bare King) in Shatranj (where in this case you can\r
+still win by baring the opponent's King).\r
+\r
+* 2009-06-06 08:55:17 -0700: updated documentation and FAQ\r
\r
+* 2009-06-04 22:52:31 -0700: source clean up. Fix compiler warning, removed unused variables, etc.\r
\r
+* 2009-06-04 20:43:29 -0700: adding support for different windows compiler\r
+ Eric kindly provided us with some makefiles for different windows compiler and also fixed some issues that came up while using those compilers.\r
+\r
+* 2009-06-04 18:27:26 -0700: cleanup: got rid of a lot of files that are not needed for a new release\r
+ lots of documentation was available in several places, old unused source files and not used graphics file were floating around in the tree. This should clean up most of it. No need to keep these files around, especially since we are using version control.\r
+\r
+* 2009-05-29 18:56:06 -0700: added the Action-menu items that allow the user to adjudicate ongoing games in Two-Machines mode.\r
+ This was an already existing backend function from Winboard_x; I only had to create a menu item for it to be called. Due to an oversight I had forgotten to do that so far. (Logically, I should have done it in the 4.3.5 release, where I updated the XBoard menus to conform to the WinBoard menus.)\r
+\r
+I tested them, and they seem to work. (As expected.)\r
+\r
+* 2009-05-28 22:23:00 -0700: updated patchlevel to "i"\r
\r
+* 2009-05-28 22:19:08 -0700: small change to mousewheel support; two changes in window behaviour\r
+ * Visible effects during resizing suppressed, bug in chosing new size fixed.\r
+* No longer reserves left and top margins next to main window on first popup.\r
+* built in some hysteresis into mousewheel support, ignorng the first event in any new\r
+direction to suppress effects from accidential mouse movement.\r
+\r
+* 2009-05-28 22:11:11 -0700: corrected 'animate dragging'\r
+ I finally figured out how the 'animate dragging' works in XBoard,\r
+so that I could add code to do the unstacking of multiple pieces\r
+in the holdings, rather than always leaving an empty square while\r
+you drag them. (And then suddenly re-growing the remaining pieces\r
+as you make the drop.)  It does not look as fancy as in WinBoard\r
+yet, because the counts still only decrease when you release the\r
+piece, rather than when you lift it. But this is not nearly as\r
+disturbing as leaving empty holdings (if only temporarily) when\r
+you still have pieces there.\r
+\r
+* 2009-05-28 22:06:15 -0700: Added comand-line options -debugFile (as synonym for -nameOfDebugFile, as WinBoard also has these synonyms), and -engineDebugOutput (wich already existed in the backend).\r
\r
+* 2009-05-28 21:57:53 -0700: updated documentation for new release\r
\r
+* 2009-05-28 21:55:51 -0700: added Xiangqi perpetual-chase detection\r
\r
+* 2009-05-28 00:06:53 -0700: Updated all files to GPL version 3.\r
\r
+* 2009-05-28 00:03:32 -0700: converted two files from dos to unix format\r
\r
+* 2009-05-27 23:12:24 -0700: updated INSTALL, NEWS and other files for new release\r
+ cleaned up a bit and updated some information in the text files.\r
+\r
+* 2009-05-07 21:48:23 -0700: winboard/config.h shouldn't be in .gitignore, only ./config.h\r
\r
+* 2009-05-07 21:47:37 -0700: bumped patchlevel to 0g\r
\r
+* 2009-05-07 21:46:02 -0700: corrected path in makefile\r
\r
+* 2009-05-07 21:45:48 -0700: updated rtf\r
\r
+* 2009-05-07 21:45:25 -0700: added firstOptions, secondOptions, noGUI, firstXBook, secondXBook\r
\r
+* 2009-05-07 21:44:03 -0700: handle promotion case for Shogi\r
\r
+* 2009-05-07 21:43:34 -0700: add note about RESULT command for GUI programmers\r
\r
+* 2009-05-07 21:42:37 -0700: small changes to book.c\r
+  added code for different board sizes\r
+ added some debuginfo\r
+ handle promotion of pieces\r
+\r
+* 2009-05-05 23:07:18 -0700: added a .gitignore file\r
\r
+* 2009-05-03 12:41:06 -0700: wrong line ending for Unix... ran dos2unix on both files\r
\r
+* 2009-05-02 13:51:50 -0700: fixed texinfo files, added windows help file, removed config.h from git\r
+ texinfo.in is not needed anymore, since it only provided a version string, but this can be created automatically using autotools\r
+\r
+deleted config.h from version control, since it is automatically created.\r
+added winboard.hlp file (not sure if needed)\r
+\r
+* 2009-04-26 23:34:34 -0700: updated autoconf init file\r
+ * renamed autoconf init file from configure.in to configure.ac\r
+ * added bug-report email address to ac_init\r
+ * replaced ac_output(...) with ac_config_files, ac_config_commands and ac_output\r
+ * 2009-04-26 14:49:03 -0700: parser.c is generated by lex, so it shouldn't be tracked and also parcer.c shouldn't be in Makefile.am \r
+ * 2009-04-26 14:44:51 -0700: added book.c to Makefile.am \r
+ * 2009-04-26 13:49:15 -0700: use autoheader to create config.h.in\r
+ no need to track this in git anymore\r
+\r
+* 2009-04-26 11:13:26 -0700: fixed autoheader warings, remove depreciated acconfig.h\r
\r
+* 2009-04-26 10:30:23 -0700: added a autogen.sh\r
\r
+* 2009-05-02 10:55:39 -0700: changes from H.G. Muller; version 4.3.16\r
\r
+* 2009-05-02 10:50:10 -0700: changes from H.G. Muller; version 4.3.15\r
\r
+* 2009-05-02 10:38:39 -0700: changes from H.G. Muller; version 4.3.14\r
\r
+* 2009-05-02 10:13:41 -0700: HGM fixed cygwin compile for winboard\r
\r
+* 2009-04-24 16:11:57 -0700: cross compilier working\r
\r
+* 2009-04-19 10:00:52 -0700: changes from H.G. Muller; version 4.3.13\r
\r
+* 2009-04-19 09:52:47 -0700: changes from H.G. Muller; version 4.3.12\r
\r
+* 2009-04-19 09:48:59 -0700: changes from H.G. Muller; version 4.3.8\r
\r
+* 2009-04-19 09:44:15 -0700: changes from H.G. Muller; version 4.3.7\r
\r
+* 2009-04-19 09:39:19 -0700: changes by H.G. Muller; version 4.3.4\r
\r
+* 2009-04-19 09:34:31 -0700: changes from H.G. Muller; version 4.3.2\r
\r
+* 2009-04-19 10:26:24 -0700: changes from H.G. Muller\r
\r
+* 2009-04-16 23:06:13 -0700: cleaned up the directory a bit. Removed winboard-dm-beta, merged the two Changelogs together\r
\r
+* 2009-04-16 14:12:48 -0700: changes from Alessandro Scotti from 20060129\r
\r
+* 2009-04-16 14:09:33 -0700: changes from Alessandro Scotti from 20060112\r
\r
+* 2009-04-16 14:04:02 -0700: changes from Alessandro Scotti from 20051231\r
\r
+* 2009-04-16 13:59:12 -0700: changes from Alessandro Scotti from 20051129\r
\r
+* 2009-04-16 13:53:41 -0700: changes from Alessandro Scotti from 20050322\r
\r
+* 2009-04-10 04:18:59 +0000: translated a handfull of strings and set the codeset to UTF-8 for the translations.\r
\r
+* 2009-03-18 03:20:50 +0000: Translation: added German po file (roughly 50% translated)\r
\r
+* 2009-03-01 04:23:54 +0000: fixed bug #22853: changed all .Xdefaults to .Xresources in xboard.texi\r
\r
+* 2009-03-01 02:43:43 +0000: fixed bug #25672, patch #6182 by adding DESTDIR support to Makefile.in\r
\r
+* 2009-03-01 02:33:26 +0000: fixed a warning message in the configure script\r
\r
+* 2009-02-28 22:58:57 +0000: fixed parser.l. Should fix bug #22812\r
\r
+* 2009-02-28 22:58:14 +0000: fixed parser.l. Should fix bug #22812\r
\r
+* 2009-02-28 22:55:30 +0000: added myself to the AUTHOR file\r
\r
+* 2007-06-15 04:26:57 +0000: Initial check-in of NSIS Winboard installer files.\r
  \r
 * 06/12/2005: bugfix some more possible buffer overflows. \r
  \r