ttn pushed a commit to branch ttn-gnugo
in repository elpa.
commit 4113546df17e9491acbad587256908fb114b0d72
Author: Thien-Thi Nguyen <[email protected]>
Date: Thu Feb 13 10:23:40 2014 +0100
[gnugo maint] Sync ChangeLog email addr w/ that in VCS commit message; nfc.
---
packages/gnugo/ChangeLog | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/packages/gnugo/ChangeLog b/packages/gnugo/ChangeLog
index e901f41..1789317 100644
--- a/packages/gnugo/ChangeLog
+++ b/packages/gnugo/ChangeLog
@@ -5,7 +5,7 @@
* gnugo.el (gnugo-read-sgf-file):
Clear buffer-modified state at end.
-2014-02-07 Thien-Thi Nguyen <[email protected]>
+2014-02-07 Thien-Thi Nguyen <[email protected]>
[gnugo int] Drop leading "*" in docstrings.
@@ -13,7 +13,7 @@
(gnugo-post-move-hook, gnugo-animation-string, gnugo-mode-line)
(gnugo-X-face, gnugo-O-face, gnugo-grid-face): ...here.
-2014-02-07 Thien-Thi Nguyen <[email protected]>
+2014-02-07 Thien-Thi Nguyen <[email protected]>
[gnugo int] Hang the sync-return-stash on the process object.
@@ -21,7 +21,7 @@
Don't use ‘gnugo-put’, ‘gnugo-get’; instead, use
‘process-put’, ‘process-get’ with property ‘:srs’.
-2014-02-07 Thien-Thi Nguyen <[email protected]>
+2014-02-07 Thien-Thi Nguyen <[email protected]>
[gnugo] Give names and docstrings to ‘lambda’ commands.
@@ -30,7 +30,7 @@
(gnugo-describe-position): New commands.
(gnugo-board-mode-map): Bind ‘q’, ‘Q’, ‘U’, ‘i’, ‘=’ to them.
-2014-02-06 Thien-Thi Nguyen <[email protected]>
+2014-02-06 Thien-Thi Nguyen <[email protected]>
[gnugo int] Use cl-{plus,minus}p more.
@@ -39,7 +39,7 @@
(gnugo-board-mode, gnugo, GTP undo, GTP gg-undo):
Use ‘cl-plusp’ and ‘cl-minusp’ instead of comparison against 0.
-2014-02-06 Thien-Thi Nguyen <[email protected]>
+2014-02-06 Thien-Thi Nguyen <[email protected]>
[gnugo int] Use ‘number-sequence’ more.
@@ -49,13 +49,13 @@
and manually toggling the state; instead, map over an
integer, using the number's divisibility by two to select.
-2014-02-06 Thien-Thi Nguyen <[email protected]>
+2014-02-06 Thien-Thi Nguyen <[email protected]>
[gnugo int] Drop unused local var.
* gnugo.el (gnugo-venerate): ...here, named ‘lb’.
-2014-02-05 Thien-Thi Nguyen <[email protected]>
+2014-02-05 Thien-Thi Nguyen <[email protected]>
[gnugo gtp int] Use :post-thunk instead of :post-hook.