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

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

[elpa] 04/11: [gnugo maint] Add NEWS file; prune Commentary; nfc.


From: Thien-Thi Nguyen
Subject: [elpa] 04/11: [gnugo maint] Add NEWS file; prune Commentary; nfc.
Date: Fri, 31 Jan 2014 08:27:47 +0000

ttn pushed a commit to branch ttn-gnugo
in repository elpa.

commit 02453c88c395b0dd5c5d0831a08448a0d20b0d3d
Author: Thien-Thi Nguyen <address@hidden>
Date:   Thu Jan 30 12:48:08 2014 +0100

    [gnugo maint] Add NEWS file; prune Commentary; nfc.
---
 packages/gnugo/NEWS     |  149 +++++++++++++++++++++++++++++++++++++++++++++++
 packages/gnugo/gnugo.el |   43 --------------
 2 files changed, 149 insertions(+), 43 deletions(-)

diff --git a/packages/gnugo/NEWS b/packages/gnugo/NEWS
new file mode 100644
index 0000000..16808af
--- /dev/null
+++ b/packages/gnugo/NEWS
@@ -0,0 +1,149 @@
+NEWS for gnugo.el (et al)
+See the end for copying conditions.
+
+
+[The TODO items need to be either folded into the surrounding
+ "logical version", or completed, prior to release.]
+
+
+- 2.2.14 | 2008-03-03
+  - start error message w/ a capital letter
+  - use ‘(error "%s" X)’ instead of ‘(error X)’
+  - improve ‘gnugo-animation-string’ docstring
+
+- 2.2.13 | 2006-04-10
+  - grid (letters and numbers) visibility can be toggled
+  - display bug workaround
+  - performance improvements
+
+- 2.2.12 | 2006-04-06
+  - bugfix: handle "" as "PASS"
+
+- 2.2.11 | 2005-04-06
+  - new mode-line specifier: ‘~m’
+  - directory no longer accepted as SGF "file name"
+
+- 2.2.10 | 2005-02-04
+  - bugfix: detect "game over" more precisely
+  - new command: ‘C-c C-p’ (gnugo-describe-internal-properties)
+  - don't include comment in sgf write
+  - set ‘AP’ (application) property in gametree
+
+- 2.2.9 | 2004-12-29
+  - backward-portability fix
+
+- 2.2.8 | 2004-11-15
+  - new command: ‘h’ (gnugo-move-history)
+  - improve font-lock support
+  - support "count of moves" SPEC via prefix-arg to ‘U’
+
+- 2.2.7 | 2004-11-10
+  - bugfix: inform backend of PASS
+  - new command: ‘u’ (gnugo-undo-two-moves)
+
+- 2.2.6 | 2004-11-05
+  - new commands
+    - ‘l’ (gnugo-read-sgf-file)
+    - ‘U’ (lambda that calls ‘gnugo-magic-undo’)
+  - doc improvements
+  - make some load-time actions one-shot
+
+- 2.2.5 | 2004-11-02
+  - bugfix: make load-time actions referentially-transparent
+  - require Emacs w/ ‘gethash’, ‘puthash’, ‘make-hash-table’
+
+- 2.2.4 | 2004-11-01
+  - backward-portability fixes
+
+- 2.2.3 | 2004-10-30
+  - backward-portability fixes
+  - new command: ‘R’ (gnugo-resign)
+
+- 2.2.2 | 2004-10-29
+  - backward-portability fixes
+
+- 2.2.1 | 2004-09-07
+  - SGF bugfix: parse float correctly (for komi)
+  - new command: ‘F’ (gnugo-display-final-score)
+  - font-locking for "X", "O", "[xo]"
+
+- 2.2.0 | 2004-08-30
+  - uncluttered, letters and numbers hidden, board centered
+  - buffer name shows last move and current player
+  - mode-line customization (var ‘gnugo-mode-line’)
+  - new commands
+    - ‘=’ -- display current position in echo area
+    - ‘s’ (gnugo-write-sgf-file)
+  - program option customization (var ‘gnugo-program’)
+  - new hooks
+    - ‘gnugo-post-move-hook’
+    - ‘gnugo-board-mode-hook’
+  - multiple independent buffers/games
+  - XPM set can be changed on the fly (global and/or local)
+
+- 1.26 TODO
+
+- 1.25 TODO
+
+- 1.24 (aka "2.1.0") | 2003-01-10
+  - add XPM image support
+
+- 1.23 TODO
+
+- 1.22 TODO
+
+- 1.21 TODO
+
+- 1.20 TODO
+
+- 1.19 TODO
+
+- 1.18 TODO
+
+- 1.17 TODO
+
+- 1.16 TODO
+
+- 1.15 TODO
+
+- 1.14 (aka "2.0.0") | 2002-11-15
+  - use ‘--mode gtp’
+
+- 1.13 TODO
+
+- 1.12 TODO
+
+- 1.11 TODO
+
+- 1.10 TODO
+
+- 1.9 TODO
+
+- 1.8 TODO
+
+- 1.7 TODO
+
+- 1.6 TODO
+
+- 1.5 TODO
+
+- 1.4 TODO
+
+- 1.3 TODO
+
+- 1.2 TODO
+
+- 1.1
+  - initial release
+
+
+  Local Variables:
+  mode: outline
+  outline-regexp: "\\([ ][ ]\\)*- "
+  eval: (highlight-phrase "TODO" 'hi-red-b)
+  End:
+_____________________________________________________________________
+Copyright (C) 2014  Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted provided the copyright notice and this notice are preserved.
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index efe2108..1922265 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -109,49 +109,6 @@
 ;; - [your hacking ideas here]
 ;;
 ;; Some gnugo.el hackers update http://www.emacswiki.org -- check it out!
-;;
-;;
-;; History
-;; -------
-;;
-;; Originally gnugo.el was written to interact w/ "gnugo --mode text" and then
-;; "gnugo --mode emacs" as the subprocess.  Those versions were released as
-;; 1.x, w/ x < 14.  In Novemeber 2002, gnugo.el was changed to interact w/
-;; "gnugo --mode gtp", but was released as 1.14 through 1.26, even though the
-;; proper versions should be 2.0.x for "--mode gtp", and 2.1.x for XPM image
-;; support.  (Sorry about the confusion.)
-;;
-;; Thus we arrive at at the current version.  The first gnugo.el to be
-;; released w/ a `gnugo-version' variable is "2.2.0".  The versioning scheme
-;; is strictly monotonically increasing numbers and dots, no letters or other
-;; suffixes (and none of this even/odd crap).  Here we list, aside from the
-;; bugfixes, some of the notable changes introduced in each released version:
-;;
-;; 2.2.x -- uncluttered, letters and numbers hidden, board centered
-;;          buffer name shows last move and current player
-;;          mode-line customization (var `gnugo-mode-line')
-;;          new commands: `=', `h', `s', `F', `R', `l', `U', `C-c C-p'
-;;          program option customization (var `gnugo-program')
-;;          new hooks (vars `gnugo-post-move-hook', `gnugo-board-mode-hook')
-;;          multiple independent buffers/games
-;;          XPM set can be changed on the fly (global and/or local)
-;;          font-locking for "X", "O", "[xo]"
-;;          undo by N moves, by "move pair", or by board position
-;;          grid (letters and numbers) visibility can be toggled
-;;
-;;
-;; History Predicted
-;; -----------------
-;;
-;; If you are an elisp programmer, this section might not apply to you;
-;; the GPL allows you to define the future of the code you receive under
-;; its terms, as long as you do not deny that freedom to subsequent users.
-;;
-;; For users who are not elisp programmers, you can look forward to gradual
-;; refinement in 2.x, splitting into gnugo.el and sgf.el in 3.x, and then
-;; eventual merging into GNU Emacs for 4.x (if RMS gives it the thumbs-up).
-;; If it is not accepted into Emacs at that time, a new maintainer will be
-;; sought.  In any case, it will no longer be bundled w/ ttn-pers-elisp.
 
 ;;; Code:
 



reply via email to

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