ttn pushed a commit to branch master in repository elpa. commit 30cbf7485c48453b5a4df02c58c1728b9529266a Author: Thien-Thi Nguyen <t...@gnu.org> Date: Mon Feb 24 13:23:51 2014 +0100
[gnugo] Release: 2.3.0 * packages/gnugo/gnugo.el [Version]: Bump to "2.3.0". (gnugo-version): Bump to "2.3.0". --- packages/gnugo/HACKING | 38 +------------------------------------- packages/gnugo/NEWS | 2 +- packages/gnugo/gnugo.el | 4 ++-- 3 files changed, 4 insertions(+), 40 deletions(-) diff --git a/packages/gnugo/HACKING b/packages/gnugo/HACKING index d27a865..989f0d3 100644 --- a/packages/gnugo/HACKING +++ b/packages/gnugo/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/packages/gnugo/NEWS b/packages/gnugo/NEWS index 3cf03f9..bf51db2 100644 --- a/packages/gnugo/NEWS +++ b/packages/gnugo/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/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el index 3d41764..2dafd12 100644 --- a/packages/gnugo/gnugo.el +++ b/packages/gnugo/gnugo.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2014 Free Software Foundation, Inc. ;; Author: Thien-Thi Nguyen <t...@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.")