[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/swsw 69dfbd08de 083/146: ; Bump version to 2.0
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/swsw 69dfbd08de 083/146: ; Bump version to 2.0 |
Date: |
Wed, 25 May 2022 02:59:49 -0400 (EDT) |
branch: elpa/swsw
commit 69dfbd08de11e1667150722004009417ed375d1e
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>
; Bump version to 2.0
---
NEWS | 2 +-
config.mk | 2 +-
swsw-pkg.el | 2 +-
swsw.el | 2 +-
swsw.texi | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index e510df6c97..4d127f478d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
swsw NEWS -- history of user-visible changes.
See the end of the file for an explanation of the versioning scheme.
-* 2.0 (currently in development)
+* 2.0
** Add support for custom window management commands.
Binding a command to a key in swsw-command-map allows you to call that
diff --git a/config.mk b/config.mk
index 82df54ab35..d5c7ba4a2a 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
PKG = swsw
-VERSION = 1.1.2
+VERSION = 2.0
INSTALLINFO = install-info
MAKEINFO = makeinfo
diff --git a/swsw-pkg.el b/swsw-pkg.el
index c7dc5d1454..d64d92b58c 100644
--- a/swsw-pkg.el
+++ b/swsw-pkg.el
@@ -1,4 +1,4 @@
-(define-package "swsw" "1.1.2" "Simple window switching"
+(define-package "swsw" "2.0" "Simple window switching"
'((emacs "26.1"))
:keywords ("convenience")
:authors (("Daniel Semyonov" . "cmstr@dsemy.com"))
diff --git a/swsw.el b/swsw.el
index ec78a2fc27..fa884dd5f7 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.2
+;; Version: 2.0
;; Package-Requires: ((emacs "26.1"))
;; Keywords: convenience
;; URL: https://dsemy.com/software/swsw
diff --git a/swsw.texi b/swsw.texi
index 11a58457f9..406e67d390 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.2
+@subtitle for version 2.0.
@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.2.
+This manual is for swsw version 2.0.
@insertcopying
@end ifnottex
- [nongnu] elpa/swsw 1c19d22100 108/146: ; Add links to relevant part of the manual to user options, (continued)
- [nongnu] elpa/swsw 1c19d22100 108/146: ; Add links to relevant part of the manual to user options, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 444873d9bd 114/146: Fix names of some internal and some external functions, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 13c92db0de 138/146: ; Fix build manifest, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 57a040f4be 140/146: ; Indicate the mailing list is the "maintainer" of the package, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 0d7bf97dbb 142/146: ; Prepare for NonGNU ELPA inclusion, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 307b891692 127/146: ; Small fix in NEWS, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw c884983ae2 090/146: ; Fix makefile for OpenBSD, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw f66c043abc 067/146: Only call 'swsw-update' automatically when it's bound, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw dc4595546a 094/146: ; Change a message to a (more fitting in this context) user-error, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw b3e00165f2 073/146: ; Add latest changes to the NEWS file and indicate that 1.1.2 is WIP, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 69dfbd08de 083/146: ; Bump version to 2.0,
ELPA Syncer <=
- [nongnu] elpa/swsw dee158840a 100/146: ; Indicate that ELPA installation is not yet available, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 09bb140ee3 096/146: * swsw.el (swsw-update): Use 'dotimes' instead of 'while', ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 300a4e8e61 084/146: * swsw.el (swsw-delete): Fix when the other tracked window is a minibuffer, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 8b8c353938 143/146: ; Generate swsw-pkg.el' automatically, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 51b8c1eb7c 080/146: ; Update documentation according to latest changes, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 522bfb2da0 074/146: ; Add versioning scheme information to the NEWS file, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 92abfc5de4 119/146: ; Make some long lines short, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 910aea2c75 117/146: ; Declare all window commands should be called while 'swsw-mode' is active, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 862d945bdb 101/146: ; Ignore Emacs' backup files, ELPA Syncer, 2022/05/25
- [nongnu] elpa/swsw 0a3edee2e5 055/146: ; Bump version to 1.1.1 and update NEWS file, ELPA Syncer, 2022/05/25