]> code.delx.au - gnu-emacs-elpa/commitdiff
Release 2.0.2.
authorMario Lang <mlang@delysid.org>
Tue, 17 Jun 2014 22:30:35 +0000 (00:30 +0200)
committerMario Lang <mlang@delysid.org>
Tue, 17 Jun 2014 22:30:35 +0000 (00:30 +0200)
NEWS
chess.el

diff --git a/NEWS b/NEWS
index 8220873d7f67194e9a3161078e2da96b77e1c67f..20540588e7b1f7ea81804d469eabc07fd0faff99 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,43 @@
 This is the NEWS file for Emacs Chess, a chess client and analysis library
 written in Emacs Lisp.
 
+\f
+* Release 2.0.2:
+
+** Major updates to the Info manual.
+
+** Algebraic move input:
+
+*** It is now possible to enter moves in numeric notation by
+    customizing `chess-input-notation-type'.
+
+*** Backspace (DEL) on terminals now deletes input as expected.
+
+*** If `chess-display-highlight-legal' is non-nil, target squares of
+    posssible moves are highlighted while you type.
+
+** The board and modeline is now correctly updated when making a move against
+   the internal engine (AI).
+
+** An error when editing positions with the `chess-plain' display has been fixed.
+
+** Legal move target highlights are now properly removed again once a move
+   has been selected, or the selected piece has been deselected.
+
+*** As a consequence of this fix, `chess-display-highlight-legal' is now
+    on by default.
+
+** `chess-ply-to-algebraic' can now generate figurine algebraic and
+   numeric notation.
+
+** `chess-algebraic-to-ply' can now handle figurine algebraic notation.
+
+** Several compiler warnings have been fixed.
+   
+** The `chess-autosave' module is disabled by default for now.
+
+** The incomplete and unused constant `chess-piece-name-table' has been removed.
+
 \f
 * Release 2.0.1:
 
index f470370ff59b8a2eb09bfbf41194feb9fa868730..e45eee96903c94fbae304f40aef9cadedff64f50 100644 (file)
--- a/chess.el
+++ b/chess.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley <johnw@gnu.org>
 ;; Maintainer: Mario Lang <mlang@delysid.org>
-;; Version: 2.0.1
+;; Version: 2.0.2
 ;; Package-Requires: ((cl-lib "0.5"))
 ;; Keywords: games
 ;; Compatibility: Emacs24
@@ -89,7 +89,7 @@
   :group 'games
   :link '(custom-manual "(chess)Top"))
 
-(defconst chess-version "2.0.1"
+(defconst chess-version "2.0.2"
   "The version of the Emacs chess program.")
 
 (defcustom chess-default-display