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