mlang pushed a commit to branch externals/chess in repository elpa. commit 361907a55155b647f20de62fa98942a9c166214e Author: Mario Lang <ml...@delysid.org> Date: Tue Jun 3 18:44:19 2014 +0200
Release chess.el 2.0.1 Fixing chess-polyglot on 32-bgit Emacsen and a invalid function error in chess-search-position. --- NEWS | 6 ++++++ chess.el | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 6a359e7..8220873 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,12 @@ written in Emacs Lisp. ** chess-polyglot now works on 32-bit platforms. +** Redo `chess-algebraic-regexp' with `rx' to improve readability. + +** Fix "invalid function" error in `chess-search-position'. + This was introduced by the recent conversion + of `chess--add-candidates' from a defsubst to a defmacro. + * Release 2.0.0: diff --git a/chess.el b/chess.el index b64bd20..0e13841 100644 --- a/chess.el +++ b/chess.el @@ -4,7 +4,7 @@ ;; Author: John Wiegley <jo...@gnu.org> ;; Maintainer: Mario Lang <ml...@delysid.org> -;; Version: 2.0.0 +;; Version: 2.0.1 ;; Package-Requires: ((cl-lib "0.5")) ;; Keywords: games ;; Compatibility: Emacs24