[elpa] 01/01: * sml-mode/sml-mode.el: Release new version.

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

commit 99dd852a0047d60e1a2dc04e1a0199b86a060daf
Author: Stefan Monnier monn...@iro.umontreal.ca
Date:   Tue Jun 17 09:12:02 2014 -0400

* sml-mode/sml-mode.el: Release new version.
---
 packages/sml-mode/sml-mode.el |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/sml-mode/sml-mode.el b/packages/sml-mode/sml-mode.el
index a46d9ff..ac6ad2f 100644
--- a/packages/sml-mode/sml-mode.el
+++ b/packages/sml-mode/sml-mode.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1989,1999,2000,2004,2007,2010-2014  Free Software Foundation, 
Inc.
 
 ;; Maintainer: (Stefan Monnier) monn...@iro.umontreal.ca
-;; Version: 6.4
+;; Version: 6.5
 ;; Keywords: SML
 ;; Author: Lars Bo Nielsen
 ;; Olin Shivers



[elpa] 01/01: Update README to tell how to checkout a single external package.

2014-06-17 Thread Eli Zaretskii
eliz pushed a commit to branch master
in repository elpa.

commit 6c23ac4c60be26275bc62a6ee23bb4f5cc1bbad6
Author: Eli Zaretskii e...@gnu.org
Date:   Tue Jun 17 18:35:16 2014 +0300

Update README to tell how to checkout a single external package.
---
 README |   13 +
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/README b/README
index acc42e4..be8d5b2 100644
--- a/README
+++ b/README
@@ -92,11 +92,24 @@ merge -s subtree from the upstream branch.
 
 In the `external' case, the copy of the code is not kept here but in the
 `externals/pkg' branch in the `elpa' repository.
+
 You can check out all the external packages into the `packages' directory
 with the command:
 
make externals
 
+You can check out a specific external PACKAGE into the `packages'
+directory with these commands:
+
+   cd packages
+   git clone --reference .. --single-branch --branch externals/PACKAGE 
git://git.sv.gnu.org/srv/git/emacs/elpa PACKAGE
+
+If you already have a packages/PACKAGE directory with a previous
+checkout, you can update it like this:
+
+   cd packages/PACKAGE
+   git pull
+
 ** Public incubation
 
 If you want to develop a package publicly prior to its first release (to



[elpa] branch externals/chess updated (5b4adfc - 6a27f61)

2014-06-17 Thread Mario Lang
mlang pushed a change to branch externals/chess
in repository elpa.

  from  5b4adfc   * chess.texi: Include FDL.
   new  6a27f61   * chess-display.el (chess-display-highlight-legal): 
Rename misleading argument pos to index.

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-display.el |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)



[elpa] 01/01: README: Use remote.origin.url to avoid loosing write access and save some typing.

2014-06-17 Thread Mario Lang
mlang pushed a commit to branch master
in repository elpa.

commit 69899e958bc15611b6d6392abc2231763ead9cd6
Author: Mario Lang ml...@delysid.org
Date:   Tue Jun 17 18:34:37 2014 +0200

README: Use remote.origin.url to avoid loosing write access and save some 
typing.
---
 README |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README b/README
index be8d5b2..a688040 100644
--- a/README
+++ b/README
@@ -102,7 +102,7 @@ You can check out a specific external PACKAGE into the 
`packages'
 directory with these commands:
 
cd packages
-   git clone --reference .. --single-branch --branch externals/PACKAGE 
git://git.sv.gnu.org/srv/git/emacs/elpa PACKAGE
+   git clone --reference .. --single-branch --branch externals/PACKAGE $(git 
config remote.origin.url) PACKAGE
 
 If you already have a packages/PACKAGE directory with a previous
 checkout, you can update it like this:



[elpa] branch master updated (6c23ac4 - 69899e9)

2014-06-17 Thread Mario Lang
mlang pushed a change to branch master
in repository elpa.

  from  6c23ac4   Update README to tell how to checkout a single external 
package.
   new  69899e9   README: Use remote.origin.url to avoid loosing write 
access and save some typing.

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 |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



[elpa] 01/01: Release 2.0.2.

2014-06-17 Thread Mario Lang
mlang pushed a commit to branch externals/chess
in repository elpa.

commit 254943553395eef88611e3dfa39139200ddb88d4
Author: Mario Lang ml...@delysid.org
Date:   Wed Jun 18 00:30:35 2014 +0200

Release 2.0.2.
---
 NEWS |   37 +
 chess.el |4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 8220873..2054058 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,43 @@ This is the NEWS file for Emacs Chess, a chess client and 
analysis library
 written in Emacs Lisp.
 
 
+* Release 2.0.2:
+
+** Major updates to the Info manual.
+
+** Algebraic move input:
+
+*** It is now possible to enter moves in numeric notation by
+customizing `chess-input-notation-type'.
+
+*** Backspace (DEL) on terminals now deletes input as expected.
+
+*** If `chess-display-highlight-legal' is non-nil, target squares of
+posssible moves are highlighted while you type.
+
+** The board and modeline is now correctly updated when making a move against
+   the internal engine (AI).
+
+** An error when editing positions with the `chess-plain' display has been 
fixed.
+
+** Legal move target highlights are now properly removed again once a move
+   has been selected, or the selected piece has been deselected.
+
+*** As a consequence of this fix, `chess-display-highlight-legal' is now
+on by default.
+
+** `chess-ply-to-algebraic' can now generate figurine algebraic and
+   numeric notation.
+
+** `chess-algebraic-to-ply' can now handle figurine algebraic notation.
+
+** Several compiler warnings have been fixed.
+   
+** The `chess-autosave' module is disabled by default for now.
+
+** The incomplete and unused constant `chess-piece-name-table' has been 
removed.
+
+
 * Release 2.0.1:
 
 ** chess-polyglot now works on 32-bit platforms.
diff --git a/chess.el b/chess.el
index f470370..e45eee9 100644
--- a/chess.el
+++ b/chess.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley jo...@gnu.org
 ;; Maintainer: Mario Lang ml...@delysid.org
-;; Version: 2.0.1
+;; Version: 2.0.2
 ;; Package-Requires: ((cl-lib 0.5))
 ;; Keywords: games
 ;; Compatibility: Emacs24
@@ -89,7 +89,7 @@
   :group 'games
   :link '(custom-manual (chess)Top))
 
-(defconst chess-version 2.0.1
+(defconst chess-version 2.0.2
   The version of the Emacs chess program.)
 
 (defcustom chess-default-display



[elpa] branch externals/chess updated (6a27f61 - 2549435)

2014-06-17 Thread Mario Lang
mlang pushed a change to branch externals/chess
in repository elpa.

  from  6a27f61   * chess-display.el (chess-display-highlight-legal): 
Rename misleading argument pos to index.
   new  2549435   Release 2.0.2.

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:
 NEWS |   37 +
 chess.el |4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)