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
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
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
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
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
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
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
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
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
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
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
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
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 `
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
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
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
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 +---
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/
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'.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 +
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
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
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
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
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
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
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.
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
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
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 - 100 of 227 matches
Mail list logo