Changes of XShogi will are recorded starting with XShogi 1.0 patchlevel 10.

version 1.1 patchlevel 1 -> version 1.1 patchlevel 2

04/28/1993
   Change white colored symbols on some color monitors to black symbols.

version 1.0 patchlevel 11 -> version 1.1 patchlevel 1

04/27/1993
   Allow different colors for board and pieces on board.

04/12/1993
   Flipping horizontally the reversed pieces. Thanx to Mr. R.Susukita,
   who noticed the wrong images of reversed Chinese characters.

   Blinking piece on the square the machine has moved to. The number of 
   blinks is controlled by BLINK_COUNT in "xshogi.h".
 
04/09/1993
   Extenting the "save game" option. Text files created by this commond
   can be used as GNU Shogi text book files. If the file name exists,
   the user has the option to append the current game to the file or
   to overwrite the existing file. 


patchlevel 10 -> 11

04/08/1993
   Correction of the "save game" command. Now, games saved with this
   command can be read in using the "load game" command.
   "parser.l" has been replaced by "parser.bison" and "scanner.flex".
   The creation of "parser.c" using GNU Bison and GNU Flex has been
   included in "Makefile.custom".

patchlevel 9 -> 10                                            

04/01/1993
   Some changes in the Makefile in order to make it more easier to
   install on different machines.
04/02/1993
   Changing "bitmaps" to "eastern_bitmaps" and adding the more chess-like
   pieces from Paul Reines as "western_bitmaps". This forces minor
   changes in xshogi.c.

