[elpa] externals/osc 6b6dbb4: Release 0.4

2021-04-07 Thread Mario Lang
branch: externals/osc commit 6b6dbb4176f45f9ff3a783c816c4556ca2931a22 Author: Mario Lang Commit: Mario Lang Release 0.4 --- osc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc.el b/osc.el index 3c4ef6e..102afae 100644 --- a/osc.el +++ b/osc.el @@ -3,7 +3,7

[elpa] externals/osc 257e602: Fix blob encoding

2021-04-03 Thread Mario Lang
branch: externals/osc commit 257e602e2d7f0c90662822f5eada2e99285de00d Author: Mario Lang Commit: Mario Lang Fix blob encoding --- osc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc.el b/osc.el index e54b99a..3c4ef6e 100644 --- a/osc.el +++ b/osc.el @@ -54,7

[elpa] externals/osc dbc5a37: Send signed integers by default

2021-04-02 Thread Mario Lang
branch: externals/osc commit dbc5a37c3eef0741dde2049927aa8b0f79316923 Author: Mario Lang Commit: Mario Lang Send signed integers by default --- osc.el | 37 - 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/osc.el b/osc.el index 062f960

[elpa] externals/osc 9b288d5: Handle timetags in bundles

2021-03-31 Thread Mario Lang
branch: externals/osc commit 9b288d571bc5f461263ca8ce48b462a8aac9118d Author: Mario Lang Commit: Mario Lang Handle timetags in bundles --- osc.el | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/osc.el b/osc.el index 3c8a38f..062f960 100644 --- a

[elpa] externals/osc 07783f6: Fix osc-send-bundle

2021-03-31 Thread Mario Lang
branch: externals/osc commit 07783f6677ec5f0623c99580cbfdd21e1d44f099 Author: Mario Lang Commit: Mario Lang Fix osc-send-bundle --- osc.el | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/osc.el b/osc.el index f676554..3c8a38f 100644

[elpa] externals/osc 48d043e: Fix precision of osc-read-timetag

2021-03-31 Thread Mario Lang
branch: externals/osc commit 48d043e96006e3c0d84848ab506e5590ef8e42a3 Author: Mario Lang Commit: Mario Lang Fix precision of osc-read-timetag --- osc.el | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/osc.el b/osc.el index daa0421..f676554

[elpa] externals/osc c916424: New function `osc-make-message'

2021-03-30 Thread Mario Lang
branch: externals/osc commit c91642422eaea3cf4e7447e89a98dbe84f47e9a5 Author: Mario Lang Commit: Mario Lang New function `osc-make-message' --- osc.el | 33 + 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/osc.el b/osc.el index 5a

[elpa] externals/osc ef72809: Set binary coding for servers

2021-03-30 Thread Mario Lang
branch: externals/osc commit ef72809f3d425e502a379790863bdb4a46ab4797 Author: Mario Lang Commit: Mario Lang Set binary coding for servers --- osc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/osc.el b/osc.el index 8be30ef..5a6a33d 100644 --- a/osc.el +++ b/osc.el @@ -249,6 +249,7

[elpa] externals/osc 41c6577: Support for receiving double precision (float64) values

2021-03-30 Thread Mario Lang
branch: externals/osc commit 41c65773a75014cd32da5cf2072e6b563002bbff Author: Mario Lang Commit: Mario Lang Support for receiving double precision (float64) values --- osc.el | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/osc.el b/osc.el

[elpa] externals/chess 2d797ff 1/2: * chess-game.el (chess-game-ply): Fix docstring.

2020-09-19 Thread Mario Lang
branch: externals/chess commit 2d797ff3a3e9d8e0019feec7fa99a34b5d15ad42 Author: Mario Lang Commit: Mario Lang * chess-game.el (chess-game-ply): Fix docstring. --- chess-game.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess-game.el b/chess-game.el index d86f159

[elpa] externals/chess updated (31a581b -> 7193c24)

2020-09-19 Thread Mario Lang
mlang pushed a change to branch externals/chess. from 31a581b * chess-pgn.el (chess-pgn-parse): Fix unescaped character literal new 2d797ff * chess-game.el (chess-game-ply): Fix docstring. new 7193c24 * chess-network.el (chess-network-handler): Use `executable-find'.

[elpa] externals/chess 7193c24 2/2: * chess-network.el (chess-network-handler): Use `executable-find'.

2020-09-19 Thread Mario Lang
branch: externals/chess commit 7193c24769d463ae8920a2f8143f8cc3d0122eb1 Author: Mario Lang Commit: Mario Lang * chess-network.el (chess-network-handler): Use `executable-find'. --- chess-network.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess-network.el b/

[elpa] master updated (4db95ab -> 2604824)

2019-12-19 Thread Mario Lang
mlang pushed a change to branch master. from 4db95ab Concatenate messages instead of using a temp-buffer and buffer-string new dcb301b Support for binary blobs new 2604824 Release version 0.2 Summary of changes: packages/osc/osc.el | 31 +---

[elpa] master 2604824 2/2: Release version 0.2

2019-12-19 Thread Mario Lang
branch: master commit 2604824e5dfbe1ba23210f9d5c966fd8918832c4 Author: Mario Lang Commit: Mario Lang Release version 0.2 --- packages/osc/osc.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/osc/osc.el b/packages/osc/osc.el index 5450751..a63d382 100644

[elpa] master dcb301b 1/2: Support for binary blobs

2019-12-19 Thread Mario Lang
branch: master commit dcb301bb9894e2862183317622e6207bc0b8e8ed Author: Mario Lang Commit: Mario Lang Support for binary blobs * packages/osc/osc.el: (osc-blob, osc-read-blob): New functions. * (osc-send-message, osc-filter): Adjust. --- packages/osc/osc.el | 25

[elpa] master 4db95ab: Concatenate messages instead of using a temp-buffer and buffer-string

2019-12-19 Thread Mario Lang
branch: master commit 4db95ab266983bf89adcd17d17b91aee1a1b43b4 Author: Mario Lang Commit: Mario Lang Concatenate messages instead of using a temp-buffer and buffer-string * packages/osc/osc.el: (osc-float32, osc-int32, osc-string): New functions. * (osc-insert-float32, osc

[elpa] master d56dd03: Improve single precision floating point serialisation

2019-12-18 Thread Mario Lang
branch: master commit d56dd0378c5f8a582066c636599be1f297691142 Author: Mario Lang Commit: Mario Lang Improve single precision floating point serialisation * packages/osc/osc.el: Update copyright years and author email. * (osc-insert-float32): Use `copysign' and `

[elpa] master 3d0eb58: Adjust for NOAA server changes.

2016-09-27 Thread Mario Lang
branch: master commit 3d0eb5819af4af256e0160eda84f301275876631 Author: Mark Oteiza Commit: Mario Lang Adjust for NOAA server changes. --- packages/metar/metar.el | 32 +++- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/packages/metar/metar.el

[elpa] master b24a4b1: [poker] Version 0.2, update copyright years and add todo

2016-08-11 Thread Mario Lang
branch: master commit b24a4b18b8ca1bf225be7b8db16ff61028e633b1 Author: Mario Lang Commit: Mario Lang [poker] Version 0.2, update copyright years and add todo --- packages/poker/poker.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/poker/poker.el

[elpa] master daaaadf: Set default number of iterations to 300

2016-08-05 Thread Mario Lang
branch: master commit ddf5433967b1c1ca8665e209b6de4b32db76 Author: Mario Lang Commit: Mario Lang Set default number of iterations to 300 Accidentally set too high in previous commit. --- packages/poker/poker.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[elpa] master fe4bf34: Add a pre-flop hand strength table and an ert test for poker-hand-value

2016-08-05 Thread Mario Lang
branch: master commit fe4bf34d509d5fdaa18ba9a9b2a0a48f1cabf7a9 Author: Mario Lang Commit: Mario Lang Add a pre-flop hand strength table and an ert test for poker-hand-value Precalculated pre-flop starting hand values with 1^6 iterations. Adjust `poker-strength' to use them

[elpa] master 87f30ef 2/2: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-08-04 Thread Mario Lang
branch: master commit 87f30ef8a74139e763f4248b7d1bc531b585186e Merge: 87c8aaa d68f312 Author: Mario Lang Commit: Mario Lang Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- packages/realgud/.gitignore |1 + packages/realg

[elpa] master 87c8aaa 1/2: Improve performance of poker-hand-value by a factor of 4

2016-08-04 Thread Mario Lang
branch: master commit 87c8aaaf72326f0fd3c9fbb1a9dd6a050890ce3a Author: Mario Lang Commit: Mario Lang Improve performance of poker-hand-value by a factor of 4 `cl-count' is unnecessarily expensive, as it at least uses `length' and `nthcdr' which we really don

[elpa] master a275e71: Improve poker-hand-value performance by 25%

2016-08-03 Thread Mario Lang
branch: master commit a275e71c6ef8e3ece445d53582491fc606304d1b Author: Mario Lang Commit: Mario Lang Improve poker-hand-value performance by 25% Avoid unnecessary calls to poker-card-suit in flush check. --- packages/poker/poker.el | 13 + 1 file changed, 9

[elpa] master ad8d826 2/2: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-08-02 Thread Mario Lang
branch: master commit ad8d826e80836478286b55247639b1288d35f47f Merge: a5038a2 1f9393b Author: Mario Lang Commit: Mario Lang Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- packages/loc-changes/el-get-install.el | 104 packa

[elpa] master a5038a2 1/2: Very slightly improve performance

2016-08-02 Thread Mario Lang
branch: master commit a5038a2ee05561ba6e586fc5a63e8ba9187fba93 Author: Mario Lang Commit: Mario Lang Very slightly improve performance * packages/poker/poker.el (poker-hand-value): Use `delete-dups' instead of `cl-delete-duplicates' and avoid an unnecessary ca

[elpa] master 1e3a439: Use user-emacs-directory.

2016-08-01 Thread Mario Lang
branch: master commit 1e3a4396ea61d71b69eb9678417db5b3f4de0bb0 Author: Mario Lang Commit: Mario Lang Use user-emacs-directory. --- packages/async/async-bytecomp.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/async/async-bytecomp.el b/packages/async/async

[elpa] master 5d72b7e: [systemd] Use `process-file' instead of `shell-command'

2016-07-22 Thread Mario Lang
branch: master commit 5d72b7e0e18753050de2a8a31ba182325abbbaf7 Author: Mario Lang Commit: Mario Lang [systemd] Use `process-file' instead of `shell-command' --- packages/systemd/systemd.el |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packag

[elpa] master e84d1bf: Support for connecting to remote session bus

2016-07-22 Thread Mario Lang
branch: master commit e84d1bfa74ef03c967fe4fc96e65fbae9b8941d0 Author: Mario Lang Commit: Mario Lang Support for connecting to remote session bus --- packages/systemd/systemd.el | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/packages

[elpa] branch externals/chess updated (a1ec01c -> 298db38)

2014-10-02 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from a1ec01c Fix FEN insertion. new 298db38 [chess-ai] Handle pass. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "

[elpa] 01/01: [chess-ai] Handle pass.

2014-10-02 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 298db38184bbf31c1f69eae7b58e43f36ac4e36f Author: Mario Lang Date: Thu Oct 2 19:41:03 2014 +0200 [chess-ai] Handle pass. --- ChangeLog |4 chess-ai.el |2 +- 2 files changed, 5 insertions(+), 1

[elpa] 01/01: Fix FEN insertion.

2014-09-23 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit a1ec01c9704a65561f61c4c35c799caa05fe498b Author: Mario Lang Date: Tue Sep 23 12:23:20 2014 +0200 Fix FEN insertion. --- ChangeLog|4 chess-display.el |7 --- 2 files changed, 8 insertions

[elpa] branch externals/chess updated (e918d19 -> a1ec01c)

2014-09-23 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from e918d19 Release 2.0.4 new a1ec01c Fix FEN insertion. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were

[elpa] tag chess.el/2.0.4 created (now e918d19)

2014-07-28 Thread Mario Lang
mlang pushed a change to tag chess.el/2.0.4 in repository elpa. at e918d19 (commit) No new revisions were added by this update.

[elpa] branch externals/chess updated (00792b5 -> e918d19)

2014-07-28 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 00792b5 Update NEWS. new e918d19 Release 2.0.4 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were alrea

[elpa] 01/01: Release 2.0.4

2014-07-28 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit e918d19a919f339171850bc9ccf9797e091ba6d5 Author: Mario Lang Date: Mon Jul 28 17:30:46 2014 +0200 Release 2.0.4 --- chess.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chess.el b

[elpa] branch externals/chess updated (4ab6c33 -> 00792b5)

2014-07-28 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 4ab6c33 * chess-pos.el (chess-pos-search*) * chess-input.el (chess-input-display-moves): cl-delete-duplicates -> delete-dups. new cf74979 * chess-algebraic.el (chess-algebraic-to-ply): Remove dead code.

[elpa] 01/06: * chess-algebraic.el (chess-algebraic-to-ply): Remove dead code.

2014-07-28 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit cf7497969a25b9424ca7aeff230b720c75c75a88 Author: Mario Lang Date: Sun Jun 29 17:16:37 2014 +0200 * chess-algebraic.el (chess-algebraic-to-ply): Remove dead code. --- ChangeLog |4 chess

[elpa] 05/06: * chess-display.el (chess-display-draw-square): Add docstring.

2014-07-28 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit ad0bd9df140309728b2bbed737380299480cefc3 Author: Mario Lang Date: Mon Jul 28 12:07:54 2014 +0200 * chess-display.el (chess-display-draw-square): Add docstring. --- ChangeLog|2 ++ chess-display.el

[elpa] 04/06: * chess-database.el (chess-database-do-open): Require modules here. (chess-database-open): Instead of only requiring modules from `chess-database-modules'.

2014-07-28 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 25e9d04f38da45c2fb1b76b8b2cc6ff9fd8c51e4 Author: Mario Lang Date: Mon Jul 28 12:03:44 2014 +0200 * chess-database.el (chess-database-do-open): Require modules here. (chess-database-open): Instead of only

[elpa] 03/06: * chess-ply.el (chess-ply-keyword): Add docstring.

2014-07-28 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 970a24cfcc8bf71a15e5dbc9db6f5538e2fb2920 Author: Mario Lang Date: Mon Jul 28 10:47:03 2014 +0200 * chess-ply.el (chess-ply-keyword): Add docstring. * chess-input.el (chess-input): New custom group

[elpa] 02/06: Misc. fixes.

2014-07-28 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 8d03eceef113557406163d110f6a2b04b4a1596b Author: Mario Lang Date: Mon Jul 7 14:33:21 2014 +0200 Misc. fixes. --- chess-algebraic.el | 12 +++--- chess-display.el | 51 +++- chess

[elpa] 06/06: Update NEWS.

2014-07-28 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 00792b5d68aa5c2e8acd3bc816792822fd6bde9a Author: Mario Lang Date: Mon Jul 28 12:09:39 2014 +0200 Update NEWS. --- NEWS |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index

[elpa] branch externals/chess updated (95d1dec -> 4ab6c33)

2014-06-28 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 95d1dec Remove obsolete arguments and use more cl-check-type. new 4ab6c33 * chess-pos.el (chess-pos-search*) * chess-input.el (chess-input-display-moves): cl-delete-duplicates -> delete-dups. The 1 revisi

[elpa] 01/01: * chess-pos.el (chess-pos-search*) * chess-input.el (chess-input-display-moves): cl-delete-duplicates -> delete-dups.

2014-06-28 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 4ab6c335594387cf66efb28c528946a3d3c1db8f Author: Mario Lang Date: Sat Jun 28 13:27:58 2014 +0200 * chess-pos.el (chess-pos-search*) * chess-input.el (chess-input-display-moves): cl-delete-duplicates

[elpa] branch master updated (4e171a5 -> 9b6551e)

2014-06-24 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 4e171a5 Merge branch 'master' of github.com:leoliu/ggtags new 9b6551e Release 0.1. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions

[elpa] 01/01: Release 0.1.

2014-06-24 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 9b6551e1e71ffa00f4b4d4e78d2efcbd3d9204fd Author: Mario Lang Date: Tue Jun 24 11:09:47 2014 +0200 Release 0.1. --- packages/metar/metar.el | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git

[elpa] 01/01: Remove obsolete arguments and use more cl-check-type.

2014-06-23 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 95d1decf4ca8e3830a50c5095ae7ff69bd577e3f Author: Mario Lang Date: Tue Jun 24 01:01:39 2014 +0200 Remove obsolete arguments and use more cl-check-type. * chess-ply.el (chess-ply-p): New function. Change

[elpa] branch externals/chess updated (7074fb6 -> 95d1dec)

2014-06-23 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 7074fb6 Release 2.0.3. new 95d1dec Remove obsolete arguments and use more cl-check-type. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

[elpa] 01/01: Release 2.0.3.

2014-06-22 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 7074fb64c66fb84be9a1c8ee3abeb956da355fd9 Author: Mario Lang Date: Mon Jun 23 01:40:04 2014 +0200 Release 2.0.3. --- NEWS |8 chess.el |4 ++-- 2 files changed, 10 insertions(+), 2 deletions

[elpa] branch externals/chess updated (754fd7d -> 7074fb6)

2014-06-22 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 754fd7d Update chess.info and fix a minor misunderstanding in chess-display-update documentation. new 7074fb6 Release 2.0.3. The 1 revisions listed above as "new" are entirely new to this repository and w

[elpa] branch externals/chess updated (9d174fe -> 754fd7d)

2014-06-19 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 9d174fe Fix Texinfo usage and markup in the Chess manual. new 754fd7d Update chess.info and fix a minor misunderstanding in chess-display-update documentation. The 1 revisions listed above as "new" are en

[elpa] 02/02: Unbreak recursive require between chess-display and chess-pgn.

2014-06-18 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit a4443ab82ddd636db096c96c531787bf9c4e79f6 Author: Mario Lang Date: Wed Jun 18 23:48:45 2014 +0200 Unbreak recursive require between chess-display and chess-pgn. --- chess-ai.el |6 -- chess-common.el

[elpa] branch externals/chess updated (2549435 -> a4443ab)

2014-06-18 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 2549435 Release 2.0.2. new dc18a3b * chess.el Add to games menu. new a4443ab Unbreak recursive require between chess-display and chess-pgn. The 2 revisions listed above as "new" are entirely new

[elpa] 01/02: * chess.el Add to games menu.

2014-06-18 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit dc18a3b41633b13104329e85903ff15097f7bfcd Author: Mario Lang Date: Wed Jun 18 23:44:39 2014 +0200 * chess.el Add to games menu. --- chess-ics.el |3 +++ chess.el |3 +++ 2 files changed, 6 insertions

[elpa] branch master updated (4e3f655 -> d8c84a1)

2014-06-18 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 4e3f655 [poker] Add to the games menu. new d8c84a1 [chess] Package is maintained *in* ELPA. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The r

[elpa] 01/01: [chess] Package is maintained *in* ELPA.

2014-06-18 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit d8c84a139e138264f39ca5fbe2817f954b3cbc6b Author: Mario Lang Date: Wed Jun 18 21:25:33 2014 +0200 [chess] Package is maintained *in* ELPA. --- externals-list |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[elpa] branch master updated (69899e9 -> 4e3f655)

2014-06-18 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 69899e9 README: Use remote.origin.url to avoid loosing write access and save some typing. new 4e3f655 [poker] Add to the games menu. The 1 revisions listed above as "new" are entirely new to this repository and wi

[elpa] 01/01: [poker] Add to the games menu.

2014-06-18 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 4e3f655eb2b26cabef9d0d533fdad844ab0b5e7b Author: Mario Lang Date: Wed Jun 18 13:38:49 2014 +0200 [poker] Add to the games menu. --- packages/poker/poker.el |6 ++ 1 files changed, 6 insertions(+), 0 deletions

[elpa] branch externals/chess updated (6a27f61 -> 2549435)

2014-06-17 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 6a27f61 * chess-display.el (chess-display-highlight-legal): Rename misleading argument pos to index. new 2549435 Release 2.0.2. The 1 revisions listed above as "new" are entirely new to this repository an

[elpa] 01/01: Release 2.0.2.

2014-06-17 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 254943553395eef88611e3dfa39139200ddb88d4 Author: Mario Lang Date: Wed Jun 18 00:30:35 2014 +0200 Release 2.0.2. --- NEWS | 37 + chess.el |4 ++-- 2 files changed, 39

[elpa] branch master updated (6c23ac4 -> 69899e9)

2014-06-17 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 6c23ac4 Update README to tell how to checkout a single external package. new 69899e9 README: Use remote.origin.url to avoid loosing write access and save some typing. The 1 revisions listed above as "new" are ent

[elpa] 01/01: README: Use remote.origin.url to avoid loosing write access and save some typing.

2014-06-17 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 69899e958bc15611b6d6392abc2231763ead9cd6 Author: Mario Lang Date: Tue Jun 17 18:34:37 2014 +0200 README: Use remote.origin.url to avoid loosing write access and save some typing. --- README |2 +- 1 files changed, 1

[elpa] branch externals/chess updated (5b4adfc -> 6a27f61)

2014-06-17 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 5b4adfc * chess.texi: Include FDL. new 6a27f61 * chess-display.el (chess-display-highlight-legal): Rename misleading argument pos to index. The 1 revisions listed above as "new" are entirely new to this r

[elpa] 01/01: * chess-display.el (chess-display-highlight-legal): Rename misleading argument pos to index.

2014-06-17 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 6a27f6184f1766c2d613d7b7852187c8d665bf75 Author: Mario Lang Date: Tue Jun 17 18:13:41 2014 +0200 * chess-display.el (chess-display-highlight-legal): Rename misleading argument pos to index. --- chess-display.el

[elpa] branch externals/chess updated (965e2be -> 5b4adfc)

2014-06-16 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 965e2be Work on the manual. new 5b4adfc * chess.texi: Include FDL. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed

[elpa] 01/01: Work on the manual.

2014-06-16 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 965e2be5838a5a8cfac3e63d9e6ff686d7cd0114 Author: Mario Lang Date: Mon Jun 16 20:59:44 2014 +0200 Work on the manual. --- chess.info | 206 chess.texi

[elpa] branch externals/chess updated (642abf9 -> 965e2be)

2014-06-16 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 642abf9 * chess-input.el (chess-input-notation-type): New variable. (chess-input-test-move, chess-input-display-moves): Use it. (chess-input-shortcut): Generate initial ply list for numeric notation. new 96

[elpa] 02/02: * chess-input.el (chess-input-notation-type): New variable. (chess-input-test-move, chess-input-display-moves): Use it. (chess-input-shortcut): Generate initial ply list for numeric nota

2014-06-16 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 642abf9348814ce7ec217fcba99df919ac16c9e7 Author: Mario Lang Date: Mon Jun 16 15:50:46 2014 +0200 * chess-input.el (chess-input-notation-type): New variable. (chess-input-test-move, chess-input-display-moves

[elpa] branch externals/chess updated (cafc796 -> 642abf9)

2014-06-16 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from cafc796 * chess-input.el (chess-input-display-moves): Highlight valid target squares if `chess-display-highlight-legal' is non-nil. (chess-input-shortcut): Redraw board to remove highlights if a ply was submitted

[elpa] 01/02: * chess-ply.el (chess-legal-plies): Make :file keyword usable if :color is specified.

2014-06-16 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit eecd6f4f1a3ff3e955b62871deb9701d656f6e3f Author: Mario Lang Date: Mon Jun 16 15:22:54 2014 +0200 * chess-ply.el (chess-legal-plies): Make :file keyword usable if :color is specified. --- ChangeLog|3

[elpa] 01/01: * chess-input.el (chess-input-display-moves): Highlight valid target squares if `chess-display-highlight-legal' is non-nil. (chess-input-shortcut): Redraw board to remove highlights if a

2014-06-16 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit cafc796e65de08c84583a53dfd9e4962e566f5cc Author: Mario Lang Date: Mon Jun 16 10:09:43 2014 +0200 * chess-input.el (chess-input-display-moves): Highlight valid target squares if `chess-display-highlight-legal

[elpa] branch externals/chess updated (ce0e128 -> cafc796)

2014-06-16 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from ce0e128 (chess-display-mode-map): Bind DEL to `chess-input-shortcut-delete new cafc796 * chess-input.el (chess-input-display-moves): Highlight valid target squares if `chess-display-highlight-legal' is no

[elpa] 01/01: (chess-display-mode-map): Bind DEL to `chess-input-shortcut-delete

2014-06-15 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit ce0e1286c30f67ee87a95220fe8d160779731ae1 Author: Mario Lang Date: Mon Jun 16 02:21:00 2014 +0200 (chess-display-mode-map): Bind DEL to `chess-input-shortcut-delete --- ChangeLog|2 ++ chess-display.el

[elpa] branch externals/chess updated (9b32e8a -> ce0e128)

2014-06-15 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 9b32e8a * chess-display.el (chess-display-move): Fix repainting when playing against the internal engine (AI) which runs off the `post-move' game event by adding a `redisplay' call just before the `post-move' emisi

[elpa] 01/01: * chess-display.el (chess-display-move): Fix repainting when playing against the internal engine (AI) which runs off the `post-move' game event by adding a `redisplay' call just before t

2014-06-15 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 9b32e8a76fa91acb7a33f4227833280398741168 Author: Mario Lang Date: Mon Jun 16 01:08:48 2014 +0200 * chess-display.el (chess-display-move): Fix repainting when playing against the internal engine (AI) which runs

[elpa] branch externals/chess updated (f3d3337 -> 9b32e8a)

2014-06-15 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from f3d3337 * chess-display.el (chess-fen, chess-pgn): Require. new 9b32e8a * chess-display.el (chess-display-move): Fix repainting when playing against the internal engine (AI) which runs off the `post-move'

[elpa] 01/01: * chess-display.el (chess-fen, chess-pgn): Require.

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit f3d3337b2dc1a030d4d87a430d87ddcf56bf65f1 Author: Mario Lang Date: Sun Jun 15 04:18:24 2014 +0200 * chess-display.el (chess-fen, chess-pgn): Require. --- chess-display.el |6 -- 1 files changed, 4

[elpa] branch externals/chess updated (3fa2b4d -> f3d3337)

2014-06-14 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 3fa2b4d (chess-display-highlight-move): Simplify. new f3d3337 * chess-display.el (chess-fen, chess-pgn): Require. The 1 revisions listed above as "new" are entirely new to this repository and will be descr

[elpa] branch externals/chess updated (0a5389e -> 3fa2b4d)

2014-06-14 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 0a5389e * chess-display.el (chess-display-draw-square): New function. (chess-display-paint-move, chess-display-set-piece): Use it. new 3fa2b4d (chess-display-highlight-move): Simplify. The 1 revisions lis

[elpa] 01/01: (chess-display-highlight-move): Simplify.

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 3fa2b4db0eb930f763353cd3b72623215d30341a Author: Mario Lang Date: Sun Jun 15 04:05:03 2014 +0200 (chess-display-highlight-move): Simplify. --- ChangeLog|1 + chess-display.el |9 + 2 files

[elpa] 01/01: * chess-display.el (chess-display-draw-square): New function. (chess-display-paint-move, chess-display-set-piece): Use it.

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 0a5389e92c0ba865048b7ef0f433b4f7f0e08e31 Author: Mario Lang Date: Sun Jun 15 03:44:40 2014 +0200 * chess-display.el (chess-display-draw-square): New function. (chess-display-paint-move, chess-display-set-piece

[elpa] branch externals/chess updated (c2e7e1b -> 0a5389e)

2014-06-14 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from c2e7e1b * chess-display.el (chess-display): Link to info node. new 0a5389e * chess-display.el (chess-display-draw-square): New function. (chess-display-paint-move, chess-display-set-piece): Use it. The 1

[elpa] 01/02: Work on the manual.

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 294553e21dcae3b95368fa76375b0e717a1f0097 Author: Mario Lang Date: Sun Jun 15 01:40:17 2014 +0200 Work on the manual. --- chess.info | 222 +--- chess.texi

[elpa] branch externals/chess updated (aebafa9 -> c2e7e1b)

2014-06-14 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from aebafa9 * chess-display.el (chess-display-select-piece): Redraw legal targets if a move is either accepted or the same piece is selected again. This fixes ... (chess-display-highlight-legal): Now set to `t' by defa

[elpa] 02/02: * chess-display.el (chess-display): Link to info node.

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit c2e7e1b029eceb4c9b9cc512f6b6a8c9afeb0ee7 Author: Mario Lang Date: Sun Jun 15 02:17:40 2014 +0200 * chess-display.el (chess-display): Link to info node. --- chess-display.el | 23 +++ 1 files

[elpa] 01/01: * chess-display.el (chess-display-select-piece): Redraw legal targets if a move is either accepted or the same piece is selected again. This fixes ... (chess-display-highlight-legal): No

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit aebafa98c17557b889b5a8b1bcb24854fcf9f5e9 Author: Mario Lang Date: Sun Jun 15 01:10:36 2014 +0200 * chess-display.el (chess-display-select-piece): Redraw legal targets if a move is either accepted or the same

[elpa] branch externals/chess updated (08fc4c6 -> aebafa9)

2014-06-14 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 08fc4c6 (chess-pgn-mode-map): New variable, split out from... (chess-pgn-mode): Fix autogenerated docstring to include keymap description. new aebafa9 * chess-display.el (chess-display-select-piece): Redra

[elpa] 01/01: (chess-pgn-mode-map): New variable, split out from... (chess-pgn-mode): Fix autogenerated docstring to include keymap description.

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 08fc4c6b3dc6ef43e2d6891f9dc40344d907126e Author: Mario Lang Date: Sat Jun 14 16:55:00 2014 +0200 (chess-pgn-mode-map): New variable, split out from... (chess-pgn-mode): Fix autogenerated docstring to include

[elpa] branch externals/chess updated (e872564 -> 08fc4c6)

2014-06-14 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from e872564 * chess-test.el (chess-test): Renamed to... (chess-test-database): More descriptive name. (chess-perft): Require as this is our entry-point for testing. * doc/chess.texi: Renamed to... * chess.texi: Top-le

[elpa] branch externals/chess updated (3a44294 -> e872564)

2014-06-14 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 3a44294 (chess-algebraic-regexp, chess-algebraic-to-ply): Optionally allow "0-0" and "0-0-0" in addition to "O-O" and "O-O-O" to mean castling. (chess-algebraic-regexp, chess-algebraic-to-ply): Handle figurine not

[elpa] 01/01: * chess-test.el (chess-test): Renamed to... (chess-test-database): More descriptive name. (chess-perft): Require as this is our entry-point for testing. * doc/chess.texi: Renamed to... *

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit e8725641a89ef55181f9e27750faeb0c44e678ab Author: Mario Lang Date: Sat Jun 14 16:08:04 2014 +0200 * chess-test.el (chess-test): Renamed to... (chess-test-database): More descriptive name. (chess-perft

[elpa] 02/02: (chess-algebraic-regexp, chess-algebraic-to-ply): Optionally allow "0-0" and "0-0-0" in addition to "O-O" and "O-O-O" to mean castling. (chess-algebraic-regexp, chess-algebraic-to-ply):

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 3a442940cedaf94d4ddd2805b79f8f08b06cd54e Author: Mario Lang Date: Sat Jun 14 13:30:39 2014 +0200 (chess-algebraic-regexp, chess-algebraic-to-ply): Optionally allow "0-0" and "0-0-0" in addi

[elpa] branch externals/chess updated (9295c19 -> 3a44294)

2014-06-14 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 9295c19 * chess-pos.el (chess-pos-en-passant, chess-pos-status) (chess-pos-side-to-move, chess-pos-annotations) (chess-pos-preceding-ply): Enable use as generalized variables. (chess-pos-p): New function. ne

[elpa] 01/02: * chess-algebraic.el (chess-ply-to-algebraic): If TYPE is `:numeric', generate ICCF numeric notation.

2014-06-14 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit d26ae3b157f0374e43cef34f798d633107d456d8 Author: Mario Lang Date: Sat Jun 14 12:12:20 2014 +0200 * chess-algebraic.el (chess-ply-to-algebraic): If TYPE is `:numeric', generate ICCF numeric not

[elpa] 01/01: * chess-pos.el (chess-pos-en-passant, chess-pos-status) (chess-pos-side-to-move, chess-pos-annotations) (chess-pos-preceding-ply): Enable use as generalized variables. (chess-pos-p): New

2014-06-13 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 9295c19fcd9ea1148fa2ecb43ee3a8197a1ec8bc Author: Mario Lang Date: Fri Jun 13 23:37:23 2014 +0200 * chess-pos.el (chess-pos-en-passant, chess-pos-status) (chess-pos-side-to-move, chess-pos-annotations

[elpa] branch externals/chess updated (eb15e97 -> 9295c19)

2014-06-13 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from eb15e97 Fix "makeinfo --html". new 9295c19 * chess-pos.el (chess-pos-en-passant, chess-pos-status) (chess-pos-side-to-move, chess-pos-annotations) (chess-pos-preceding-ply): Enable use as generalized vari

[elpa] 01/01: Fix "makeinfo --html".

2014-06-13 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit eb15e97bc9ac0cfe111cedc09416eb21039a23d8 Author: Mario Lang Date: Fri Jun 13 11:31:16 2014 +0200 Fix "makeinfo --html". --- doc/chess.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[elpa] branch externals/chess updated (c7e551d -> eb15e97)

2014-06-13 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from c7e551d Work on the manual. new eb15e97 Fix "makeinfo --html". The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "

[elpa] 01/01: Work on the manual.

2014-06-12 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit c7e551d9a9bc0ff29068ae8953c1e50bd39e831b Author: Mario Lang Date: Thu Jun 12 08:24:08 2014 +0200 Work on the manual. --- chess.info | 93 - doc/chess.texi

  1   2   3   >