emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 01/01: Release 2.0.2.


From: Mario Lang
Subject: [elpa] 01/01: Release 2.0.2.
Date: Tue, 17 Jun 2014 22:30:47 +0000

mlang pushed a commit to branch externals/chess
in repository elpa.

commit 254943553395eef88611e3dfa39139200ddb88d4
Author: Mario Lang <address@hidden>
Date:   Wed Jun 18 00:30:35 2014 +0200

    Release 2.0.2.
---
 NEWS     |   37 +++++++++++++++++++++++++++++++++++++
 chess.el |    4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 8220873..2054058 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,43 @@ This is the NEWS file for Emacs Chess, a chess client and 
analysis library
 written in Emacs Lisp.
 
 
+* 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.
+
+
 * Release 2.0.1:
 
 ** chess-polyglot now works on 32-bit platforms.
diff --git a/chess.el b/chess.el
index f470370..e45eee9 100644
--- a/chess.el
+++ b/chess.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley <address@hidden>
 ;; Maintainer: Mario Lang <address@hidden>
-;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]