[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] 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 c

[elpa] 01/01: This ephemeral branch holds unfinished bits of package ‘xpm’ that should be refined Someday by Someone for a future release. If you have ELPA write privs, then please hack freely and pi

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch ttn-xpm-musings in repository elpa. commit 45e00d7d2e0ddb712d7b330a64daa807f4aee647 Author: Thien-Thi Nguyen Date: Sun May 18 01:54:20 2014 +0200 This ephemeral branch holds unfinished bits of package ‘xpm’ that should be refined Someday by Someone for a f

[elpa] branch ttn-xpm-musings created (now 45e00d7)

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a change to branch ttn-xpm-musings in repository elpa. at 45e00d7 This ephemeral branch holds unfinished bits of package ‘xpm’ that should be refined Someday by Someone for a future release. If you have ELPA write privs, then please hack freely and ping me when you think s

[elpa] 02/04: [xpm int] Don't bother w/ rows outside form bb.

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit 9da6e5f58037bd2417f8d83189f0ab461aab3a71 Author: Thien-Thi Nguyen Date: Sun May 18 01:23:52 2014 +0200 [xpm int] Don't bother w/ rows outside form bb. * packages/xpm/xpm.el (xpm-raster): ...here. --- packages/xpm/xpm

[elpa] 01/04: [xpm int] Compute bool-vector length exactly once.

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit 406ec6517c6fc8d72462ee956856155426fd6a36 Author: Thien-Thi Nguyen Date: Sun May 18 01:09:57 2014 +0200 [xpm int] Compute bool-vector length exactly once. * packages/xpm/xpm.el (xpm-raster): ...here. --- packages/xpm/

[elpa] 04/04: [xpm] Release: 1.0.0

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit eab34f442445da3fa44005bb7f3e139a6b34c408 Author: Thien-Thi Nguyen Date: Sun May 18 01:30:44 2014 +0200 [xpm] Release: 1.0.0 * packages/xpm/xpm.el [Version]: Bump to "1.0.0". --- packages/xpm/NEWS |2 +- package

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

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from ef28a81 Add new simple package poker.el. new 406ec65 [xpm int] Compute bool-vector length exactly once. new 9da6e5f [xpm int] Don't bother w/ rows outside form bb. new 5877957 [xpm int] Doc fix.

[elpa] 03/04: [xpm int] Doc fix.

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit 5877957cd6595abb01f84e3c4ba207b76de30add Author: Thien-Thi Nguyen Date: Sun May 18 01:28:12 2014 +0200 [xpm int] Doc fix. * packages/xpm/xpm-m2z.el (xpm-m2z-ellipse): ...here. --- packages/xpm/xpm-m2z.el |6 +++--

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

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from c2c7221 [xpm maint] Add debugging aid Emacs Lisp file. new b66b467 [xpm maint] Add HACKING; nfc. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. Th

[elpa] 01/01: [xpm maint] Add HACKING; nfc.

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit b66b467be53f4958beb2fe48e534a9c6cfc38890 Author: Thien-Thi Nguyen Date: Sun May 18 00:06:17 2014 +0200 [xpm maint] Add HACKING; nfc. --- packages/xpm/HACKING | 34 ++ 1 files changed, 34 inse

[elpa] 01/03: [xpm maint] Add .elpaignore and NEWS files; nfc.

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit bd0e2bf38e9cbe7b7eb0f35b0322eb73362668cc Author: Thien-Thi Nguyen Date: Fri May 16 18:21:25 2014 +0200 [xpm maint] Add .elpaignore and NEWS files; nfc. --- packages/xpm/.elpaignore |1 + packages/xpm/NEWS| 18 ++

[elpa] 02/03: [xpm] Add Emacs Lisp files.

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit 1cf425351efc8a9bee03126ebda0636e369faba1 Author: Thien-Thi Nguyen Date: Sat May 17 23:32:48 2014 +0200 [xpm] Add Emacs Lisp files. * packages/xpm/xpm.el: New file. * packages/xpm/xpm-m2z.el: New file. --- package

[elpa] branch master updated (ab068be -> c2c7221)

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from ab068be queue.el: fix buggy queue-first and queue-empty definitions. new bd0e2bf [xpm maint] Add .elpaignore and NEWS files; nfc. new 1cf4253 [xpm] Add Emacs Lisp files. new c2c7221 [xpm maint] Ad

[elpa] 03/03: [xpm maint] Add debugging aid Emacs Lisp file.

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit c2c7221e4283de4ea8ac94b7797726f91c929250 Author: Thien-Thi Nguyen Date: Sat May 17 23:44:24 2014 +0200 [xpm maint] Add debugging aid Emacs Lisp file. * packages/xpm/flower.el: New file. * packages/xpm/.elpaignore:

[elpa] branch ttn-xpm deleted (was 53398ce)

2014-05-17 Thread Thien-Thi Nguyen
ttn pushed a change to branch ttn-xpm in repository elpa. was 53398ce [gnugo] add gnugo-d0.el This change permanently discards the following revisions: discards 53398ce [gnugo] add gnugo-d0.el discards 3c057a7 [maint] add HACKING; nfc discards 21da1f1 add xpm-compose.el