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

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

[elpa] 01/01: Release chess.el 2.0.1


From: Mario Lang
Subject: [elpa] 01/01: Release chess.el 2.0.1
Date: Tue, 03 Jun 2014 16:45:18 +0000

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

commit 361907a55155b647f20de62fa98942a9c166214e
Author: Mario Lang <address@hidden>
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 <address@hidden>
 ;; Maintainer: Mario Lang <address@hidden>
-;; Version: 2.0.0
+;; Version: 2.0.1
 ;; Package-Requires: ((cl-lib "0.5"))
 ;; Keywords: games
 ;; Compatibility: Emacs24



reply via email to

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