Bump version to "1.4.1+".
[gnushogi.git] / xshogi / NEWS
1 Changes of XShogi will are recorded starting with XShogi 1.0 patchlevel 10.
2
3 version 1.3 
4
5 01.06.1999
6     o New maintainer: Mike Vanier (mvanier@bbb.caltech.edu).
7
8     o Merged xshogi into the gnushogi source tree.
9       Henceforth, further revisions of xshogi will be noted in the
10       top-level NEWS file; this file will not be added to.
11
12     o Cleaned up the source code and Makefile.
13
14     o Changed the code to refer to "gnushogi" instead
15       of "gnushogix" since gnushogi now is only
16       one executable, and the default input/output
17       format is the xshogi format.
18
19     o Removed support for Internet Shogi Server (ISS);
20       there are now better ways to play shogi over the internet
21       such as JavaShogi, so this support was redundant.
22
23
24 version 1.2 patchlevel 2 -> version 1.2 patchlevel 3 
25
26 23.5.1995
27    several changes concerning color and time control
28
29 11.2.1994
30    going into force mode after pressing backward button
31
32 version 1.2 patchlevel 1 -> version 1.2 patchlevel 2
33
34 11.10.1993
35    correcting "Save/Load File/Position" bugs
36    correction for compilation without -DISS
37    adding "Save Game" to ISS mode
38
39 version 1.1 patchlevel 3 -> version 1.2 patchlevel 1
40
41 28.10.1993
42    Support if the Internet Shogi Server (ISS) according to XBoard 2.1 with -iss True.
43    Access Western piece set with -wps True
44    Display negative times (after fallen flag)
45
46 version 1.1 patchlevel 2 -> version 1.1 patchlevel 3
47
48 05.08.1993
49    Adding "Select Level" button: allows to reset thinking time for
50    black and white.
51    Adding "Move NOW" button: forces GNU Shogi to stop thinking and to
52    make the current best move.
53  
54 17.07.1993
55    checking file type when loading game or position from file
56
57 02.07.1993
58    Adding a "Challenge" button: pressing this button tries to open
59    a new window on a remote display, which can be used in "force"
60    mode as interface for a remote player.
61
62 11.05.1993
63    Detect draw by repetition
64
65 05.04.1993
66    Adding alternative eastern bitmaps for promoted rook and 
67    promoted bishop
68
69 04.29.1993
70    Correction of the Send Board routine: now promoted pieces are sent as
71    promoted (and not as unpromoted as in the previous version) to gnushogix.
72    After loading position from game file, side next to move is now set
73    correctly. 
74
75 version 1.1 patchlevel 1 -> version 1.1 patchlevel 2
76
77 04/28/1993
78    Change white colored symbols on some color monitors to black symbols.
79
80 version 1.0 patchlevel 11 -> version 1.1 patchlevel 1
81
82 04/27/1993
83    Allow different colors for board and pieces on board.
84
85 04/12/1993
86    Flipping horizontally the reversed pieces. Thanx to Mr. R.Susukita,
87    who noticed the wrong images of reversed Chinese characters.
88
89    Blinking piece on the square the machine has moved to. The number of 
90    blinks is controlled by BLINK_COUNT in "xshogi.h".
91  
92 04/09/1993
93    Extenting the "save game" option. Text files created by this commond
94    can be used as GNU Shogi text book files. If the file name exists,
95    the user has the option to append the current game to the file or
96    to overwrite the existing file. 
97
98
99 patchlevel 10 -> 11
100
101 04/08/1993
102    Correction of the "save game" command. Now, games saved with this
103    command can be read in using the "load game" command.
104    "parser.l" has been replaced by "parser.bison" and "scanner.flex".
105    The creation of "parser.c" using GNU Bison and GNU Flex has been
106    included in "Makefile.custom".
107
108 patchlevel 9 -> 10                                            
109
110 04/01/1993
111    Some changes in the Makefile in order to make it more easier to
112    install on different machines.
113 04/02/1993
114    Changing "bitmaps" to "eastern_bitmaps" and adding the more chess-like
115    pieces from Paul Reines as "western_bitmaps". This forces minor
116    changes in xshogi.c.
117