[elpa] 03/03: Small cleanup in chess-ply--move-text.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit eaa2b63142d5f73c2ba936c2d82fc0e68984c167 Author: Mario Lang Date: Tue Jun 3 23:44:15 2014 +0200 Small cleanup in chess-ply--move-text. Remove dead code (prog1), redo nested if with cond, and use chess-i

[elpa] 01/03: Remove obsolete comment.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit e779635a0c41152595e8e457bc92a9b9d7f87c92 Author: Mario Lang Date: Tue Jun 3 22:41:30 2014 +0200 Remove obsolete comment. --- Makefile |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Makef

[elpa] branch externals/chess updated (361907a -> eaa2b63)

2014-06-03 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 361907a Release chess.el 2.0.1 new e779635 Remove obsolete comment. new 7b6e180 Let chess-algebraic.el depend on chess-ply.el, not the other way around. new eaa2b63 Small cleanup in che

[elpa] 02/03: Let chess-algebraic.el depend on chess-ply.el, not the other way around.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 7b6e18060cb5b3d494e60a91b52d7a8952cc27c0 Author: Mario Lang Date: Tue Jun 3 23:15:03 2014 +0200 Let chess-algebraic.el depend on chess-ply.el, not the other way around. * chess-ply.el (chess-ply-to-string,

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

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 361907a55155b647f20de62fa98942a9c166214e Author: Mario Lang 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-sear

[elpa] branch externals/chess updated (6d943ea -> 361907a)

2014-06-03 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 6d943ea Makefile: Use -f batch-byte-compile. new 361907a Release chess.el 2.0.1 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revi

[elpa] branch externals/chess updated (835e4f8 -> 6d943ea)

2014-06-03 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 835e4f8 Makefile: Do not specify --batch twice. new 6d943ea Makefile: Use -f batch-byte-compile. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

[elpa] 01/01: Makefile: Use -f batch-byte-compile.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 6d943ea99ee0b6f625caee3d6a8afadfdbf064fc Author: Mario Lang Date: Tue Jun 3 18:21:23 2014 +0200 Makefile: Use -f batch-byte-compile. --- Makefile |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff

[elpa] branch externals/chess updated (04dc0c8 -> 835e4f8)

2014-06-03 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 04dc0c8 chess-algebraic-regexp: Use rx. new 835e4f8 Makefile: Do not specify --batch twice. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate email

[elpa] 01/01: Makefile: Do not specify --batch twice.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 835e4f828a162cd93d6cd91e2d4d2a6a82cf8ad2 Author: Mario Lang Date: Tue Jun 3 14:25:00 2014 +0200 Makefile: Do not specify --batch twice. --- Makefile |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) dif

[elpa] 01/01: chess-algebraic-regexp: Use rx.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 04dc0c8e7a8f2e8936b815be166bb3d41447dacb Author: Mario Lang Date: Tue Jun 3 13:43:06 2014 +0200 chess-algebraic-regexp: Use rx. --- chess-algebraic.el | 40 1 files change

[elpa] branch externals/chess updated (f37f79b -> 04dc0c8)

2014-06-03 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from f37f79b chess-perft requires chess-display. new 04dc0c8 chess-algebraic-regexp: Use rx. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

[elpa] 01/03: chess-search-position: Use dolist instead of mapc.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 6676272a5026cf0c7bd95d2d64fa840d46434df0 Author: Mario Lang Date: Tue Jun 3 11:33:41 2014 +0200 chess-search-position: Use dolist instead of mapc. mapc on a macro fails for obvious reasons. --- chess-pos.e

[elpa] 03/03: chess-perft requires chess-display.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit f37f79bb60404a1a9487b7e8de8082af0b33c54e Author: Mario Lang Date: Tue Jun 3 11:36:22 2014 +0200 chess-perft requires chess-display. --- chess-perft.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) dif

[elpa] branch externals/chess updated (3ba4ea4 -> f37f79b)

2014-06-03 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 3ba4ea4 Fix chess-polyglot to work on 32-bit Emacsen. new 6676272 chess-search-position: Use dolist instead of mapc. new 4d85c83 Compile chess-perft and dependencies to speed up ert tests.

[elpa] 02/03: Compile chess-perft and dependencies to speed up ert tests.

2014-06-03 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 4d85c83a42e7887a47923b971ba3d32fb2467bdc Author: Mario Lang Date: Tue Jun 3 11:34:37 2014 +0200 Compile chess-perft and dependencies to speed up ert tests. --- Makefile | 13 - 1 files changed, 12 ins