[elpa] 05/06: [xpm] Declare package keywords.

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master
in repository elpa.

commit 4477da8712d9fe44cb71f91ef8babfe9f42c96ee
Author: Thien-Thi Nguyen t...@gnu.org
Date:   Wed May 21 09:25:11 2014 +0200

[xpm] Declare package keywords.

* packages/xpm/xpm.el [Keywords]: New header.
---
 packages/xpm/xpm.el |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/xpm/xpm.el b/packages/xpm/xpm.el
index c8cad4e..48ddd8e 100644
--- a/packages/xpm/xpm.el
+++ b/packages/xpm/xpm.el
@@ -5,6 +5,7 @@
 ;; Author: Thien-Thi Nguyen t...@gnu.org
 ;; Maintainer: Thien-Thi Nguyen t...@gnu.org
 ;; Version: 1.0.0
+;; Keywords: multimedia, xpm
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



[elpa] branch master updated (327dc5a - 701e1c5)

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a change to branch master
in repository elpa.

  from  327dc5a   [gnugo imgen] New feature: gnugo-imgen
   new  29ed486   fixup! [gnugo imgen] New feature: gnugo-imgen
   new  73cda40   [gnugo frolic] Promote frolic mode/funcs to feature.
   new  eacec61   [gnugo] Declare package keywords.
   new  d0367fd   [xpm] Fix byte-compilation bugs.
   new  4477da8   [xpm] Declare package keywords.
   new  701e1c5   [xpm] Release: 1.0.1

The 6 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/gnugo/NEWS|5 +
 packages/gnugo/gnugo-frolic.el |  501 
 packages/gnugo/gnugo.el|  473 +-
 packages/xpm/NEWS  |3 +
 packages/xpm/xpm-m2z.el|1 +
 packages/xpm/xpm.el|6 +-
 6 files changed, 516 insertions(+), 473 deletions(-)
 create mode 100644 packages/gnugo/gnugo-frolic.el



[elpa] 01/06: fixup! [gnugo imgen] New feature: gnugo-imgen

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master
in repository elpa.

commit 29ed486dbd0e19517b1ef9ded55d824a64fe5960
Author: Thien-Thi Nguyen t...@gnu.org
Date:   Wed May 21 06:46:07 2014 +0200

fixup! [gnugo imgen] New feature: gnugo-imgen
---
 packages/gnugo/NEWS |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/gnugo/NEWS b/packages/gnugo/NEWS
index 2db37f4..c4d6ae2 100644
--- a/packages/gnugo/NEWS
+++ b/packages/gnugo/NEWS
@@ -38,6 +38,9 @@ NB: RCS: X..Y  means that the particular release includes
   - new command: ‘C-c C-z’ (gnugo-zombie-mode)
   - new var: gnugo-undo-reaction
   - new major mode: GNUGO Frolic (gnugo-frolic-mode)
+  - new support for dynamic XPM generation
+- separate feature/file: ‘gnugo-imgen’
+- func ‘gnugo-imgen-create-xpms’ suitable for ‘gnugo-xpms’ (see above)
   - GNUGO Board mode now derived from Special mode
   - position arg validated for direct GTP commands ‘undo’, ‘gg-undo’
   - undo commands no longer signal error on overkill



[elpa] 02/06: [gnugo frolic] Promote frolic mode/funcs to feature.

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master
in repository elpa.

commit 73cda40d1795e8fc2d76d3aa9cb4ca2716ca354f
Author: Thien-Thi Nguyen t...@gnu.org
Date:   Wed May 21 08:24:28 2014 +0200

[gnugo frolic] Promote frolic mode/funcs to feature.

* packages/gnugo/gnugo.el (gnugo-frolic-mode-map)
(gnugo-frolic-parent-buffer, gnugo-frolic-origin)
(gnugo-frolic-mode, gnugo-frolic-return-to-origin)
(gnugo-frolic-in-the-leaves, gnugo--awake, gnugo--awakened)
(gnugo--move-to-bcol, gnugo--swiz, gnugo-frolic-exchange-left)
(gnugo-frolic-rotate-left, gnugo-frolic-exchange-right)
(gnugo-frolic-rotate-right, gnugo-frolic-set-as-main-line)
(gnugo-frolic-prune-branch, gnugo--sideways)
(gnugo-frolic-backward-branch, gnugo-frolic-forward-branch)
(gnugo--vertical, gnugo-frolic-previous-move, gnugo-frolic-next-move)
(gnugo-frolic-tip-move, gnugo-frolic-mode-map): Move from here...
* packages/gnugo/gnugo-frolic.el: ...to new file; add ‘provide’ form;
add autoload cookie for ‘gnugo-frolic-in-the-leaves’.
---
 packages/gnugo/NEWS|2 +
 packages/gnugo/gnugo-frolic.el |  501 
 packages/gnugo/gnugo.el|  472 -
 3 files changed, 503 insertions(+), 472 deletions(-)

diff --git a/packages/gnugo/NEWS b/packages/gnugo/NEWS
index c4d6ae2..da45ca6 100644
--- a/packages/gnugo/NEWS
+++ b/packages/gnugo/NEWS
@@ -38,6 +38,8 @@ NB: RCS: X..Y  means that the particular release includes
   - new command: ‘C-c C-z’ (gnugo-zombie-mode)
   - new var: gnugo-undo-reaction
   - new major mode: GNUGO Frolic (gnugo-frolic-mode)
+- separate feature/file: ‘gnugo-frolic’
+- ‘gnugo-frolic-in-the-leaves’ autoloaded
   - new support for dynamic XPM generation
 - separate feature/file: ‘gnugo-imgen’
 - func ‘gnugo-imgen-create-xpms’ suitable for ‘gnugo-xpms’ (see above)
diff --git a/packages/gnugo/gnugo-frolic.el b/packages/gnugo/gnugo-frolic.el
new file mode 100644
index 000..71bb0e4
--- /dev/null
+++ b/packages/gnugo/gnugo-frolic.el
@@ -0,0 +1,501 @@
+;;; gnugo-frolic.el --- gametree in a buffer-*- lexical-binding: t -*-
+
+;; Copyright (C) 2014  Free Software Foundation, Inc.
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see http://www.gnu.org/licenses/.
+
+;;; Code:
+
+(defvar gnugo-frolic-mode-map nil
+  Keymap for GNUGO Frolic mode.)
+
+(defvar gnugo-frolic-parent-buffer nil)
+(defvar gnugo-frolic-origin nil)
+
+(define-derived-mode gnugo-frolic-mode special-mode GNUGO Frolic
+  A special mode for manipulating a GNUGO gametree.
+
+\\{gnugo-frolic-mode-map}
+  (setq truncate-lines t)
+  (buffer-disable-undo))
+
+(defun gnugo-frolic-quit ()
+  Kill GNUGO Frolic buffer and switch to its parent buffer.
+  (interactive)
+  (let ((bye (current-buffer)))
+(switch-to-buffer (when (buffer-live-p gnugo-frolic-parent-buffer)
+gnugo-frolic-parent-buffer))
+(kill-buffer bye)))
+
+(defun gnugo-frolic-return-to-origin ()
+  Move point to the board's current position.
+  (interactive)
+  (if (not gnugo-frolic-origin)
+  (message No origin)
+(goto-char gnugo-frolic-origin)
+(recenter (- (count-lines (line-beginning-position)
+  (point-max))
+
+;;;###autoload
+(defun gnugo-frolic-in-the-leaves ()
+  Display the game tree in a *GNUGO Frolic* buffer.
+This looks something like:
+
+  1 B  --  E7E7E7E7
+  2 W  --  K10   K10   K10   K10
+  3 B  --  E2E2E2E2
+  4 W  --  J3J3J3J3
+  5 B  --  A6A6A6A6
+  6 W  --  C9C9C9C9
+   │
+   ├─┬─┐
+   │ │ │
+  7 B  --  H7   !B8C8C8
+   │
+   ├─┐
+   │ │
+  8 W  --  D9D9D9E9
+  9 B  --  H8H8
+ 10 W  --  PASS  PASS
+ 11 B  --  H5PASS
+ 12 W  --  PASS
+ 13 B  -- *PASS
+
+with 0, 1, ... N (in this case N is 3) in the header line
+to indicate the branches.  Branch 0 is the \main line\.
+Point (* in this example) indicates the current position,
+\!\ indicates comment properties (e.g., B8, branch 1),
+and moves not actually on the game tree (e.g., E7, branch 3)
+are dimmed.  Type \\[describe-mode] in that buffer for details.
+  (interactive)
+  (let* ((buf (get-buffer-create (concat 

[elpa] branch master updated (701e1c5 - 94f2d34)

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a change to branch master
in repository elpa.

  from  701e1c5   [xpm] Release: 1.0.1
   new  6c270f3   [aa2u maint] Add ‘Maintainer’ header per top-level 
README; nfc.
   new  94f2d34   [aa2u] Declare package keywords.

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ascii-art-to-unicode/ascii-art-to-unicode.el   |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)



[elpa] 01/02: [aa2u maint] Add ‘Maintainer’ header per top-level README; nfc.

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master
in repository elpa.

commit 6c270f3ba7e01c84eb86160e61837d4cd51b5487
Author: Thien-Thi Nguyen t...@gnu.org
Date:   Wed May 21 09:34:22 2014 +0200

[aa2u maint] Add ‘Maintainer’ header per top-level README; nfc.
---
 .../ascii-art-to-unicode/ascii-art-to-unicode.el   |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el 
b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
index 4ea7855..e6b1fca 100644
--- a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
+++ b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
@@ -3,6 +3,7 @@
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
 ;; Author: Thien-Thi Nguyen t...@gnu.org
+;; Maintainer: Thien-Thi Nguyen t...@gnu.org
 ;; Version: 1.7
 
 ;; This program is free software; you can redistribute it and/or modify



[elpa] 02/02: [aa2u] New command: aa2u-mark-as-text

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master
in repository elpa.

commit aa4afe3bab1ba1f7bb4d1b606ffa9311160c017f
Author: Thien-Thi Nguyen t...@gnu.org
Date:   Wed May 21 12:13:56 2014 +0200

[aa2u] New command: aa2u-mark-as-text

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el
(aa2u--text-p): New defsubst.
(aa2u-phase-1, aa2u-phase-2): If the character
in question is ‘aa2u--text-p’, just ignore it.
(aa2u-mark-as-text): New command, w/ autoload cookie.
---
 packages/ascii-art-to-unicode/HACKING  |1 -
 packages/ascii-art-to-unicode/NEWS |3 +
 .../ascii-art-to-unicode/ascii-art-to-unicode.el   |   42 ++--
 3 files changed, 41 insertions(+), 5 deletions(-)

diff --git a/packages/ascii-art-to-unicode/HACKING 
b/packages/ascii-art-to-unicode/HACKING
index f591a58..59ba535 100644
--- a/packages/ascii-art-to-unicode/HACKING
+++ b/packages/ascii-art-to-unicode/HACKING
@@ -3,7 +3,6 @@ HACKING ascii-art-to-unicode.el-*- 
org -*-
 This file is both a guide for newcomers and a todo list for oldstayers.
 
 * ideas / wishlist
-*** add phase 0, to grok and lock label (as opposed to line) text
 *** add interactive mode, to choose per-line light vs heavy
 *** improve neighbor-determining heuristic
 *** support naked line terminal (no plus)
diff --git a/packages/ascii-art-to-unicode/NEWS 
b/packages/ascii-art-to-unicode/NEWS
index 9280cfb..492c4ca 100644
--- a/packages/ascii-art-to-unicode/NEWS
+++ b/packages/ascii-art-to-unicode/NEWS
@@ -2,6 +2,9 @@ NEWS for ascii-art-to-unicode.el
 See the end for copying conditions.
 
 
+- 1.8 | NOT YET RELEASED
+  - new command: ‘aa2u-mark-as-text’
+
 - 1.7 | 2014-05-11
   - new var: ‘aa2u-uniform-weight’
   - new command: ‘aa2u-rectangle’
diff --git a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el 
b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
index 733413c..45e5d0f 100644
--- a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
+++ b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
@@ -76,6 +76,22 @@
 ;;   ┃  ┃
 ;;   ┗━━┛
 ;;
+;; To protect particular ‘|’, ‘-’ or ‘+’ characters from conversion,
+;; you can set the property `aa2u-text' on that text with command
+;; `aa2u-mark-as-text'.  A prefix arg clears the property, instead.
+;; (You can use `describe-text-properties' to check.)  For example:
+;;
+;;
+;;  ┌───┐
+;;  │   │
+;;  │ |\/|  │
+;;  │ `Oo'   --Oop Ack! │
+;;  │  ^-MM.   │
+;;  │   │
+;;  └─┬─┘
+;;│
+;;
+;;
 ;;
 ;; See Also
 ;; - HACKING: 
http://git.sv.gnu.org/cgit/emacs/elpa.git/tree/packages/ascii-art-to-unicode/HACKING
@@ -93,6 +109,9 @@ This specifies the weight of all the lines.)
 ;;;---
 ;;; support
 
+(defsubst aa2u--text-p (pos)
+  (get-text-property pos 'aa2u-text))
+
 (defun aa2u-ucs-bd-uniform-name (rest components)
   Return a string naming UCS char w/ WEIGHT and COMPONENTS.
 The string begins with \BOX DRAWINGS\; followed by the weight
@@ -136,7 +155,8 @@ Their values are STRINGIFIER and COMPONENTS, respectively.
 (goto-char (point-min))
 (let ((now (aa2u-1c 'aa2u-ucs-bd-uniform-name name)))
   (while (search-forward was nil t)
-(replace-match now t t)
+(unless (aa2u--text-p (match-beginning 0))
+  (replace-match now t t))
 (gsr | 'VERTICAL)
 (gsr - 'HORIZONTAL)))
 
@@ -194,9 +214,10 @@ Their values are STRINGIFIER and COMPONENTS, respectively.
 ;; ‘memq’ to an ‘intersction’.
 (while (search-forward + nil t)
   (let ((p (point)))
-(push (cons p (or (aa2u-replacement (1- p))
-  ?))
-  changes)))
+(unless (aa2u--text-p (1- p))
+  (push (cons p (or (aa2u-replacement (1- p))
+?))
+changes
 ;; (phase 2.2 -- apply changes)
 (dolist (ch changes)
   (goto-char (car ch))
@@ -274,6 +295,19 @@ are START (top left) and END (bottom right).
 (goto-char (min start end))
 (insert-rectangle now)))
 
+;;;###autoload
+(defun aa2u-mark-as-text (start end optional unmark)
+  Set property `aa2u-text' of the text from START to END.
+This prevents `aa2u' from misinterpreting \|\, \-\ and \+\
+in that region as lines and intersections to be replaced.
+Prefix arg means to remove property `aa2u-text', instead.
+  (interactive r\nP)
+  (funcall (if unmark
+   'remove-text-properties
+ 'add-text-properties)
+   start end
+   '(aa2u-text t)))
+
 ;;;---
 ;;; that's it
 



[elpa] 01/02: [aa2u int] Add abstraction: gsr

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master
in repository elpa.

commit 8b002449893614c2c991a26580bf5b84878b7142
Author: Thien-Thi Nguyen t...@gnu.org
Date:   Wed May 21 10:51:17 2014 +0200

[aa2u int] Add abstraction: gsr

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el
(aa2u-phase-1 gsr): New internal func.
---
 .../ascii-art-to-unicode/ascii-art-to-unicode.el   |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el 
b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
index b39753f..733413c 100644
--- a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
+++ b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
@@ -131,14 +131,14 @@ Their values are STRINGIFIER and COMPONENTS, 
respectively.
 'aa2u-components components)))
 
 (defun aa2u-phase-1 ()
-  (goto-char (point-min))
-  (let ((vert (aa2u-1c 'aa2u-ucs-bd-uniform-name 'VERTICAL)))
-(while (search-forward | nil t)
-  (replace-match vert t t)))
-  (goto-char (point-min))
-  (let ((horz (aa2u-1c 'aa2u-ucs-bd-uniform-name 'HORIZONTAL)))
-(while (search-forward - nil t)
-  (replace-match horz t t
+  (cl-flet
+  ((gsr (was name)
+(goto-char (point-min))
+(let ((now (aa2u-1c 'aa2u-ucs-bd-uniform-name name)))
+  (while (search-forward was nil t)
+(replace-match now t t)
+(gsr | 'VERTICAL)
+(gsr - 'HORIZONTAL)))
 
 (defun aa2u-replacement (pos)
   (let ((cc (- pos (line-beginning-position



[elpa] branch master updated (94f2d34 - aa4afe3)

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a change to branch master
in repository elpa.

  from  94f2d34   [aa2u] Declare package keywords.
   new  8b00244   [aa2u int] Add abstraction: gsr
   new  aa4afe3   [aa2u] New command: aa2u-mark-as-text

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/ascii-art-to-unicode/HACKING  |1 -
 packages/ascii-art-to-unicode/NEWS |3 +
 .../ascii-art-to-unicode/ascii-art-to-unicode.el   |   56 
 3 files changed, 48 insertions(+), 12 deletions(-)



[elpa] 01/01: [aa2u] Release: 1.8

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master
in repository elpa.

commit b2ee04a120f206dda884d13a9bca53f490ab60b9
Author: Thien-Thi Nguyen t...@gnu.org
Date:   Wed May 21 12:21:41 2014 +0200

[aa2u] Release: 1.8

* packages/ascii-art-to-unicode/ascii-art-to-unicode.el [Version]: Bump to 
1.8.
---
 packages/ascii-art-to-unicode/NEWS |3 ++-
 .../ascii-art-to-unicode/ascii-art-to-unicode.el   |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/ascii-art-to-unicode/NEWS 
b/packages/ascii-art-to-unicode/NEWS
index 492c4ca..6978fe5 100644
--- a/packages/ascii-art-to-unicode/NEWS
+++ b/packages/ascii-art-to-unicode/NEWS
@@ -2,8 +2,9 @@ NEWS for ascii-art-to-unicode.el
 See the end for copying conditions.
 
 
-- 1.8 | NOT YET RELEASED
+- 1.8 | 2014-05-21
   - new command: ‘aa2u-mark-as-text’
+  - package keywords added (to help discovery)
 
 - 1.7 | 2014-05-11
   - new var: ‘aa2u-uniform-weight’
diff --git a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el 
b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
index 45e5d0f..03f613a 100644
--- a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
+++ b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
@@ -4,7 +4,7 @@
 
 ;; Author: Thien-Thi Nguyen t...@gnu.org
 ;; Maintainer: Thien-Thi Nguyen t...@gnu.org
-;; Version: 1.7
+;; Version: 1.8
 ;; Keywords: ascii, unicode, box-drawing
 
 ;; This program is free software; you can redistribute it and/or modify



[elpa] branch master updated (aa4afe3 - b2ee04a)

2014-05-21 Thread Thien-Thi Nguyen
ttn pushed a change to branch master
in repository elpa.

  from  aa4afe3   [aa2u] New command: aa2u-mark-as-text
   new  b2ee04a   [aa2u] Release: 1.8

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 already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/ascii-art-to-unicode/NEWS |3 ++-
 .../ascii-art-to-unicode/ascii-art-to-unicode.el   |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)



[elpa] branch externals/ergoemacs-mode updated (039fe2a - 7d81b60)

2014-05-21 Thread Stefan Monnier
monnier pushed a change to branch externals/ergoemacs-mode
in repository elpa.

  from  039fe2a   Try to make Issue #213 closer to the bug.
   new  7d81b60   Fix up copyright headers

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 already present in the repository and have only
been added to this reference.


Summary of changes:
 Readme.org|1 -
 ergoemacs-advices.el  |2 +-
 ergoemacs-extras.el   |2 +-
 ergoemacs-functions.el|2 +-
 ergoemacs-layouts.el  |2 +-
 ergoemacs-menus.el|2 +-
 ergoemacs-modal.el|8 
 ergoemacs-mode.el |6 +++---
 ergoemacs-shortcuts.el|8 
 ergoemacs-test.el |2 +-
 ergoemacs-theme-engine.el |8 
 ergoemacs-themes.el   |2 +-
 ergoemacs-track.el|2 +-
 ergoemacs-translate.el|8 
 ergoemacs-unbind.el   |2 +-
 15 files changed, 28 insertions(+), 29 deletions(-)



[elpa] branch externals/dismal updated (4d30234 - 7366f94)

2014-05-21 Thread Stefan Monnier
monnier pushed a change to branch externals/dismal
in repository elpa.

  from  4d30234   Use closures instead of `(lambda ...)
   new  7366f94   * dismal-menu3.el: Make it loadable.

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 already present in the repository and have only
been added to this reference.


Summary of changes:
 dismal-menu3.el |2 ++
 dismal.el   |1 +
 2 files changed, 3 insertions(+), 0 deletions(-)



[elpa] 01/01: * .gitignore: Add ergoemacs-mode.

2014-05-21 Thread Stefan Monnier
monnier pushed a commit to branch master
in repository elpa.

commit 74183c50c82624b139e51979e2f60a8d828b80ab
Author: Stefan Monnier monn...@iro.umontreal.ca
Date:   Wed May 21 15:21:45 2014 -0400

* .gitignore: Add ergoemacs-mode.
---
 .gitignore |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index d77751f..c24ae92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ packages/auctex
 packages/dismal
 packages/rudel
 packages/w3
+packages/ergoemacs-mode



[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 ml...@delysid.org
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/.gitignore b/.gitignore
index c24ae92..5de4b9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ packages/*/*-pkg.el
 
 # External packages with their own .git tree.
 packages/auctex
+packages/chess
 packages/dismal
 packages/rudel
 packages/w3



[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
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 pieces|1 -
 pieces/xboard/bdd108.xpm  |  117 
 pieces/xboard/bdd116.xpm  |  125 +
 pieces/xboard/bdd129.xpm  |  138 ++
 pieces/xboard/bdd21.xpm   |   30 ++
 pieces/xboard/bdd25.xpm   |   34 +++
 pieces/xboard/bdd29.xpm   |   38 +++
 pieces/xboard/bdd33.xpm   |   42 +++
 pieces/xboard/bdd37.xpm   |   46 
 pieces/xboard/bdd40.xpm   |   49 
 pieces/xboard/bdd45.xpm   |   54 
 pieces/xboard/bdd49.xpm   |   58 
 pieces/xboard/bdd54.xpm   |   63 +
 pieces/xboard/bdd58.xpm   |   67 +
 pieces/xboard/bdd64.xpm   |   73 +
 pieces/xboard/bdd72.xpm   |   81 ++
 pieces/xboard/bdd80.xpm   |   89 ++
 pieces/xboard/bdd87.xpm   |   96 +++
 pieces/xboard/bdd95.xpm   |  104 +++
 pieces/xboard/bdl108.xpm  |  117 
 pieces/xboard/bdl116.xpm  |  125 +
 pieces/xboard/bdl129.xpm  |  138 ++
 pieces/xboard/bdl21.xpm   |   30 ++
 pieces/xboard/bdl25.xpm   |   34 +++
 pieces/xboard/bdl29.xpm   |   38 +++
 pieces/xboard/bdl33.xpm   |   42 +++
 pieces/xboard/bdl37.xpm   |   46 
 pieces/xboard/bdl40.xpm   |   49 
 pieces/xboard/bdl45.xpm   |   54 
 pieces/xboard/bdl49.xpm   |   58 
 pieces/xboard/bdl54.xpm   |   63 +
 pieces/xboard/bdl58.xpm   |   67 +
 pieces/xboard/bdl64.xpm   |   73 +
 pieces/xboard/bdl72.xpm   |   81 ++
 pieces/xboard/bdl80.xpm   |   89 ++
 pieces/xboard/bdl87.xpm   |   96 +++
 pieces/xboard/bdl95.xpm   |  104 +++
 pieces/xboard/bld108.xpm  |  117 
 pieces/xboard/bld116.xpm  |  125 +
 pieces/xboard/bld129.xpm  |  138 ++
 pieces/xboard/bld21.xpm   |   30 ++
 pieces/xboard/bld25.xpm   |   34 +++
 pieces/xboard/bld29.xpm   |   38 +++
 pieces/xboard/bld33.xpm   |   42 +++
 pieces/xboard/bld37.xpm   |   43 +++
 pieces/xboard/bld40.xpm   |   49 
 pieces/xboard/bld45.xpm   |   54 
 pieces/xboard/bld49.xpm   |   58 
 pieces/xboard/bld54.xpm   |   63 +
 pieces/xboard/bld58.xpm   |   67 +
 pieces/xboard/bld64.xpm   |   73 +
 pieces/xboard/bld72.xpm   |   81 ++
 pieces/xboard/bld80.xpm   |   89 ++
 pieces/xboard/bld87.xpm   |   96 +++
 pieces/xboard/bld95.xpm   |  104 +++
 pieces/xboard/bll108.xpm  |  117 
 pieces/xboard/bll116.xpm  |  125 +
 pieces/xboard/bll129.xpm  |  138 ++
 pieces/xboard/bll21.xpm   |   30 ++
 pieces/xboard/bll25.xpm   |   34 +++
 pieces/xboard/bll29.xpm   |   38 +++
 pieces/xboard/bll33.xpm   |   42 +++
 pieces/xboard/bll37.xpm   |   43 +++
 pieces/xboard/bll40.xpm   |   49 
 pieces/xboard/bll45.xpm   |   54 
 pieces/xboard/bll49.xpm   |   58 
 pieces/xboard/bll54.xpm   |   63 +
 pieces/xboard/bll58.xpm   |   67 +
 pieces/xboard/bll64.xpm   |   73 +
 pieces/xboard/bll72.xpm   |   81 ++
 pieces/xboard/bll80.xpm   |   89 ++
 pieces/xboard/bll87.xpm   |   96 +++
 pieces/xboard/bll95.xpm   |  104 +++
 pieces/xboard/convbm  |   35 +++
 pieces/xboard/convbm.sed  |4 +
 pieces/xboard/convbm2.sed |5 +
 pieces/xboard/kdd108.xpm  |  117 
 pieces/xboard/kdd116.xpm  |  125 +
 pieces/xboard/kdd129.xpm  |  138 ++
 pieces/xboard/kdd21.xpm   |   30 ++
 pieces/xboard/kdd25.xpm   |   34 +++
 pieces/xboard/kdd29.xpm   |   38 +++
 pieces/xboard/kdd33.xpm   |   42 +++
 pieces/xboard/kdd37.xpm   |   46 
 pieces/xboard/kdd40.xpm   |   46 
 pieces/xboard/kdd45.xpm   |   54 
 pieces/xboard/kdd49.xpm   |   58 
 pieces/xboard/kdd54.xpm   |   63 +
 pieces/xboard/kdd58.xpm   |   67 +
 pieces/xboard/kdd64.xpm   |   73 +
 pieces/xboard/kdd72.xpm   |   81 ++
 pieces/xboard/kdd80.xpm   |   89 ++
 pieces/xboard/kdd87.xpm   |   96 +++
 pieces/xboard/kdd95.xpm   |  104 +++
 pieces/xboard/kdl108.xpm  |  117 
 pieces/xboard/kdl116.xpm  |  125 +
 pieces/xboard/kdl129.xpm  |  138 ++
 pieces/xboard/kdl21.xpm   |   30 ++
 pieces/xboard/kdl25.xpm   |   34 +++
 pieces/xboard/kdl29.xpm   |   38 +++
 pieces/xboard/kdl33.xpm   |   42 +++
 pieces/xboard/kdl37.xpm   |   46 
 pieces/xboard/kdl40.xpm   |   46 
 pieces/xboard/kdl45.xpm   |   54 
 pieces/xboard/kdl49.xpm   |   58 
 pieces/xboard/kdl54.xpm   |   63 +
 pieces/xboard/kdl58.xpm   |   67 +
 pieces/xboard/kdl64.xpm   |   73 +
 pieces/xboard/kdl72.xpm   |   81 ++
 pieces/xboard/kdl80.xpm   |   89 ++
 pieces/xboard/kdl87.xpm   |   96 +++
 pieces/xboard/kdl95.xpm   |  104 +++
 pieces/xboard/kld108.xpm  |  117 
 pieces/xboard/kld116.xpm  |  125 +
 

[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 and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 GNUmakefile |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



[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 and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 .elpaignore |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



[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 ml...@delysid.org
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 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.elpaignore b/.elpaignore
index 6566c6a..1f21478 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -3,5 +3,5 @@
 .elpaignore
 chess-eco.pos
 chess-test.el
-doc/chess.texi
+doc
 Makefile



[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 ml...@delysid.org
Date:   Wed May 21 23:49:32 2014 +0200

Remove obsolte file.
---
 run-tests.sh |   28 
 1 files changed, 0 insertions(+), 28 deletions(-)

diff --git a/run-tests.sh b/run-tests.sh
deleted file mode 100755
index 95719aa..000
--- a/run-tests.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-CPUS=8
-SOURCE=$HOME/src/emacs-chess
-PRODUCTS=$HOME/Products/emacs-chess
-EMACS=/Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs
-
-# No need to change these values
-TOTAL=4209433
-PART=$((TOTAL / CPUS))
-
-for i in $(seq 1 $CPUS); do
-# Make sure the sources are all up to date
-rsync -av --delete --exclude=.git/ --delete-excluded \
-   $SOURCE/ $PRODUCTS/$i/
-
-(cd $PRODUCTS/$i; rm -f chess-test; make EMACS=$EMACS; \
- nice -n 20 make EMACS=$EMACS \
-   START=$(((i - 1) * PART)) COUNT=$PART check  test.out 21) 
-done
-
-wait
-
-for i in $(seq 1 $CPUS); do
-cat $PRODUCTS/$i/test.out  test.out
-done
-
-cat test.out



[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 revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 .elpaignore |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



[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 ml...@delysid.org
Date:   Thu May 22 00:39:05 2014 +0200

Add obsolete ChangeLog to .elpaignore.
---
 .elpaignore |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.elpaignore b/.elpaignore
index 1f21478..b34bc39 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -4,4 +4,5 @@
 chess-eco.pos
 chess-test.el
 doc
+ChangeLog
 Makefile



[elpa] branch externals/chess updated (bab74a1 - 588157a)

2014-05-21 Thread Stefan Monnier
monnier pushed a change to branch externals/chess
in repository elpa.

  from  bab74a1   Add obsolete ChangeLog to .elpaignore.
   new  588157a   * chess-perft.el: Fix up copyright header.

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 already present in the repository and have only
been added to this reference.


Summary of changes:
 chess-perft.el |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)