]> code.delx.au - gnu-emacs-elpa/commitdiff
[gnugo] Release: 2.3.0
authorThien-Thi Nguyen <ttn@gnu.org>
Mon, 24 Feb 2014 12:23:51 +0000 (13:23 +0100)
committerThien-Thi Nguyen <ttn@gnu.org>
Mon, 24 Feb 2014 12:31:50 +0000 (13:31 +0100)
* packages/gnugo/gnugo.el [Version]: Bump to "2.3.0".
(gnugo-version): Bump to "2.3.0".

packages/gnugo/HACKING
packages/gnugo/NEWS
packages/gnugo/gnugo.el

index d27a865d90beff77733a86e2445b1c05ed7da9e0..989f0d3c2b4a962066d6f0323fd40676a7a25030 100644 (file)
@@ -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
index 3cf03f9464aae993405ce06eece6d6d39e8bafe6..bf51db23537e625859f1b9e3deed645ff5ea9eef 100644 (file)
@@ -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
index 3d417642d163dc5ca7704652f3f1aaeed8333403..2dafd123a2349eb409329957104401266e4ac8c9 100644 (file)
@@ -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.")