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

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

[elpa] externals/gnugo eb9748f 355/357: [gnugo maint] Update years in co


From: Stefan Monnier
Subject: [elpa] externals/gnugo eb9748f 355/357: [gnugo maint] Update years in copyright notice; nfc.
Date: Sun, 29 Nov 2020 14:51:56 -0500 (EST)

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

    [gnugo maint] Update years in copyright notice; nfc.
---
 HACKING         | 2 +-
 NEWS            | 7 ++++++-
 gnugo-frolic.el | 2 +-
 gnugo-imgen.el  | 2 +-
 gnugo.el        | 4 ++--
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/HACKING b/HACKING
index 5f8a876..f2b0f4e 100644
--- a/HACKING
+++ b/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/NEWS b/NEWS
index 20fa7f9..c35de50 100644
--- a/NEWS
+++ b/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/gnugo-frolic.el b/gnugo-frolic.el
index cfc3005..4129971 100644
--- a/gnugo-frolic.el
+++ b/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 <ttn@gnu.org>
 ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
diff --git a/gnugo-imgen.el b/gnugo-imgen.el
index 5709d33..4044256 100644
--- a/gnugo-imgen.el
+++ b/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 <ttn@gnu.org>
 ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
diff --git a/gnugo.el b/gnugo.el
index cf155da..6b49a0c 100644
--- a/gnugo.el
+++ b/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 <ttn@gnu.org>
 ;; Maintainer: Thien-Thi Nguyen <ttn@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)



reply via email to

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