emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo e4344ac 350/357: [gnugo] Release: 3.1.0


From: Stefan Monnier
Subject: [elpa] externals/gnugo e4344ac 350/357: [gnugo] Release: 3.1.0
Date: Sun, 29 Nov 2020 14:51:55 -0500 (EST)

branch: externals/gnugo
commit e4344aceb1f75bc00743d3310bf5f4f625218d3f
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo] Release: 3.1.0
    
    * packages/gnugo/gnugo.el [Version]: Bump to "3.1.0".
    (gnugo-version): Bump to "3.1.0".
---
 NEWS     | 21 +++++++++++++++++++++
 gnugo.el |  4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 7f40f8c..20fa7f9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,27 @@ NB: "RCS: X..Y " means that the particular release includes
     changes in the RCS repo, revision 1.X through 1.Y (inclusive).
 
 
+- 3.1.0 | 2017-02-17
+  - THANKS file includes pre-ELPA people
+  - bugfix: refresh no longer clobbers dead-group indication
+  - echo area messages (normal and error) more conventional
+  - ‘C’ (gnugo-comment) defaults to root node if no played stone at point
+  - ‘C-c C-p’ (gnugo-describe-internal-properties) output more spacious
+  - ‘C-u F’ (gnugo-display-final-score) stores additional SGF properties
+    - ‘TB’ -- Black Territory
+    - ‘TW’ -- White Territory
+    - ‘MA’ -- Mark (to indicate seki stones)
+    - ‘DD’ -- Dim Points (to indicate dead stones)
+  - game-over seki groups (if any) indicated on board
+  - changes to programming interface
+    - dropped data structures (unused => NOT backward-incompatible)
+      - ‘gnugo-board-mode-syntax-table’
+      - ‘gnugo-board-mode-abbrev-table’
+    - game-over "group" formalized: ‘((CPROP [OVERLAY[...]]) POS[...])’
+    - game-over data includes seki groups
+    - ‘gnugo-goto-pos’ returns buffer position
+    - new abstraction: ‘gnugo-aqr’
+
 - 3.0.2 | 2017-02-05
   - portability fix (Emacs 25.1): use Cursor Intangible mode, if available
   - verse meter fix (for those who read source code)
diff --git a/gnugo.el b/gnugo.el
index 55acf2d..af3f3f0 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -4,7 +4,7 @@
 
 ;; Author: Thien-Thi Nguyen <ttn@gnu.org>
 ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
-;; Version: 3.0.2
+;; Version: 3.1.0
 ;; Package-Requires: ((ascii-art-to-unicode "1.5") (xpm "1.0.1") (cl-lib 
"0.5"))
 ;; Keywords: games, processes
 ;; URL: http://www.gnuvola.org/software/gnugo/
@@ -92,7 +92,7 @@
 ;;;---------------------------------------------------------------------------
 ;;; Political arts
 
-(defconst gnugo-version "3.0.2"
+(defconst gnugo-version "3.1.0"
   "Version of gnugo.el currently loaded.
 This follows a MAJOR.MINOR.PATCH scheme.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]