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