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

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

[elpa] externals/gnugo 5e4b5a8 051/357: [gnugo] Release: 2.3.0


From: Stefan Monnier
Subject: [elpa] externals/gnugo 5e4b5a8 051/357: [gnugo] Release: 2.3.0
Date: Sun, 29 Nov 2020 14:50:46 -0500 (EST)

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

    [gnugo] Release: 2.3.0
    
    * packages/gnugo/gnugo.el [Version]: Bump to "2.3.0".
    (gnugo-version): Bump to "2.3.0".
---
 HACKING  | 38 +-------------------------------------
 NEWS     |  2 +-
 gnugo.el |  4 ++--
 3 files changed, 4 insertions(+), 40 deletions(-)

diff --git a/HACKING b/HACKING
index d27a865..989f0d3 100644
--- a/HACKING
+++ b/HACKING
@@ -2,43 +2,7 @@ HACKING gnugo                                           -*- 
org -*-
 
 This file is both a guide for newcomers and a todo list for oldstayers.
 
-* next (actually "first" (under ELPA) :-D)
-*** DONE Fix bugs.
-***** DONE ‘inhibit-gnugo-refresh’: defvar, rename to ‘gnugo-inhibit-refresh’
-***** DONE (w/images) grid horizontal spacing OBOE
-***** DONE handle sudden jump in captured stones correctly
-*** DONE code
-***** DONE Give ‘lambda’ commands a name and docstring.
-***** DONE Move gnugo-{put,get} doc elsewhere.
-***** DONE Loose the modernization!
-******* DONE ‘zerop’
-******* DONE ‘redisplay’ -- 
[[file:gnugo.el::defun.gnugo-magic-undo][gnugo-magic-undo]]
-******* DONE ‘(display (space :width 0))’ -- 
[[file:gnugo.el::defun.gnugo-toggle-image-display][gnugo-toggle-image-display]]
-******* DONE ‘(split-string ... t)’ -- [[file:gnugo.el][gnugo-animate-group]]
-***** DONE Use process-{put,get}.
-***** DONE Drop leading ?* in var docstrings.
-*** DONE Resolve maintenance musings.
-***** Any way to use ‘gnugo-version’ as ";; Version:"? [no]
-***** Should SGF funcs be moved to sgf.el now? [no]
-***** Is sgf.el better in-package or independent (but in ELPA)? [in-package]
-      SGF is obsoleted by UTF-8-friendly formats (XML, ugh).
-      => Wait -- perhaps forever -- for GNU Go to lead the way.
-***** Is ttn-style [[ChangeLog][ChangeLog discipline]] compatible w/ ELPA? 
[maybe]
-      Probably yes per se, but the VCS/ChangeLog sync does not jive
-      w/ potential successor maintainers, making them harder to find.
-      => Drop that facet from ttn-style (requires SMOP... :-/).
-***** What about related code? [partial]
-      => Incorporate some of the minor stuff (e.g., keybindings).
-******* fulminate-gnugo-xpms.el
-******* gnugo-extra.el
-******* mokuxpms.tar.gz / mokuxpms-2.tar.gz / mokuxpms-3.tar.gz
-***** Fast-forward merge (rebase + push) OK? [no]
-      At least, not for duration of the (wip) initial phase
-      (which should be ending RSN, no?).
-      However, dropping VCS/ChangeLog sync facet from ttn-style
-      requires a rewrite of the branch (sans ChangeLog file) anyway,
-      so the actual release commits will be effectively fast-forward.
-*** DONE Finish [[file:NEWS][NEWS]] archeology.
+* next
 * fix bugs
 *** {next,previous}-line weirdness in the presence of images
 *** ‘-l FILENAME’ lossage
diff --git a/NEWS b/NEWS
index 3cf03f9..bf51db2 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ Hint: (highlight-phrase 
"[0-9][.][0-9][.][0-9]+\\|[0-9]+[.][.][0-9]+"
                         'hi-red-b)
 
 
-- 2.3.0 | NOT YET RELEASED
+- 2.3.0 | 2014-02-24
   - now part of ELPA, tweaked for GNU Emacs 24.x
     - dropped support for XEmacs and older Emacs
     - use ‘user-error’ for user errors
diff --git a/gnugo.el b/gnugo.el
index 3d41764..2dafd12 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
 ;; Author: Thien-Thi Nguyen <ttn@gnu.org>
-;; Version: 2.2.14
+;; Version: 2.3.0
 
 ;; 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
@@ -80,7 +80,7 @@
 ;;;---------------------------------------------------------------------------
 ;;; Political arts
 
-(defconst gnugo-version "2.2.14"
+(defconst gnugo-version "2.3.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]