[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] 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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] 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] 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 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] 01/01: Add new simple package poker.el.

2014-05-17 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit ef28a81e024a280c65016ec2088ebebb8dacda4d Author: Mario Lang Date: Sun May 18 00:15:27 2014 +0200 Add new simple package poker.el. --- packages/poker/poker.el | 862 +++ 1 files

[elpa] branch master updated (b66b467 -> ef28a81)

2014-05-17 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from b66b467 [xpm maint] Add HACKING; nfc. new ef28a81 Add new simple package poker.el. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions

[elpa] branch master updated (43ce3a8 -> a2d6129)

2014-05-18 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 43ce3a8 [gnugo int] Accomodate XPM w/ :color-symbols property. new a2d6129 Initial import of chess.el. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate ema

[elpa] branch master updated (74183c5 -> 62451e0)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 74183c5 * .gitignore: Add ergoemacs-mode. new 62451e0 Move chess.el to externals/chess branch. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. Th

[elpa] branch master updated (62451e0 -> 4c0ae95)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 62451e0 Move chess.el to externals/chess branch. new 4c0ae95 Add packages/chess to .gitignore. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. Th

[elpa] 01/01: Add packages/chess to .gitignore.

2014-05-21 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 4c0ae95a66eb83bb403f1182532116b2a75a653b Author: Mario Lang Date: Wed May 21 22:46:41 2014 +0200 Add packages/chess to .gitignore. --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a

[elpa] branch externals/chess updated (239405f -> ad29c2d)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 239405f Remove old file. new ad29c2d Add XBoard-based XPM piece images. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions li

[elpa] branch externals/chess updated (ad29c2d -> 7f66100)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from ad29c2d Add XBoard-based XPM piece images. new 7f66100 Put .git and .gitignore in .elpaignore and remove obsolete .exclude file. The 1 revisions listed above as "new" are entirely new to this repository a

[elpa] 01/01: Put .git and .gitignore in .elpaignore and remove obsolete .exclude file.

2014-05-21 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 7f66100444935bede8eb5298e6788d62edbe4fcc Author: Mario Lang Date: Wed May 21 23:18:44 2014 +0200 Put .git and .gitignore in .elpaignore and remove obsolete .exclude file. --- .elpaignore |2 ++ .exclude

[elpa] branch master updated (4c0ae95 -> 3aa66fc)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 4c0ae95 Add packages/chess to .gitignore. new 3aa66fc Make sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does not prompt interactively. The 1 revisions listed above as "new" are entirely new to this repository an

[elpa] 01/01: Make sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does not prompt interactively.

2014-05-21 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 3aa66fc408d73f063b19332643c5bb43f2bc2512 Author: Mario Lang Date: Wed May 21 23:27:44 2014 +0200 Make sure removal of $(ARCHIVE_TMP)/packages/$(pkg) does not prompt interactively. --- GNUmakefile |2 +- 1 files

[elpa] branch externals/chess updated (7f66100 -> f772980)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 7f66100 Put .git and .gitignore in .elpaignore and remove obsolete .exclude file. new f772980 Remove unrelated file. The 1 revisions listed above as "new" are entirely new to this repository and will be d

[elpa] 01/01: Remove unrelated file.

2014-05-21 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit f7729807339e6c1758085d3e9985060ebd555fd6 Author: Mario Lang Date: Wed May 21 23:29:04 2014 +0200 Remove unrelated file. --- INSTALL | 109 --- 1 files

[elpa] branch externals/chess updated (f772980 -> c479a3a)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from f772980 Remove unrelated file. new c479a3a .elpaignore: doc/ not just doc/chess.texi such that no empty subdir is left in tarball. The 1 revisions listed above as "new" are entirely new to this repository

[elpa] 01/01: .elpaignore: doc/ not just doc/chess.texi such that no empty subdir is left in tarball.

2014-05-21 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit c479a3a823797be911270016bb0c5781c9ecdcbb Author: Mario Lang Date: Wed May 21 23:31:53 2014 +0200 .elpaignore: doc/ not just doc/chess.texi such that no empty subdir is left in tarball. --- .elpaignore |2

[elpa] branch externals/chess updated (c479a3a -> 4bca321)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from c479a3a .elpaignore: doc/ not just doc/chess.texi such that no empty subdir is left in tarball. new 4bca321 Remove obsolte file. The 1 revisions listed above as "new" are entirely new to this repository a

[elpa] 01/01: Remove obsolte file.

2014-05-21 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 4bca321179a0a12666c862513e123829a314da8f Author: Mario Lang Date: Wed May 21 23:49:32 2014 +0200 Remove obsolte file. --- run-tests.sh | 28 1 files changed, 0 insertions(+), 28

[elpa] branch externals/chess updated (4bca321 -> bab74a1)

2014-05-21 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 4bca321 Remove obsolte file. new bab74a1 Add obsolete ChangeLog to .elpaignore. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revi

[elpa] 01/01: Add obsolete ChangeLog to .elpaignore.

2014-05-21 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit bab74a1024352ac75677e3e7db9ca0449938cf90 Author: Mario Lang Date: Thu May 22 00:39:05 2014 +0200 Add obsolete ChangeLog to .elpaignore. --- .elpaignore |1 + 1 files changed, 1 insertions(+), 0 deletions

[elpa] branch externals/chess updated (588157a -> 75e41be)

2014-05-22 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 588157a * chess-perft.el: Fix up copyright header. new 75e41be README and chess.el Commentary have largely identical text. The 1 revisions listed above as "new" are entirely new to this repository and wil

[elpa] 01/01: README and chess.el Commentary have largely identical text.

2014-05-22 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 75e41be63e2995633fd81ddd33a04795ff3aef9d Author: Mario Lang Date: Thu May 22 11:53:47 2014 +0200 README and chess.el Commentary have largely identical text. Sync README into Commentary. --- README

[elpa] branch externals/chess updated (75e41be -> 57e0eb3)

2014-05-22 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 75e41be README and chess.el Commentary have largely identical text. new 57e0eb3 Correct year. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate em

[elpa] 01/01: Correct year.

2014-05-22 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 57e0eb3317b1327cea10049748b01b26eb8e584d Author: Mario Lang Date: Thu May 22 11:58:17 2014 +0200 Correct year. --- AUTHORS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/AUTHORS b

[elpa] branch master updated (15f7732 -> 5315891)

2014-05-22 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 15f7732 [maint] Fix bug: Rewrite PKG-VER extraction. new 5315891 [quarter-plane] Fix typo in Commentary. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate e

[elpa] 01/01: [quarter-plane] Fix typo in Commentary.

2014-05-22 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 5315891e4f09097b10632a350ea66a6ba8201bed Author: Mario Lang Date: Thu May 22 12:37:38 2014 +0200 [quarter-plane] Fix typo in Commentary. --- packages/quarter-plane/quarter-plane.el |2 +- 1 files changed, 1 insertions

[elpa] 02/02: Remove URL field as this is now the official repo.

2014-05-23 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 0adcf9bd54a26ca09b6b5eb7e0843ce9089b1d03 Author: Mario Lang Date: Fri May 23 23:57:43 2014 +0200 Remove URL field as this is now the official repo. Also, remove duplicated Description field. --- chess.el

[elpa] branch externals/chess updated (b891e7c -> 0adcf9b)

2014-05-23 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from b891e7c * chess.el: Use new "Version: 0" convention. new 8921876 Add a sentence about chess-network to package long description. new 0adcf9b Remove URL field as this is now the official repo. Th

[elpa] 01/02: Add a sentence about chess-network to package long description.

2014-05-23 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 8921876b68c8a8435ee5ea922b3b02a0339691bb Author: Mario Lang Date: Fri May 23 23:56:57 2014 +0200 Add a sentence about chess-network to package long description. --- chess.el |2 ++ 1 files changed, 2

[elpa] 01/01: chess-network: Put cursor in echo-area when prompting.

2014-05-23 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit bb2654e3c743f088afca39a0779b40eb550e4443 Author: Mario Lang Date: Sat May 24 00:36:34 2014 +0200 chess-network: Put cursor in echo-area when prompting. --- chess-network.el |5 +++-- 1 files changed, 3

[elpa] branch externals/chess updated (0adcf9b -> bb2654e)

2014-05-23 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 0adcf9b Remove URL field as this is now the official repo. new bb2654e chess-network: Put cursor in echo-area when prompting. The 1 revisions listed above as "new" are entirely new to this repository and w

[elpa] 01/01: Convert remaining `assert' to `cl-assert'.

2014-05-23 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit ae907cb0adfbacb381a06ad2c7770f5a28dba15c Author: Mario Lang Date: Sat May 24 03:15:19 2014 +0200 Convert remaining `assert' to `cl-assert'. --- chess-algebraic.el |6 +- chess-crafty.el|4

[elpa] branch externals/chess updated (bb2654e -> ae907cb)

2014-05-23 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from bb2654e chess-network: Put cursor in echo-area when prompting. new ae907cb Convert remaining `assert' to `cl-assert'. The 1 revisions listed above as "new" are entirely new to this repository and will be d

[elpa] 01/01: Add osc.el.

2014-05-23 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 7da6741f270fd2404f0d62b5ea3b1d70eb5f2898 Author: Mario Lang Date: Sat May 24 04:01:52 2014 +0200 Add osc.el. --- packages/osc/osc.el | 237 +++ 1 files changed, 237

[elpa] branch master updated (8180b45 -> 7da6741)

2014-05-23 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 8180b45 [gnugo int] Fix up gnugo-frolic.el ‘require’ forms. new 7da6741 Add osc.el. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions

[elpa] 02/02: Merge branch 'externals/chess' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into externals/chess

2014-05-24 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 1f39fc44c6cdb6586f7c6c2cf7672367c1fd798c Merge: a84f9bb d3cd718 Author: Mario Lang Date: Sun May 25 01:39:03 2014 +0200 Merge branch 'externals/chess' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into

[elpa] branch externals/chess updated (d3cd718 -> 1f39fc4)

2014-05-24 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from d3cd718 Don't require `cl'. Miscellaneous cleanups from compiler warnings. * .gitignore: Add ELPA's chess-autoloads.el and chess-pkg.el. * chess-var.el: * chess-test.el: * chess-game.el: * chess-eco.el: Don't requ

[elpa] 01/02: Encode promotions when sending ICS moves.

2014-05-24 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit a84f9bbc1959e8fca4c2d76594d17707f7b62ba3 Author: Mario Lang Date: Sun May 25 01:37:57 2014 +0200 Encode promotions when sending ICS moves. * chess.ics.el: (chess-ics-handler) Encode promotion like =Q when

[elpa] branch externals/chess updated (1f39fc4 -> e1f3b1d)

2014-05-24 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 1f39fc4 Merge branch 'externals/chess' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into externals/chess new e1f3b1d Let chess-input handle promotions. The 1 revisions listed above as "new" are entirely

[elpa] 01/01: Let chess-input handle promotions.

2014-05-24 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit e1f3b1dc0196efd75f466e844cef596920c75dc4 Author: Mario Lang Date: Sun May 25 02:12:10 2014 +0200 Let chess-input handle promotions. * chess-display.el (chess-display-mode-map): Bind = to chess-input

[elpa] 01/01: Make = optional when entering promotions.

2014-05-24 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit e0457d8d2cc1aaacd1c723633846833c74dc3b6a Author: Mario Lang Date: Sun May 25 02:33:16 2014 +0200 Make = optional when entering promotions. * chess-input.el (chess-input-test-move): Rework nested if hell as

[elpa] branch externals/chess updated (e1f3b1d -> e0457d8)

2014-05-24 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from e1f3b1d Let chess-input handle promotions. new e0457d8 Make = optional when entering promotions. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

[elpa] branch externals/chess updated (e0457d8 -> 95323a6)

2014-05-25 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from e0457d8 Make = optional when entering promotions. new 95323a6 Simplify chess-input-moves. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

[elpa] 01/01: Simplify chess-input-moves.

2014-05-25 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 95323a695528aaf53f6eaac3736f6da4f6af424b Author: Mario Lang Date: Sun May 25 15:39:46 2014 +0200 Simplify chess-input-moves. chess-ply-to-algebraic already caches the generated string in the :san ply

[elpa] 01/01: Improve chess-input.el Commentary.

2014-05-25 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 0ba0bd2f85d6f54f768294f3f7888f4b6fcbdfee Author: Mario Lang Date: Sun May 25 16:09:47 2014 +0200 Improve chess-input.el Commentary. --- chess-input.el | 17 + 1 files changed, 13 insertions(+), 4

[elpa] branch externals/chess updated (95323a6 -> 0ba0bd2)

2014-05-25 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 95323a6 Simplify chess-input-moves. new 0ba0bd2 Improve chess-input.el Commentary. 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: Remove chess-ply-allow-interactive-query.

2014-05-25 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit d3c4eb4058c275b205fb63139a703cdf1c543c13 Author: Mario Lang Date: Sun May 25 16:53:20 2014 +0200 Remove chess-ply-allow-interactive-query. Now that chess-input can correctly handle promotions, this hack

[elpa] branch externals/chess updated (0ba0bd2 -> d3c4eb4)

2014-05-25 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 0ba0bd2 Improve chess-input.el Commentary. new d3c4eb4 Remove chess-ply-allow-interactive-query. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

[elpa] branch externals/chess updated (d3c4eb4 -> 9718b73)

2014-05-25 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from d3c4eb4 Remove chess-ply-allow-interactive-query. new 9718b73 Remove setting of obsolte variable ibuffer-maybe-show-regexps The 1 revisions listed above as "new" are entirely new to this repository and wi

[elpa] 01/01: Remove setting of obsolte variable ibuffer-maybe-show-regexps

2014-05-25 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 9718b730640d3e334aa52251cd8731d3d4959f2f Author: Mario Lang Date: Sun May 25 19:57:13 2014 +0200 Remove setting of obsolte variable ibuffer-maybe-show-regexps --- chess-display.el |5 + 1 files changed, 1

[elpa] 01/01: After 10 years of preparation, release 2.0.0.

2014-05-25 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 1e7c274b88ed2deb5dc6bc5973aaab984d4a228a Author: Mario Lang Date: Sun May 25 22:19:11 2014 +0200 After 10 years of preparation, release 2.0.0. --- chess.el |4 ++-- 1 files changed, 2 insertions(+), 2

[elpa] branch externals/chess updated (9718b73 -> 1e7c274)

2014-05-25 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 9718b73 Remove setting of obsolte variable ibuffer-maybe-show-regexps new 1e7c274 After 10 years of preparation, release 2.0.0. The 1 revisions listed above as "new" are entirely new to this repository an

[elpa] 01/02: Add metar.el.

2014-05-26 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 8aadf0c0d68e6cbff0fca08dc78d86eea642bbb8 Author: Mario Lang Date: Sun May 25 00:02:45 2014 +0200 Add metar.el. --- packages/metar/metar.el | 508 +++ 1 files changed, 508

[elpa] branch master updated (4aee70d -> fab13fe)

2014-05-26 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 4aee70d [aa2u maint] Mention TAB infelicity in HACKING; nfc. new 8aadf0c Add metar.el. new fab13fe Fix phenomena decoding The 2 revisions listed above as "new" are entirely new to this repository and will

[elpa] 02/02: Fix phenomena decoding

2014-05-26 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit fab13fef39e68b3511d5c5d73673022fe73bc9b0 Author: Mario Lang Date: Mon May 26 14:55:58 2014 +0200 Fix phenomena decoding --- packages/metar/metar.el |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

[elpa] 01/01: Fix chess-polyglot to work on 32-bit Emacsen.

2014-05-26 Thread Mario Lang
mlang pushed a commit to branch externals/chess in repository elpa. commit 3ba4ea465affe6de3b15ff02b341e470152ab975 Author: Mario Lang Date: Mon May 26 20:21:10 2014 +0200 Fix chess-polyglot to work on 32-bit Emacsen. Splitting 64-bit values up into 32-bit fixnums does not always

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

2014-05-26 Thread Mario Lang
mlang pushed a change to branch externals/chess in repository elpa. from 1e7c274 After 10 years of preparation, release 2.0.0. new 3ba4ea4 Fix chess-polyglot to work on 32-bit Emacsen. The 1 revisions listed above as "new" are entirely new to this repository and will be describ

[elpa] 02/02: Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2014-05-28 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit f9898329cc8e6cf52a2e47b39a8b54fb94652d6d Merge: 741860f 4fb5acb Author: Mario Lang Date: Wed May 28 10:41:17 2014 +0200 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa packages/gnugo/gnugo

[elpa] branch master updated (4fb5acb -> f989832)

2014-05-28 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 4fb5acb [gnugo int] Bump required ‘xpm’ version to "1.0.1". new 741860f Use calc-units to convert units to a user-defined setting (WIP) new f989832 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/g

[elpa] 01/02: Use calc-units to convert units to a user-defined setting (WIP)

2014-05-28 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 741860fb1d62c2b07b6a96f220fbf3fbaa57c23b Author: Mario Lang Date: Tue May 27 17:09:01 2014 +0200 Use calc-units to convert units to a user-defined setting (WIP) Covers wind speed and air pressure for now, more to

[elpa] branch master updated (970f2b0 -> d08069b)

2014-05-29 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 970f2b0 [aa2u] Release: 1.9 new d08069b [metar] Make the length unit configurable (clouds) and simplify pressure conversion The 1 revisions listed above as "new" are entirely new to this repository and will be des

[elpa] 01/01: [metar] Make the length unit configurable (clouds) and simplify pressure conversion

2014-05-29 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit d08069bc34c129b5a4be2e8c90271eb2f6bffd50 Author: Mario Lang Date: Thu May 29 14:40:32 2014 +0200 [metar] Make the length unit configurable (clouds) and simplify pressure conversion --- packages/metar/metar.el | 20

[elpa] branch master updated (d08069b -> 9a44292)

2014-05-29 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from d08069b [metar] Make the length unit configurable (clouds) and simplify pressure conversion new 9a44292 [metar] defcustom for metar-units The 1 revisions listed above as "new" are entirely new to this repository a

[elpa] 01/01: [metar] defcustom for metar-units

2014-05-29 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 9a44292c89fede1a68f2b2ba196474f0190a5851 Author: Mario Lang Date: Fri May 30 00:16:08 2014 +0200 [metar] defcustom for metar-units --- packages/metar/metar.el | 96 +++--- 1 files

[elpa] 04/04: Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2014-05-30 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 9a378dacf0b34221bb7c252dc20ff70b388fbb31 Merge: bf2c2a3 9a44292 Author: Mario Lang Date: Fri May 30 14:02:45 2014 +0200 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elp

[elpa] 01/04: [quarter-plane] Fix typo in Commentary.

2014-05-30 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 60ae18ef2c62ea5eb4d07d536532375a76548316 Author: Mario Lang Date: Thu May 22 12:35:24 2014 +0200 [quarter-plane] Fix typo in Commentary. --- GNUmakefile |2 +- packages/quarter-plane/quarter

[elpa] 02/04: Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2014-05-30 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 89e811c2db286f3b493775c5b7f5e43881f4ba2e Merge: 60ae18e 5315891 Author: Mario Lang Date: Thu May 22 14:07:42 2014 +0200 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

[elpa] 03/04: Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2014-05-30 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit bf2c2a3d2a4af5c851152c3ac16af1d5dbe964d1 Merge: 89e811c 995856a Author: Mario Lang Date: Thu May 22 23:50:09 2014 +0200 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa admin/update-archive

[elpa] branch master updated (9a44292 -> 9a378da)

2014-05-30 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 9a44292 [metar] defcustom for metar-units new 60ae18e [quarter-plane] Fix typo in Commentary. new 89e811c Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa new bf2c2a3 Merge b

[elpa] branch master updated (53b7279 -> e868fe0)

2014-05-30 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 53b7279 [xpm] Release: 1.0.2 new 9444f39 [metar] Fix humidity calculation when Fahrenheit is used new cd38e56 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa new e868fe0 Mer

[elpa] 02/03: Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2014-05-30 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit cd38e56117ee6b81ea54edea3be0b95941d73148 Merge: 9444f39 9a378da Author: Mario Lang Date: Fri May 30 14:59:31 2014 +0200 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa GNUmakefile |2 +

[elpa] 03/03: Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2014-05-30 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit e868fe0795a945133202d335e9e051f122a4ee91 Merge: cd38e56 53b7279 Author: Mario Lang Date: Fri May 30 23:06:10 2014 +0200 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa packages/xpm/NEW

[elpa] 01/03: [metar] Fix humidity calculation when Fahrenheit is used

2014-05-30 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 9444f39279adf613110f4b7ab600bc1edc1f0701 Author: Mario Lang Date: Fri May 30 11:30:50 2014 +0200 [metar] Fix humidity calculation when Fahrenheit is used --- packages/metar/metar.el | 25 + 1

[elpa] branch master updated (e868fe0 -> 649b00a)

2014-05-31 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from e868fe0 Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa new 649b00a [metar] Fix metar-convert-temperature to actually DTRT The 1 revisions listed above as "new" are entirely new to this reposi

[elpa] 01/01: [metar] Fix metar-convert-temperature to actually DTRT

2014-05-31 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 649b00a437b346d4b283e09690be71bbb6b54a34 Author: Mario Lang Date: Sat May 31 21:17:15 2014 +0200 [metar] Fix metar-convert-temperature to actually DTRT --- packages/metar/metar.el | 182

[elpa] branch master updated (590892e -> 1585aa0)

2014-06-02 Thread Mario Lang
mlang pushed a change to branch master in repository elpa. from 590892e Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa new 1585aa0 [metar] Unify station lat/lon conversion. The 1 revisions listed above as "new" are entirely new to this repository and will

[elpa] 01/01: [metar] Unify station lat/lon conversion.

2014-06-02 Thread Mario Lang
mlang pushed a commit to branch master in repository elpa. commit 1585aa024853b06815ea2da4a03cc7e7fe4dd2a7 Author: Mario Lang Date: Mon Jun 2 22:26:34 2014 +0200 [metar] Unify station lat/lon conversion. --- packages/metar/metar.el | 35 --- 1 files

[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

[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

[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

  1   2   3   >