branch: master commit 1b9a4eb7459cefcd45d8e1e8695791742c8f0162 Author: Thien-Thi Nguyen <t...@gnu.org> Commit: Thien-Thi Nguyen <t...@gnu.org>
[gnugo maint] Update years in copyright notice; nfc. --- packages/gnugo/HACKING | 2 +- packages/gnugo/NEWS | 7 ++++++- packages/gnugo/gnugo-frolic.el | 2 +- packages/gnugo/gnugo-imgen.el | 2 +- packages/gnugo/gnugo.el | 4 ++-- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/packages/gnugo/HACKING b/packages/gnugo/HACKING index 5f8a876..f2b0f4e 100644 --- a/packages/gnugo/HACKING +++ b/packages/gnugo/HACKING @@ -80,7 +80,7 @@ This file is both a guide for newcomers and a todo list for oldstayers. #+odd -Copyright (C) 2014-2017 Free Software Foundation, Inc. +Copyright (C) 2014-2020 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/NEWS b/packages/gnugo/NEWS index 20fa7f9..c35de50 100644 --- a/packages/gnugo/NEWS +++ b/packages/gnugo/NEWS @@ -5,6 +5,11 @@ NB: "RCS: X..Y " means that the particular release includes changes in the RCS repo, revision 1.X through 1.Y (inclusive). +- 3.1.1 | 2020-10-24 + - bugfix: use ‘cursor-intangible-mode’ properly + - new func: gnugo-imgen-fit-window-height/no-grid-bottom + - more docstrings + - 3.1.0 | 2017-02-17 - THANKS file includes pre-ELPA people - bugfix: refresh no longer clobbers dead-group indication @@ -229,7 +234,7 @@ NB: "RCS: X..Y " means that the particular release includes End: _____________________________________________________________________ -Copyright (C) 2014-2017 Free Software Foundation, Inc. +Copyright (C) 2014-2020 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-frolic.el b/packages/gnugo/gnugo-frolic.el index cfc3005..4129971 100644 --- a/packages/gnugo/gnugo-frolic.el +++ b/packages/gnugo/gnugo-frolic.el @@ -1,6 +1,6 @@ ;;; gnugo-frolic.el --- gametree in a buffer -*- lexical-binding: t -*- -;; Copyright (C) 2014-2017 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; Author: Thien-Thi Nguyen <t...@gnu.org> ;; Maintainer: Thien-Thi Nguyen <t...@gnu.org> diff --git a/packages/gnugo/gnugo-imgen.el b/packages/gnugo/gnugo-imgen.el index 5709d33..4044256 100644 --- a/packages/gnugo/gnugo-imgen.el +++ b/packages/gnugo/gnugo-imgen.el @@ -1,6 +1,6 @@ ;;; gnugo-imgen.el --- image generation -*- lexical-binding: t -*- -;; Copyright (C) 2014-2017 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; Author: Thien-Thi Nguyen <t...@gnu.org> ;; Maintainer: Thien-Thi Nguyen <t...@gnu.org> diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el index cf155da..6b49a0c 100644 --- a/packages/gnugo/gnugo.el +++ b/packages/gnugo/gnugo.el @@ -1,6 +1,6 @@ ;;; gnugo.el --- play GNU Go in a buffer -*- lexical-binding: t -*- -;; Copyright (C) 2014-2017 Free Software Foundation, Inc. +;; Copyright (C) 2014-2020 Free Software Foundation, Inc. ;; Author: Thien-Thi Nguyen <t...@gnu.org> ;; Maintainer: Thien-Thi Nguyen <t...@gnu.org> @@ -549,7 +549,7 @@ and WITH-POINT are symbols. For other C, return nil." The returned symbol has the format N-SYMBOL. If YANG is a symbol, use it directly. Otherwise, YANG must be a pair. -If optional arg MOMENTARYP is non-nil, use the `cdr' of YANG. +If optional arg MOMENTARYP is non-nil, use the `cdr' of YANG. Otherwise, use the `car' of YANG. See `gnugo-yang'." (gnugo-f (format "%d-%s" yin (cond ((symbolp yang) yang)