[elpa] externals/window-commander 0d361df85e 148/170: ; Use 'kbd' notation in the README

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 0d361df85e887864c697a7005a85eaae9fc53f9e Author: Daniel Semyonov Commit: Daniel Semyonov ; Use 'kbd' notation in the README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c4c19e2651..369565d69b 1

[elpa] externals/window-commander bc734b9937 003/170: Use 'read-char' instead of 'read-char-from-minibuffer' to read IDs

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit bc734b993752da5a358539fd42ddb7b61484cda6 Author: Daniel Semyonov Commit: Daniel Semyonov Use 'read-char' instead of 'read-char-from-minibuffer' to read IDs * swsw.el (swsw-select): Use 'read-char' instead of 'read-char-from-minibuffer'.

[elpa] externals/window-commander 1c19d22100 108/170: ; Add links to relevant part of the manual to user options

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 1c19d2210016f02eb17b559ee48a22dafae06875 Author: Daniel Semyonov Commit: Daniel Semyonov ; Add links to relevant part of the manual to user options --- swsw.el | 4 1 file changed, 4 insertions(+) diff --git a/swsw.el b/swsw.el index fad6b9a7a

[elpa] externals/window-commander c378be9bae 130/170: ; Load 'subr-x' when compiling

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit c378be9baee3f5c5a476ba26c659e3f29fb8192c Author: Daniel Semyonov Commit: Daniel Semyonov ; Load 'subr-x' when compiling --- swsw.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el index dec526263b..c6be2f12be

[elpa] externals/window-commander 85d9c690b1 102/170: ; Add key binding to swsw-mode's docstring

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 85d9c690b1e353d709f30e16a20e6c76d6eabfb3 Author: Daniel Semyonov Commit: Daniel Semyonov ; Add key binding to swsw-mode's docstring --- swsw.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el index 45d6106

[elpa] externals/window-commander ccf0d780a5 078/170: Add support for custom window commands

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit ccf0d780a586e5b8465933b3d8e01c86efc42ca1 Author: Daniel Semyonov Commit: Daniel Semyonov Add support for custom window commands * swsw.el (swsw--set-id-chars): Remove 'swsw-minibuffer-id' member check. (swsw-minibuffer-id, swsw--set-

[elpa] externals/window-commander 51fcc776bd 081/170: ; Reorganize swsw.el

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 51fcc776bdb89bc5a5e2852b3eec7e11ae97e91e Author: Daniel Semyonov Commit: Daniel Semyonov ; Reorganize swsw.el --- swsw.el | 96 - 1 file changed, 48 insertions(+), 48 deletions(-) diff

[elpa] externals/window-commander 51b8c1eb7c 080/170: ; Update documentation according to latest changes

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 51b8c1eb7cba81bca65353a903c8e2bfda9f4f75 Author: Daniel Semyonov Commit: Daniel Semyonov ; Update documentation according to latest changes --- NEWS | 16 +++--- README| 20 +++-- swsw.el | 14 swsw.texi |

[elpa] externals/window-commander 444873d9bd 114/170: Fix names of some internal and some external functions

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 444873d9bd4bd8dad08f5f18cbd91edeba286e3a Author: Daniel Semyonov Commit: Daniel Semyonov Fix names of some internal and some external functions * swsw.el (swsw-id-chars, swsw-scope, swsw--update, swsw-mode): Rename 'swsw-update' to 'swsw

[elpa] externals/window-commander bbe31e347c 146/170: ; Bump version to 2.1.1

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit bbe31e347c794df2753f67520060182745c8f19f Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump version to 2.1.1 --- .build.yml | 2 +- config.mk | 2 +- swsw.el| 2 +- swsw.texi | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff

[elpa] externals/window-commander 5faeffc163 153/170: ; Bump version to 2.2

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 5faeffc16329a4a4946780c880c343a9fb95deb4 Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump version to 2.2 --- .build.yml | 2 +- config.mk | 2 +- swsw.el| 2 +- swsw.texi | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff -

[elpa] externals/window-commander cacd11a1b7 072/170: Prevent setting 'swsw-minibuffer-id' to a member of 'swsw-id-chars'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit cacd11a1b7ded826c837f3c2f0b5b19d66355549 Author: Daniel Semyonov Commit: Daniel Semyonov Prevent setting 'swsw-minibuffer-id' to a member of 'swsw-id-chars' * swsw.el (swsw--set-id-chars): Ensure 'swsw-minibuffer-id' isn't a member of th

[elpa] externals/window-commander 98c3bf944f 109/170: ; Improvement for swsw-mode's docstring

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 98c3bf944ff326b2325fc4e89f63ac5b661d7cf7 Author: Daniel Semyonov Commit: Daniel Semyonov ; Improvement for swsw-mode's docstring --- swsw.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swsw.el b/swsw.el index f9f051b754..be

[elpa] externals/window-commander 862d945bdb 101/170: ; Ignore Emacs' backup files

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 862d945bdb1255835d6d1a09313cb967852a2313 Author: Daniel Semyonov Commit: Daniel Semyonov ; Ignore Emacs' backup files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5fd8423ea5..497a4f8ee4 100644 ---

[elpa] externals/window-commander 93814ae925 158/170: ; Fix swsw-pkg.el generation on OpenBSD

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 93814ae925f7476d78e39abdc6de49b9cd391424 Author: Daniel Semyonov Commit: Daniel Semyonov ; Fix swsw-pkg.el generation on OpenBSD --- Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index db4664

[elpa] externals/window-commander 8a9686e0fe 111/170: ; Change required Emacs version according to package-lint

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 8a9686e0fe79f863f9488b7a107e1d752066fc90 Author: Daniel Semyonov Commit: Daniel Semyonov ; Change required Emacs version according to package-lint --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el inde

[elpa] externals/window-commander ed81d15671 157/170: Only define and bind 'swsw-selected-window-prefix' in Emacs 28+

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit ed81d1567118c88c6998d998439107f26774accb Author: Daniel Semyonov Commit: Daniel Semyonov Only define and bind 'swsw-selected-window-prefix' in Emacs 28+ * swsw.el (swsw-selected-window-prefix, swsw-command-map): Only define and bind 'sws

[elpa] externals/window-commander e43021aa7e 112/170: * swsw.el (swsw-format-id): Use 'format-spec' instead of 'format'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit e43021aa7efb45d327b66d2f674563051ceea196 Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw-format-id): Use 'format-spec' instead of 'format' --- swsw.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/swsw.el b

[elpa] externals/window-commander a46fab04cd 168/170: Improve implementation of keywords in 'wincom-define-window-command'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit a46fab04cdf20f60b7a81088667d79977df71ca3 Author: Daniel Semyonov Commit: Daniel Semyonov Improve implementation of keywords in 'wincom-define-window-command' * wincom.el (wincom-define-window-command): Change order of docstring and keywo

[elpa] externals/window-commander ff38ec1c24 124/170: ; Bump required Emacs version to 27.1 due to 'window-state-change-hook'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit ff38ec1c24bfa690b1164c15977cbab62dbac695 Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump required Emacs version to 27.1 due to 'window-state-change-hook' --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el

[elpa] externals/window-commander 2a8c7c6533 126/170: ; Document the bump to Emacs version 27.1

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 2a8c7c65336cae92c88a0066835732cb22431b66 Author: Daniel Semyonov Commit: Daniel Semyonov ; Document the bump to Emacs version 27.1 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 48b6935545..63a9797e61 100644 --- a/N

[elpa] externals/window-commander 8fc0e7dfa7 046/170: ; Bump required emacs version to 26.1

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 8fc0e7dfa786f8db924f23b733b6083d4d47bf38 Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump required emacs version to 26.1 --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el index d15dd60e84..1d38c8

[elpa] externals/window-commander f9a901c809 004/170: * swsw.el (swsw-id-chars-base): Remove erroneous quote

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit f9a901c809b589d0b103ee086968d82c444d1d72 Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw-id-chars-base): Remove erroneous quote --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el index 8

[elpa] externals/window-commander 307b891692 127/170: ; Small fix in NEWS

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 307b89169209f14ce3544d6a00119f6a56b15c7e Author: Daniel Semyonov Commit: Daniel Semyonov ; Small fix in NEWS --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 63a9797e61..2429a2d3fd 100644 --- a/NEWS +++

[elpa] externals/window-commander b3f6cee6af 068/170: ; Unify information in the README and commentary

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit b3f6cee6afb71a4d962a43b67cbcf5e022924d83 Author: Daniel Semyonov Commit: Daniel Semyonov ; Unify information in the README and commentary --- README | 14 +++--- swsw.el | 4 +++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --g

[elpa] externals/window-commander 4ceacd0330 132/170: Indicate that some functions are for interactive use only

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 4ceacd033083f511d2795906042b63c8ff6b2f5a Author: Daniel Semyonov Commit: Daniel Semyonov Indicate that some functions are for interactive use only * swsw.el (swsw-select, swsw-select-minibuffer, swsw-delete): Declare as interactive only.

[elpa] externals/window-commander f9f64e0559 060/170: * swsw.el (swsw--get-id-length): Return 1 when there is one window tracked

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit f9f64e0559e14d36ecfe31278a505733f495f7c9 Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw--get-id-length): Return 1 when there is one window tracked --- swsw.el | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --

[elpa] externals/window-commander 69dfbd08de 083/170: ; Bump version to 2.0

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 69dfbd08de11e1667150722004009417ed375d1e Author: Daniel Semyonov Commit: Daniel Semyonov ; 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(+)

[elpa] externals/window-commander 74124620af 048/170: ; Add brief usage information to the docstring of 'swsw-mode'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 74124620af9b0010b0fdcf90bf9b59c97696fdde Author: Daniel Semyonov Commit: Daniel Semyonov ; Add brief usage information to the docstring of 'swsw-mode' --- swsw.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/swsw.el b/swsw.

[elpa] externals/window-commander 6a70afa84f 097/170: ; Documentation fixes

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 6a70afa84f0a2dbd95b9d613243fb183565a23dd Author: Daniel Semyonov Commit: Daniel Semyonov ; Documentation fixes --- NEWS | 2 +- swsw.el | 10 +- swsw.texi | 21 +++-- 3 files changed, 17 insertions(+), 16 deletions(-)

[elpa] externals/window-commander 08b56d124c 015/170: Add support for multi-character IDs

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 08b56d124c97fdbe222af94841e307ea0778cee9 Author: Daniel Semyonov Commit: Daniel Semyonov Add support for multi-character IDs * swsw.el (swsw-id-chars): Rename from 'swsw-id-chars-base'. (swsw-mode-lighter-format): Change default value to

[elpa] externals/window-commander c5f85632d9 156/170: Rework display functions

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit c5f85632d970b67a7f4790e02c1c8b2177165a54 Author: Daniel Semyonov Commit: Daniel Semyonov Rework display functions * swsw.el (swsw-minimum): New user option. (swsw-define-window-command): New macro. (swsw-select, swsw-delete): Redefin

[elpa] externals/window-commander 024502f51f 017/170: * swsw.el (swsw-mode): Don't call 'force-mode-line-update'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 024502f51fc193810a4375c7524ebbb21d35682c Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw-mode): Don't call 'force-mode-line-update' --- swsw.el | 1 - 1 file changed, 1 deletion(-) diff --git a/swsw.el b/swsw.el index 1a0e11a548..68

[elpa] externals/window-commander 9873ff1bd2 020/170: * swsw.el (swsw-select): Add before and after hooks.

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 9873ff1bd2f7ff4d60d1fbcefa3f71f1061ebedd Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw-select): Add before and after hooks. --- swsw.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el index

[elpa] externals/window-commander b3e00165f2 073/170: ; Add latest changes to the NEWS file and indicate that 1.1.2 is WIP

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit b3e00165f2ccf71c478eac338544e33618658177 Author: Daniel Semyonov Commit: Daniel Semyonov ; Add latest changes to the NEWS file and indicate that 1.1.2 is WIP --- NEWS | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEW

[elpa] externals/window-commander ebaa85abdd 031/170: ; Add a missing word to a comment

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit ebaa85abddc078d9653abbb9f308a991cdf2c270 Author: Daniel Semyonov Commit: Daniel Semyonov ; Add a missing word to a comment --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el index f0e71916d9..d9bd80990f

[elpa] externals/window-commander 8b74678bcf 028/170: * swsw.el (swsw-display-function): Avoid byte compilation warning

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 8b74678bcf2c8f36f08ae446b6952b3dbd308297 Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw-display-function): Avoid byte compilation warning --- swsw.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swsw.el b/swsw.el index 6c44

[elpa] externals/window-commander 522bfb2da0 074/170: ; Add versioning scheme information to the NEWS file

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 522bfb2da08d1679c4b54e1bdd854ba853f1822b Author: Daniel Semyonov Commit: Daniel Semyonov ; Add versioning scheme information to the NEWS file --- NEWS | 17 + 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 3365912ca

[elpa] externals/window-commander 4c84ca310f 016/170: ; Update README to reflect recent changes

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 4c84ca310f0c3e332e6c64152b6a448362bfe84a Author: Daniel Semyonov Commit: Daniel Semyonov ; Update README to reflect recent changes --- README | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index e27

[elpa] externals/window-commander 63e295f599 025/170: Add a user option to customize the scope of window tracking

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 63e295f599e304c96e66d1316c85a480f2cb21a1 Author: Daniel Semyonov Commit: Daniel Semyonov Add a user option to customize the scope of window tracking * swsw.el (swsw-scope): Add user option to control the scope of window tracking. (sw

[elpa] externals/window-commander 721d0208f7 026/170: Update the window list after deleting a frame

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 721d0208f7746b1127c847f4e5bf109c9686449c Author: Daniel Semyonov Commit: Daniel Semyonov Update the window list after deleting a frame * swsw.el (swsw-update): Add optional '_frame' argument. (swsw-mode): Add hook to run 'swsw-update' to

[elpa] externals/window-commander ec011dc3b9 053/170: ; Fix inconsistency in URL between swsw.el and swsw-pkg.el

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit ec011dc3b9ad049c6111885d5616d2e875df8af2 Author: Daniel Semyonov Commit: Daniel Semyonov ; Fix inconsistency in URL between swsw.el and swsw-pkg.el --- swsw-pkg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw-pkg.el b/sws

[elpa] externals/window-commander 0b67d7bc00 056/170: * swsw.el (swsw-display-function): Define early only when byte-compiling

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 0b67d7bc00e6fa7ede6798fc426eaff8845a2d81 Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw-display-function): Define early only when byte-compiling --- swsw.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swsw.

[elpa] externals/window-commander 3261f323e9 077/170: ; Bump version to 1.1.2

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 3261f323e9a9d2c2cdbd4b0801c47ea637fc0ac4 Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump version to 1.1.2 --- config.mk | 2 +- swsw-pkg.el | 4 ++-- swsw.el | 2 +- swsw.texi | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-)

[elpa] externals/window-commander b5ebc9e08a 106/170: Use lambdas for ':set' functions

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit b5ebc9e08a9fbc070bfe89894374b1e45e6f567e Author: Daniel Semyonov Commit: Daniel Semyonov Use lambdas for ':set' functions * swsw.el (swsw--set-id-chars, swsw-id-chars, swsw--set-scope) (swsw-scope, swsw--set-display-function, swsw-displa

[elpa] externals/window-commander f0f65362d4 095/170: * swsw.el (swsw--set-id-chars): Use 'length' instead of 'nth'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit f0f65362d4d6188ca7f7a59e05351c88515c223d Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw--set-id-chars): Use 'length' instead of 'nth' --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el

[elpa] externals/window-commander 0a3edee2e5 055/170: ; Bump version to 1.1.1 and update NEWS file

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 0a3edee2e528820da5c0fa4b7f95f46ab6ea39b0 Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump version to 1.1.1 and update NEWS file --- NEWS| 20 config.mk | 2 +- swsw-pkg.el | 2 +- swsw.el | 2 +- swsw.texi

[elpa] externals/window-commander 1a5ce9c559 038/170: ; Add binding 'C-x o' to 'swsw-select' in 'swsw-mode-map' to the NEWS

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 1a5ce9c559cd5d7515b2aea8cbcf37b444143615 Author: Daniel Semyonov Commit: Daniel Semyonov ; Add binding 'C-x o' to 'swsw-select' in 'swsw-mode-map' to the NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d0a9a8d8c

[elpa] externals/window-commander db5cd237a7 125/170: ; Documentation improvements

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit db5cd237a7d5b4a953f89e527b1497c13696e2a4 Author: Daniel Semyonov Commit: Daniel Semyonov ; Documentation improvements --- swsw.el | 19 ++- swsw.texi | 11 ++- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git

[nongnu] elpa/opam-switch-mode 5d7efc2acc: docs: Create NEWS.md

2023-06-28 Thread ELPA Syncer
branch: elpa/opam-switch-mode commit 5d7efc2acc8cb703f8c9501f134e6d08a624192a Author: Erik Martin-Dorel Commit: GitHub docs: Create NEWS.md --- NEWS.md | 43 +++ 1 file changed, 43 insertions(+) diff --git a/NEWS.md b/NEWS.md new file mode 100644 ind

[elpa] externals/window-commander b0b55f010c 041/170: ; Improve the docstrings for the reference display functions

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit b0b55f010c4494427505bd33b4e867d7bd4eed02 Author: Daniel Semyonov Commit: Daniel Semyonov ; Improve the docstrings for the reference display functions --- swsw.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/swsw.el

[elpa] externals/window-commander 07f26210e8 086/170: ; Add 'swsw-delete' fix to the NEWS file

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 07f26210e8d70c579192ad262a34151c7939cf25 Author: Daniel Semyonov Commit: Daniel Semyonov ; Add 'swsw-delete' fix to the NEWS file --- NEWS | 4 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 4d127f478d..7424a15057 100644 --- a/

[elpa] externals/window-commander 185861a2e9 010/170: Use a lighter for 'swsw-mode'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 185861a2e9e3db1e3a59750dea1db7923215ea8b Author: Daniel Semyonov Commit: Daniel Semyonov Use a lighter for 'swsw-mode' Use a lighter instead of adding the ID to the start of the modeline. * swsw.el (swsw-mode-line-format): Add user optio

[elpa] externals/window-commander 5b0f4657cc 052/170: ; Simplify build process

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 5b0f4657cc856173d6fdbc715e11510355e143e4 Author: Daniel Semyonov Commit: Daniel Semyonov ; Simplify build process --- Makefile | 39 --- config.mk | 4 ++-- 2 files changed, 18 insertions(+), 25 deletions(-) di

[elpa] externals/window-commander 3882424448 099/170: ; Bump to version 2.0.2

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 3882424448cf02be38f022408fe7beed9c176797 Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump to version 2.0.2 --- NEWS| 4 config.mk | 2 +- swsw-pkg.el | 2 +- swsw.el | 2 +- swsw.texi | 4 ++-- 5 files changed, 9 insertion

[elpa] externals/window-commander 8b8c353938 143/170: ; Generate swsw-pkg.el' automatically

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 8b8c35393876499cc508c3593b85eab3d919f4fb Author: Daniel Semyonov Commit: Daniel Semyonov ; Generate swsw-pkg.el' automatically --- .gitignore | 1 + Makefile| 19 +-- swsw-pkg.el | 9 - 3 files changed, 18 insertions(+

[elpa] externals/window-commander dc7f6f264e 170/170: ; Rename files form wincom* to window-commander*

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit dc7f6f264e67ec4d4eeca253078bdd9a9a136e67 Author: Daniel Semyonov Commit: Daniel Semyonov ; Rename files form wincom* to window-commander* --- wincom.el => window-commander.el | 6 +++--- wincom.texi => window-commander.texi | 0 2 files changed,

[elpa] externals/window-commander 96809a6cae 019/170: Add the ability to change the way window IDs are displayed

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 96809a6cae49cd156cbb699113356cbd63d7542a Author: Daniel Semyonov Commit: Daniel Semyonov Add the ability to change the way window IDs are displayed * swsw.el (swsw--set-display-function, swsw-display-function): Add user option to change

[elpa] externals/window-commander 3a9848deac 042/170: Add an Info node for the package

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 3a9848deac878a59ecfaa5bd9fd4235bef2ee9ed Author: Daniel Semyonov Commit: Daniel Semyonov Add an Info node for the package * Makefile: New Makefile for building the package archive. * config.mk: Added configuration for the Makefile. *

[elpa] externals/window-commander 8044341fdb 040/170: ; Update README to no longer suggest binding 'C-x o' in 'swsw-mode-map'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 8044341fdb0a72843499f354d84055e94d411028 Author: Daniel Semyonov Commit: Daniel Semyonov ; Update README to no longer suggest binding 'C-x o' in 'swsw-mode-map' --- README | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/RE

[elpa] externals/window-commander 48db8fe39b 021/170: Add a reference implementation for a conditional display function

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 48db8fe39bd506eb6280158daec5599f96ca398c Author: Daniel Semyonov Commit: Daniel Semyonov Add a reference implementation for a conditional display function * swsw.el (swsw--mode-line-display, swsw--mode-line-hide): New functions performin

[elpa] externals/window-commander ca14f1d0c5 107/170: Mark some variables as risky local variables

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit ca14f1d0c57b97688a74486b8ba66c45c7d48494 Author: Daniel Semyonov Commit: Daniel Semyonov Mark some variables as risky local variables * swsw.el (swsw-id-chars, swsw-scope, swsw--id-counter, swsw-window-count): Mark as risky local variabl

[elpa] externals/window-commander 54ca1baa14 030/170: ; Restructure README and commentary

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 54ca1baa14ec5420a1be011d6ee7cd587006db44 Author: Daniel Semyonov Commit: Daniel Semyonov ; Restructure README and commentary --- README | 57 +++-- swsw.el | 22 +- 2 files cha

[elpa] externals/window-commander 7d82ffeef4 076/170: ; Small modifications to the NEWS file

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 7d82ffeef41d3823aae49c6e84703acd546088f9 Author: Daniel Semyonov Commit: Daniel Semyonov ; Small modifications to the NEWS file --- NEWS | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index b6c3b59c

[elpa] externals/window-commander 082e03382e 033/170: * swsw.el (swsw-select): Ensure 'swsw-after-select-hook' runs.

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 082e03382e53ce83357520321cc6fcd47793223b Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw-select): Ensure 'swsw-after-select-hook' runs. --- swsw.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/swsw.el b/

[elpa] externals/window-commander 384dae5d45 128/170: ; Move local mode declaration to the top of NEWS

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 384dae5d45a5d1690a56c4b07b59e1ac4e1b40c0 Author: Daniel Semyonov Commit: Daniel Semyonov ; Move local mode declaration to the top of NEWS --- NEWS | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 2429a2d3fd

[elpa] externals/window-commander 95c25ee03c 022/170: ; Bump version to 1.0 and update README

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 95c25ee03c0f8c0bda2353086bfe8302f17f7461 Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump version to 1.0 and update README --- README | 12 +--- swsw.el | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/README b

[elpa] externals/window-commander 2e4ca2b354 091/170: ; Don't specify -r when issuing rm in the Makefile's clean target

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 2e4ca2b354a41c98d24552c99841c42917fcba45 Author: Daniel Semyonov Commit: Daniel Semyonov ; Don't specify -r when issuing rm in the Makefile's clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Ma

[elpa] externals/window-commander 95fc96e8c1 092/170: ; Add a link to the Info node in the customization buffer

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 95fc96e8c16ba51a144ff3285dcdd604f9714617 Author: Daniel Semyonov Commit: Daniel Semyonov ; Add a link to the Info node in the customization buffer --- NEWS| 2 ++ swsw.el | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index be

[elpa] externals/window-commander ccab7194a7 133/170: Use 'custom-initialize-changed' to initialize some user options

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit ccab7194a7e3c4423dd8f5ad37ecec56d07728fe Author: Daniel Semyonov Commit: Daniel Semyonov Use 'custom-initialize-changed' to initialize some user options * swsw.el (swsw-id-chars, swsw-scope): Use the ':initialize' keyword with the 'custo

[elpa] externals/window-commander cec8c4aacc 110/170: ; Edit docstrings to conform completely to 'checkdoc'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit cec8c4aacc8e7fce1b1ce083aef256424cd9da48 Author: Daniel Semyonov Commit: Daniel Semyonov ; Edit docstrings to conform completely to 'checkdoc' --- swsw.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/swsw.el b/s

[elpa] externals/window-commander f66c043abc 067/170: Only call 'swsw-update' automatically when it's bound

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit f66c043abcbed33f4270ac4511cbd78f2efd5509 Author: Daniel Semyonov Commit: Daniel Semyonov Only call 'swsw-update' automatically when it's bound * swsw.el (swsw--set-id-chars, swsw--set-scope): Only call 'swsw-update' automatically when it

[nongnu] elpa/racket-mode 32dbda45c2: Skip some tests on CI and increase the test timeout there; closes #664

2023-06-28 Thread ELPA Syncer
branch: elpa/racket-mode commit 32dbda45c27f51026d71f398a5872443a94bed77 Author: Greg Hendershott Commit: Greg Hendershott Skip some tests on CI and increase the test timeout there; closes #664 Specifically skip timing tests on CI. Although I would love to run them there, too, g

[elpa] externals/window-commander 73a241cf38 064/170: Ensure 'swsw-id-chars' is set correctly when customized

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 73a241cf383ef7c6a8591cb34b17ac3cdd1c4668 Author: Daniel Semyonov Commit: Daniel Semyonov Ensure 'swsw-id-chars' is set correctly when customized * swsw.el (swsw--set-id-chars): New set function for 'swsw-id-chars' which ensures it contai

[elpa] externals/window-commander a60cbd24f1 152/170: * swsw.texi (Usage, Window commands): Add details and fix mistakes

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit a60cbd24f13a0750c3b52a13ffb2bc823ae1db79 Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.texi (Usage, Window commands): Add details and fix mistakes --- swsw.texi | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-)

[elpa] externals/window-commander 61700ece84 135/170: ; Fix indentation in a few places

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 61700ece8482b68954e7ebbc71bb444a0d3d935a Author: Daniel Semyonov Commit: Daniel Semyonov ; Fix indentation in a few places --- swsw.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swsw.el b/swsw.el index 0b66a9ab49..01

[elpa] externals/window-commander b6277eb31f 037/170: ; Indicate that version 1.1 is still in development in the NEWS file

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit b6277eb31fb79747cab6008ab54800671c1a7104 Author: Daniel Semyonov Commit: Daniel Semyonov ; Indicate that version 1.1 is still in development in the NEWS file --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS in

[elpa] externals/window-commander dd9520bf53 149/170: Change some instances of 'if' and 'let' to use 'if-let'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit dd9520bf53c5a45a67dbddf877da2ba217fb9b18 Author: Daniel Semyonov Commit: Daniel Semyonov Change some instances of 'if' and 'let' to use 'if-let' * swsw.el (swsw--get-id-length, swsw--next-id, swsw-delete): Replace 'if' and 'let' combinat

[elpa] externals/window-commander 57a040f4be 140/170: ; Indicate the mailing list is the "maintainer" of the package

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 57a040f4be3ac98517c2f42d69144ae646b4b022 Author: Daniel Semyonov Commit: Daniel Semyonov ; Indicate the mailing list is the "maintainer" of the package --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el

[elpa] externals/window-commander 83eb90586a 051/170: ; Alter comments and docstrings to comply with Emacs' conventions

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 83eb90586a504413b2064026a14797b8e222c6e1 Author: Daniel Semyonov Commit: Daniel Semyonov ; Alter comments and docstrings to comply with Emacs' conventions --- swsw.el | 70 + 1 file cha

[elpa] externals/window-commander dc96f71732 122/170: Update window information when switching frames

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit dc96f7173210a7af1280ef43c443459b8e40cb45 Author: Daniel Semyonov Commit: Daniel Semyonov Update window information when switching frames * swsw.el (swsw--current-frame): New variable holding the last frame from which 'swsw--update' was c

[elpa] externals/window-commander 03747300a3 082/170: ; Add missing 'Window commands' entry to the detailed node listing

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 03747300a39bb27410c50ff312fdd32a5a6abe2f Author: Daniel Semyonov Commit: Daniel Semyonov ; Add missing 'Window commands' entry to the detailed node listing --- swsw.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/swsw.texi b/swsw.texi index

[elpa] externals/window-commander b2dcc60dab 136/170: ; Explain 'swsw--id-counter' more thoroughly

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit b2dcc60dab28bb4ea2355d5825a23fee7d363e90 Author: Daniel Semyonov Commit: Daniel Semyonov ; Explain 'swsw--id-counter' more thoroughly --- swsw.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swsw.el b/swsw.el index 0141758167..34f40e1547 1

[elpa] externals/window-commander 2f7500636d 098/170: ; Add 'swsw' to .gitignore

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 2f7500636de5185b05f715ea14b3218f3f6075fa Author: Daniel Semyonov Commit: Daniel Semyonov ; Add 'swsw' to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6101eb3416..5fd8423ea5 100644 --- a/

[elpa] externals/window-commander 447e7c18b9 165/170: ; Clean .gitignore

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 447e7c18b9e5a504a88262f61d1f922f1a790f90 Author: Daniel Semyonov Commit: Daniel Semyonov ; Clean .gitignore --- .gitignore | 4 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 41fe4ae967..ae5683edb3 100644 --- a/.giti

[elpa] externals/window-commander 9767e52e8c 150/170: ; Replace (unnecessary) backticks with normal quotes

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 9767e52e8ce8aa502bce63d868845d55a6b18480 Author: Daniel Semyonov Commit: Daniel Semyonov ; Replace (unnecessary) backticks with normal quotes --- swsw.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swsw.el b/swsw.el index

[elpa] externals/window-commander 8febd864f9 085/170: ; Remove old reference to 'swsw-minibuffer-id'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 8febd864f9a4888c68dbd8489be3ec8379cb058a Author: Daniel Semyonov Commit: Daniel Semyonov ; Remove old reference to 'swsw-minibuffer-id' --- swsw.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swsw.el b/swsw.el index 78476eb

[elpa] externals/window-commander 8a8be23f1b 050/170: ; Include license information in created package archives

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 8a8be23f1bfb5d38a469da00a6c3b550667041d7 Author: Daniel Semyonov Commit: Daniel Semyonov ; Include license information in created package archives --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile i

[elpa] externals/window-commander 435e462891 115/170: ; Fix the required Emacs version in swsw-pkg.el

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 435e462891d7d911bdc8a93c7769adb3b579a083 Author: Daniel Semyonov Commit: Daniel Semyonov ; Fix the required Emacs version in swsw-pkg.el --- swsw-pkg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw-pkg.el b/swsw-pkg.el in

[elpa] externals/window-commander 910aea2c75 117/170: ; Declare all window commands should be called while 'swsw-mode' is active

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 910aea2c75735e63f5b513677cfbc4583768e028 Author: Daniel Semyonov Commit: Daniel Semyonov ; Declare all window commands should be called while 'swsw-mode' is active --- swsw.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swsw.el b/swsw.el

[elpa] externals/window-commander 841345d5cf 120/170: Define 'swsw-select' as a remapping of 'other-window'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 841345d5cfe7dc53c8869bb0c3771ebed10740fe Author: Daniel Semyonov Commit: Daniel Semyonov Define 'swsw-select' as a remapping of 'other-window' * swsw.el (swsw-mode): Define 'swsw-mode-map' as a keymap with a single definition remapping '

[elpa] externals/window-commander e7646bf372 129/170: ; Bump to version 2.1

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit e7646bf37281beac32b6041a41fa03ad64558ccc Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump to version 2.1 --- NEWS| 2 +- config.mk | 2 +- swsw-pkg.el | 2 +- swsw.el | 2 +- swsw.texi | 4 ++-- 5 files changed, 6 insertions(+)

[elpa] externals/window-commander 6695f8858e 034/170: ; Use '; ' for inline comment instead of '; ; '

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 6695f8858e19f65907429619b72a11153ccff59f Author: Daniel Semyonov Commit: Daniel Semyonov ; Use ';' for inline comment instead of ';;' --- swsw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swsw.el b/swsw.el index b60604e3c7.

[elpa] externals/window-commander 902030f0a1 164/170: Allow selection of minibuffer in defined win command by keyword arg

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 902030f0a16b648988988d8531d7504812775f22 Author: Daniel Semyonov Commit: Daniel Semyonov Allow selection of minibuffer in defined win command by keyword arg * NEWS: Update. * wincom.el (wincom-define-window-command): Accept minibuffer ar

[elpa] externals/window-commander 0d7bf97dbb 142/170: ; Prepare for NonGNU ELPA inclusion

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 0d7bf97dbbac8415d63343d7252b362bbc5acc24 Author: Daniel Semyonov Commit: Daniel Semyonov ; Prepare for NonGNU ELPA inclusion --- .elpaignore | 5 + swsw.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.elpaignore b/.

[elpa] externals/window-commander dd65e7c8af 139/170: ; Update copyright years

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit dd65e7c8aff989aa8c044f513f28298bdfbde3bb Author: Daniel Semyonov Commit: Daniel Semyonov ; Update copyright years --- README| 2 +- swsw.el | 2 +- swsw.texi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/READM

[elpa] externals/window-commander 9f3b010d65 147/170: ; Indicate ELPA installation is now possible in the README

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 9f3b010d6529956b83a71355ab436eed2c6efbe0 Author: Daniel Semyonov Commit: Daniel Semyonov ; Indicate ELPA installation is now possible in the README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index

[elpa] externals/window-commander cb2cb1e5cb 131/170: ; Small code style change

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit cb2cb1e5cbd399c72c4691a36fcf433acf84cb25 Author: Daniel Semyonov Commit: Daniel Semyonov ; Small code style change --- swsw.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swsw.el b/swsw.el index c6be2f12be..af4e2afcc8 1

[elpa] externals/window-commander d195e574c0 066/170: ; Add latest changes to the news file

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit d195e574c019e62499625e3f8f6712f9b4b8d2e9 Author: Daniel Semyonov Commit: Daniel Semyonov ; Add latest changes to the news file --- NEWS | 13 + 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 13ee428dc1..be86da766f 10064

[elpa] externals/window-commander 09bb140ee3 096/170: * swsw.el (swsw-update): Use 'dotimes' instead of 'while'

2023-06-28 Thread ELPA Syncer
branch: externals/window-commander commit 09bb140ee34c16b77bba93cdbe2563291d002dbf Author: Daniel Semyonov Commit: Daniel Semyonov * swsw.el (swsw-update): Use 'dotimes' instead of 'while' --- swsw.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/swsw.el b/swsw.

  1   2   >