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

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

[nongnu] elpa/swsw 0a3edee2e5 055/146: ; Bump version to 1.1.1 and updat


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 0a3edee2e5 055/146: ; Bump version to 1.1.1 and update NEWS file
Date: Wed, 25 May 2022 02:59:44 -0400 (EDT)

branch: elpa/swsw
commit 0a3edee2e528820da5c0fa4b7f95f46ab6ea39b0
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Bump version to 1.1.1 and update NEWS file
---
 NEWS        | 20 ++++++++++++++++++++
 config.mk   |  2 +-
 swsw-pkg.el |  2 +-
 swsw.el     |  2 +-
 swsw.texi   |  4 ++--
 5 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 73f7a97190..13ee428dc1 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,26 @@ swsw NEWS -- history of user-visible changes.
 * 1.2 (currently in development)
 No user facing changes have been made yet.
 
+* 1.1.1
+
+** Bump required Emacs version to 26.1.
+
+** Add missing license information in several places.
+The info was missing license information, and created archives were missing
+the LICENSE file.
+
+** Update the homepage of the package to dsemy.com/software/swsw.
+
+** Update documentation strings.
+Documentation string for several functions and variables have been updated to
+be more clear and to better comply with Emacs' conventions.
+
+** Update installation instructions.
+Installation instructions have been updated to indicate the possibility of
+installing the package from GNU ELPA.
+Note: at the time of writing this isn't actually possible yet, but the
+instructions have been updated since I'm expecting this to be possible soon.
+
 * 1.1
 
 ** Add the ability to customize the scope of swsw-mode.
diff --git a/config.mk b/config.mk
index be6d682c40..a19cac70c6 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 PKG     = swsw
-VERSION = 1.1
+VERSION = 1.1.1
 
 INSTALLINFO = install-info
 MAKEINFO    = makeinfo
diff --git a/swsw-pkg.el b/swsw-pkg.el
index dd059f8add..19e7233a15 100644
--- a/swsw-pkg.el
+++ b/swsw-pkg.el
@@ -1,4 +1,4 @@
-(define-package "swsw" "1.1" "Simple window switching"
+(define-package "swsw" "1.1.1" "Simple window switching"
   '((emacs "26.1"))
   :keywords ("convenience")
   :authors (("Daniel Semyonov" . "cmstr@dsemy.com"))
diff --git a/swsw.el b/swsw.el
index 6502a7d8a5..7d603706f9 100644
--- a/swsw.el
+++ b/swsw.el
@@ -4,7 +4,7 @@
 
 ;; Author: Daniel Semyonov <cmstr@dsemy.com>
 ;; Maintainer: Daniel Semyonov <cmstr@dsemy.com>
-;; Version: 1.1
+;; Version: 1.1.1
 ;; Package-Requires: ((emacs "26.1"))
 ;; Keywords: convenience
 ;; URL: https://dsemy.com/software/swsw
diff --git a/swsw.texi b/swsw.texi
index c8184e2304..aad85bdd0a 100644
--- a/swsw.texi
+++ b/swsw.texi
@@ -28,7 +28,7 @@ General Public License for more details.
 
 @titlepage
 @title swsw User Manual
-@subtitle for version 1.1
+@subtitle for version 1.1.1
 @author Daniel Semyonov
 @page
 @vskip 0pt plus 1filll
@@ -45,7 +45,7 @@ swsw provides a minor mode for switching to windows using IDs 
assigned
 to them automatically.
 
 @noindent
-This manual is for swsw version 1.1.
+This manual is for swsw version 1.1.1.
 
 @insertcopying
 @end ifnottex



reply via email to

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