Curses: fix inverted column numbers display for minishogi.
[gnushogi.git] / NEWS
1 GNU shogi news
2 --------------
3
4 Changes in version 1.4.2 (unreleased):
5
6 * XShogi is no longer included in the GNU Shogi source, it is
7   available as a separate source archive.
8 * Fixed display of column number for MiniShogi in Curses mode.
9 * Minor code cleanups.
10
11 Changes in version 1.4.1 (01/2014):
12
13 * Initial support for the MiniShogi variant, for now as a separate
14   executable built using "./configure --enable-minishogi".
15 * Support for building without the curses UI.
16 * Preliminary win32 support: can be built on cygwin with gcc3, in the
17   win32 directory.
18 * Build system enhancements.
19 * Bug fixes.
20
21 Changes in version 1.4.0 (03/2012):
22
23 * Main change is the license switch to GPL3.
24 * Project is now being maintained on a git repository.
25 * Bug fixes.
26
27 Changes in version 1.3.2 (07/2004):
28
29 * configure.in has been renamed to configure.ac
30
31 * A number of small fixes were added to make the program compile and run
32   correctly on modern Linuxes.
33
34
35 Changes in version 1.3.1 (07/2001):
36
37 * New piece bitmaps for both westernized and Japanese piece sets, courtesy of
38   Bernhard Maerz.
39
40
41 Changes in version 1.3 (07/1999):
42
43 * xshogi has been merged into the gnushogi source tree and build process.
44
45 * gnushogi is now only one executable, instead of three (one each for the raw
46   text interface, the xshogi interface, and the curses interface).  The three
47   interfaces are still there; you select between them using a command-line
48   option: "gnushogi -C" for the curses interface, "gnushogi -R" for the raw
49   text interface, and "gnushogi -X" or just "gnushogi" for the xshogi
50   interface.  Making the xshogi interface the default makes it easier for
51   xshogi to invoke gnushogi (translation: I couldn't be bothered figuring out
52   why this was the case, so I just left it that way).
53
54 * The gnushogi and xshogi source code has been thoroughly cleaned up and
55   ANSIfied.  Several files have been renamed.  Makefiles have also been
56   cleaned up considerably, but you don't need to care about this, because... 
57
58 * Building GNU shogi and xshogi now uses a configure script generated by
59   autoconf.  This should increase portability and make compilation much
60   easier. 
61
62 * There is now fairly extensive documentation in texinfo form, which has been
63   used to generate info, postscript, and html versions of the documentation.
64   The man page is included in the texinfo file.  The (separate) man pages have
65   been updated to deal with the new command-line options for gnushogi.
66
67
68 This file starts with GNU Shogi 1.3 (07/01/1999).