[nongnu] elpa/autothemer cb4d4b69f8: Add docs for autothemer-let-palette

2023-09-07 Thread ELPA Syncer
branch: elpa/autothemer commit cb4d4b69f8bb1f8158d2311692b7607794b75829 Author: jasonm23 Commit: jasonm23 Add docs for autothemer-let-palette --- function-reference.md | 16 1 file changed, 16 insertions(+) diff --git a/function-reference.md b/function-reference.md index 8

[nongnu] elpa/clojure-mode 1dc343fe67: Fix clojure-find-ns for ns forms preceded by whitespace (#661)

2023-09-07 Thread ELPA Syncer
branch: elpa/clojure-mode commit 1dc343fe67c1b7b858df6250bfc500eca6823940 Author: p4v4n Commit: vemv Fix clojure-find-ns for ns forms preceded by whitespace (#661) Closes https://github.com/clojure-emacs/clojure-mode/issues/593 --- CHANGELOG.md | 4 clojure-

[nongnu] elpa/hyperdrive 2b4ade87bc 2/2: Change: (-dir--yank-media-image-handler) Open image, not parent

2023-09-07 Thread ELPA Syncer
branch: elpa/hyperdrive commit 2b4ade87bcbb10c44327cf120b18dba3c85a2716 Author: Joseph Turner Commit: Joseph Turner Change: (-dir--yank-media-image-handler) Open image, not parent --- hyperdrive-dir.el | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/hyperd

[nongnu] elpa/hyperdrive 86a1aa8fe0 1/2: Fix: (hyperdrive-dir-handler) Call THEN in finally

2023-09-07 Thread ELPA Syncer
branch: elpa/hyperdrive commit 86a1aa8fe07dc55dc0079f1ce3e8492a5237eb70 Author: Joseph Turner Commit: Joseph Turner Fix: (hyperdrive-dir-handler) Call THEN in finally --- hyperdrive-dir.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hyperdrive-dir.el b/hyper

[nongnu] elpa/hyperdrive updated (07728f7d81 -> 2b4ade87bc)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from 07728f7d81 Meta: Update changelog new 86a1aa8fe0 Fix: (hyperdrive-dir-handler) Call THEN in finally new 2b4ade87bc Change: (-dir--yank-media-image-handler) Open image, not parent Summary of changes: hyperdrive-dir.

[nongnu] elpa/hyperdrive updated (2b4ade87bc -> d0e869e021)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from 2b4ade87bc Change: (-dir--yank-media-image-handler) Open image, not parent new a851e24dfd Add: (--entry-buffer-p) Split out pred for entry-visiting buffer new 536538f5ae Add: (hyperdrive--buffer-for-entry) Workaround

[nongnu] elpa/hyperdrive d0e869e021 4/4: Meta: Update changelog

2023-09-07 Thread ELPA Syncer
branch: elpa/hyperdrive commit d0e869e0217d3615d6a1d19cb3362dc3a031b37d Author: Joseph Turner Commit: Joseph Turner Meta: Update changelog --- CHANGELOG.org | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 9ff90b4b82..084118cd00 100644 --- a/CHANGELOG.

[nongnu] elpa/hyperdrive a851e24dfd 1/4: Add: (--entry-buffer-p) Split out pred for entry-visiting buffer

2023-09-07 Thread ELPA Syncer
branch: elpa/hyperdrive commit a851e24dfdf5f89c66f0eff35dfd874050a6305e Author: Joseph Turner Commit: Joseph Turner Add: (--entry-buffer-p) Split out pred for entry-visiting buffer --- hyperdrive-lib.el | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/hyperdr

[nongnu] elpa/hyperdrive 536538f5ae 2/4: Add: (hyperdrive--buffer-for-entry) Workaround for bug#65797

2023-09-07 Thread ELPA Syncer
branch: elpa/hyperdrive commit 536538f5ae0e0fe801f129728843e9fb5877724c Author: Joseph Turner Commit: Joseph Turner Add: (hyperdrive--buffer-for-entry) Workaround for bug#65797 --- hyperdrive-lib.el | 5 + 1 file changed, 5 insertions(+) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.

[nongnu] elpa/hyperdrive 91eb2a2c00 3/4: Change/Fix: (hyperdrive-write-buffer) Prompt before overwriting file

2023-09-07 Thread ELPA Syncer
branch: elpa/hyperdrive commit 91eb2a2c00489c36853544e142c6d4c6054335c7 Author: Joseph Turner Commit: Joseph Turner Change/Fix: (hyperdrive-write-buffer) Prompt before overwriting file --- hyperdrive.el | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) diff

[elpa] externals/org 1f88acd013: * lisp/ob-core.el (org-babel-result-cond): Document all the arguments

2023-09-07 Thread ELPA Syncer
branch: externals/org commit 1f88acd01394b1d78c875af21ba0e84b0f2f287a Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ob-core.el (org-babel-result-cond): Document all the arguments --- lisp/ob-core.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ob-core.

[nongnu] elpa/clojure-ts-mode 724e40dedc 2/3: Mention NonGNU ELPA

2023-09-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 724e40dedceaa2e25e7db4f262b74bef6291b224 Author: Bozhidar Batsov Commit: Bozhidar Batsov Mention NonGNU ELPA --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad9c91d161..f103073ede 100644 ---

[nongnu] elpa/clojure-ts-mode f74fa56ab3 1/3: Update the installation instructions to account for the release of Emacs 29

2023-09-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit f74fa56ab3b8418e35aa8088dda4b984295da425 Author: Bozhidar Batsov Commit: Bozhidar Batsov Update the installation instructions to account for the release of Emacs 29 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/READ

[nongnu] elpa/clojure-ts-mode updated (bd61a7fb28 -> 2225190ee5)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/clojure-ts-mode. from bd61a7fb28 Pin grammar revision in treesit-language-source-alist new f74fa56ab3 Update the installation instructions to account for the release of Emacs 29 new 724e40dedc Mention NonGNU ELPA new 2225190ee

[nongnu] elpa/clojure-ts-mode 2225190ee5 3/3: Make font lock feature list more conforming with recommendations

2023-09-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 2225190ee57ef667d69f2cd740e0137810bc38e7 Author: Danny Freeman Commit: Danny Freeman Make font lock feature list more conforming with recommendations Level 1 is really simple: comments, definitions Level 2 is for some primitives, types, builti

[nongnu] elpa/web-mode 443a09423d: blade parsing fix

2023-09-07 Thread ELPA Syncer
branch: elpa/web-mode commit 443a09423d23727df7efd4e60beedd3919e4800a Author: fxbois Commit: fxbois blade parsing fix #1265 --- issues/1265.blade.php | 6 ++ web-mode.el | 55 +++ 2 files changed, 53 insertions(+), 8 de

[elpa] externals/transient dd970cd464: Compile suffix commands that are defined inside prefix definitions

2023-09-07 Thread Jonas Bernoulli via
branch: externals/transient commit dd970cd464570c85ca3492706b6239029876556d Author: Jonas Bernoulli Commit: Jonas Bernoulli Compile suffix commands that are defined inside prefix definitions Closes #256. --- lisp/transient.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-

[nongnu] elpa/helm 7dbdf3e999 4/4: Don't try to highlight when match part is empty string

2023-09-07 Thread ELPA Syncer
branch: elpa/helm commit 7dbdf3e999ccae2700b669b02ada6728c805542f Author: Thierry Volpiatto Commit: Thierry Volpiatto Don't try to highlight when match part is empty string This happen when trying to match empty lines. --- helm-core.el | 102 +++-

[nongnu] elpa/helm-core updated (6e74ef7e9b -> 7dbdf3e999)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 6e74ef7e9b Make code more readable with helm-aand adds 1b9a7ac014 Fix vestiges of old code not removed (rsync) adds b6e382861c Fix error in exact search fn adds 1586b2d6b9 Fix regexps in helm-occur adds 7dbd

[nongnu] elpa/helm b6e382861c 2/4: Fix error in exact search fn

2023-09-07 Thread ELPA Syncer
branch: elpa/helm commit b6e382861ca0e8df8759a57edf478fbf617ae358 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix error in exact search fn --- helm-multi-match.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-multi-match.el b/helm-multi-match.el index e4d1

[nongnu] elpa/helm 1b9a7ac014 1/4: Fix vestiges of old code not removed (rsync)

2023-09-07 Thread ELPA Syncer
branch: elpa/helm commit 1b9a7ac0145db9e841fb6a30ae7d5085db7daec4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix vestiges of old code not removed (rsync) --- helm-files.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-files.el b/helm-files.el index

[nongnu] elpa/helm updated (6e74ef7e9b -> 7dbdf3e999)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 6e74ef7e9b Make code more readable with helm-aand new 1b9a7ac014 Fix vestiges of old code not removed (rsync) new b6e382861c Fix error in exact search fn new 1586b2d6b9 Fix regexps in helm-occur new 7dbdf3e99

[nongnu] elpa/helm 1586b2d6b9 3/4: Fix regexps in helm-occur

2023-09-07 Thread ELPA Syncer
branch: elpa/helm commit 1586b2d6b945ed2d95cd4e0b901ebb8fa9ff2b6d Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix regexps in helm-occur --- helm-occur.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-occur.el b/helm-occur.el index 68b790404f..21be1212f

[nongnu] elpa/git-commit 48ebba0a16 2/4: magit-commit-assert: Tweak behavior for merge commits

2023-09-07 Thread ELPA Syncer
branch: elpa/git-commit commit 48ebba0a161559942a716ca33787bedcdca9c41d Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-commit-assert: Tweak behavior for merge commits Signal an error if there are any unmerged changes. Instead of unconditionally signaling an error whe

[nongnu] elpa/git-commit updated (ee0b557a94 -> c316ca034e)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from ee0b557a94 Remove text properties when copying from magit buffers new 986515d93f Deal with enabled long lines shortcuts new 48ebba0a16 magit-commit-assert: Tweak behavior for merge commits new 17d2bf5cee magit-

[nongnu] elpa/git-commit c316ca034e 4/4: Use setq-local instead of set and make-local-variable

2023-09-07 Thread ELPA Syncer
branch: elpa/git-commit commit c316ca034ed3a8266f36c6f5f92563ba2df09d60 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use setq-local instead of set and make-local-variable --- lisp/git-rebase.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/git-rebase.el b/lisp/

[nongnu] elpa/git-commit 986515d93f 1/4: Deal with enabled long lines shortcuts

2023-09-07 Thread ELPA Syncer
branch: elpa/git-commit commit 986515d93f2214895e73e1066e9101b1d371fb62 Author: Jonas Bernoulli Commit: Jonas Bernoulli Deal with enabled long lines shortcuts Closes #4955. --- lisp/magit-section.el | 40 ++-- 1 file changed, 34 insertions(+), 6

[nongnu] elpa/git-commit 17d2bf5cee 3/4: magit-diff{, -refresh}: Rearrange arguments

2023-09-07 Thread ELPA Syncer
branch: elpa/git-commit commit 17d2bf5cee57c81ae1c801f995d415f252c12f4c Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-diff{,-refresh}: Rearrange arguments Move arguments for using an external diff driver and showing additional information after all arguments that tweak t

[nongnu] elpa/magit updated (ee0b557a94 -> c316ca034e)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from ee0b557a94 Remove text properties when copying from magit buffers adds 986515d93f Deal with enabled long lines shortcuts adds 48ebba0a16 magit-commit-assert: Tweak behavior for merge commits adds 17d2bf5cee magit-diff{

[nongnu] elpa/magit-section updated (ee0b557a94 -> c316ca034e)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from ee0b557a94 Remove text properties when copying from magit buffers adds 986515d93f Deal with enabled long lines shortcuts adds 48ebba0a16 magit-commit-assert: Tweak behavior for merge commits adds 17d2bf5cee mag

[nongnu] branch elpa-admin created (now 85baef2281)

2023-09-07 Thread Stefan Kangas
skangas pushed a change to branch elpa-admin. at 85baef2281 Add *BSD and macOS build support This branch includes the following new commits: new ce02925d98 Initial revision new 20cbb20270 * sml-mode.texi: somewhat updated the doc. * release 3.9.3 new da5ff0a8c5

[nongnu] main 7b74826211: * elpa-packages (golden-ratio): New package.

2023-09-07 Thread Stefan Kangas
branch: main commit 7b74826211bf676588bc726bcb5a90a96d9a1b13 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (golden-ratio): New package. --- elpa-packages | 4 1 file changed, 4 insertions(+) diff --git a/elpa-packages b/elpa-packages index f8ba4ee5c1..1a732e185e 100644 -

[elpa] externals/system-packages 781f8d40ed 2/2: Bump version to 1.0.13

2023-09-07 Thread Stefan Kangas
branch: externals/system-packages commit 781f8d40ed35a86a65dda3123506dc810adc10e3 Author: Stefan Kangas Commit: Stefan Kangas Bump version to 1.0.13 --- system-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-packages.el b/system-packages.el index f8659

[elpa] externals/system-packages ae31edd1ed 1/2: Avoid conflicts with the pacman package manager

2023-09-07 Thread Stefan Kangas
branch: externals/system-packages commit ae31edd1ed8521d89e0f2b126ac8fd79254d7729 Author: Stefan Kangas Commit: Stefan Kangas Avoid conflicts with the pacman package manager * system-packages.el (system-packages-supported-package-managers): Move pacman to the end of the list to

[elpa] externals/system-packages updated (14b2cc3d54 -> 781f8d40ed)

2023-09-07 Thread Stefan Kangas
skangas pushed a change to branch externals/system-packages. from 14b2cc3d54 Bump version to 1.0.12 new ae31edd1ed Avoid conflicts with the pacman package manager new 781f8d40ed Bump version to 1.0.13 Summary of changes: system-packages.el | 48 ---

[nongnu] main 7be7879e3e: ; Remove outdated comment about haskell-mode

2023-09-07 Thread Stefan Kangas
branch: main commit 7be7879e3ea01401ff51a515da882e79148392ea Author: Stefan Kangas Commit: Stefan Kangas ; Remove outdated comment about haskell-mode --- elpa-packages | 6 -- 1 file changed, 6 deletions(-) diff --git a/elpa-packages b/elpa-packages index 1a732e185e..d8dac1e55e 100644

[elpa] externals/pyim 81459f21a1 1/2: Add pyim-candidates-xingma-words-function custom, see #449

2023-09-07 Thread ELPA Syncer
branch: externals/pyim commit 81459f21a13a420426b0b32ae8271938bf480efb Author: Feng Shu Commit: Feng Shu Add pyim-candidates-xingma-words-function custom, see #449 --- README.org | 6 ++ pyim-candidates.el | 18 +++--- 2 files changed, 21 insertions(+), 3 deletions(

[elpa] externals/pyim updated (41c1766341 -> 64067b20ce)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 41c1766341 Update .github/workflows/test.yml new 81459f21a1 Add pyim-candidates-xingma-words-function custom, see #449 new 64067b20ce v5.3.3 Summary of changes: README.org | 6 ++ pyim-candidates.el | 1

[elpa] externals/pyim 64067b20ce 2/2: v5.3.3

2023-09-07 Thread ELPA Syncer
branch: externals/pyim commit 64067b20ce0e964b1342b378180f24a1d4503797 Author: Feng Shu Commit: Feng Shu v5.3.3 --- pyim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index 7765a647a7..a16127b9cb 100644 --- a/pyim.el +++ b/pyim.el @@ -7,7 +7,7 @@

[nongnu] elpa/golden-ratio 44565934da 10/95: Merge branch 'arcanis'

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 44565934dae0037bd6c5402200f681d4ebef66db Merge: bb4afe59b2 55bc7ccb67 Author: Roman Gonzalez Commit: Roman Gonzalez Merge branch 'arcanis' Conflicts: golden-ratio.el --- golden-ratio.el | 1 + 1 file changed, 1 insertion(+) diff --git a

[nongnu] branch elpa/golden-ratio created (now bf0035fd6a)

2023-09-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/golden-ratio. at bf0035fd6a Merge pull request #89 from skangas/nongnu-elpa-fixes This branch includes the following new commits: new e0f783dfa7 First commit of golden-ratio.el new 9f9c0e3008 Removing heavy gif from master branch

[nongnu] elpa/golden-ratio ef1fba5902 50/95: * README.md: Update

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit ef1fba59025dd3352bd1ee2544208594015cda54 Author: Thierry Volpiatto Commit: Thierry Volpiatto * README.md: Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30f47b6db2..65eb80020f 100644 -

[nongnu] elpa/golden-ratio 0ea8c89807 90/95: Add license header

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 0ea8c89807c86ad78262a3a7ffcad09121c6f9d5 Author: Stefan Kangas Commit: Stefan Kangas Add license header --- golden-ratio.el | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/golden-ratio.el b/golden-ratio.el index 28a637

[nongnu] elpa/golden-ratio c5e916d238 86/95: Add fixed width feature

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit c5e916d238bbb95cb43f83b9604c7bd96c2baf08 Author: Wictor Lund Commit: Wictor Lund Add fixed width feature --- README.md | 15 +++ golden-ratio.el | 12 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/

[nongnu] elpa/golden-ratio 55bc7ccb67 09/95: Wraps cl requirement in an eval-when-compile clause

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 55bc7ccb670f5dc2eb16d663da4271a1cd7a2f9a Author: Maël Nison Commit: Maël Nison Wraps cl requirement in an eval-when-compile clause --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golden-ratio.el b/golden-ratio.el index

[nongnu] elpa/golden-ratio c506ddc04a 66/95: Added explanation of golden-ratio-adjust.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit c506ddc04a66e0e28e33b174399a96e77bc9e2b4 Author: EricGebhart Commit: EricGebhart Added explanation of golden-ratio-adjust. --- README.md | 6 ++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 65eb80020f..52799772e4 100644 --- a

[nongnu] elpa/golden-ratio 9f9c0e3008 02/95: Removing heavy gif from master branch

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 9f9c0e300838ca449eafbc9667726aedd77d61fb Author: Roman Gonzalez Commit: Roman Gonzalez Removing heavy gif from master branch --- golden_ratio_el.gif | Bin 1208151 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/golden_ratio_el.gif b

[nongnu] elpa/golden-ratio 79b1743fc1 73/95: Merge pull request #45 from vkazanov/master

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 79b1743fc1a2f3462445e9ddd0a869f30065bb6d Merge: 76f5307ad0 e2cbe68277 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge pull request #45 from vkazanov/master Use a common way to avoid recursion --- golden-ratio.el | 9 - 1 file chang

[nongnu] elpa/golden-ratio 95a0633733 43/95: * golden-ratio.el: Finally allow reusing balance-windows safely. Most issues fixed now.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 95a06337338010378461655174c9fa30629ba350 Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el: Finally allow reusing balance-windows safely. Most issues fixed now. (golden-ratio): Allow reuse of balance-windows by disabling golden-ratio

[nongnu] elpa/golden-ratio 0f42738fb9 05/95: Adding "emacs package standards" to golden-ratio.el

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 0f42738fb967f71790705424c6db36cb52b88207 Author: Roman Gonzalez Commit: Roman Gonzalez Adding "emacs package standards" to golden-ratio.el --- golden-ratio.el | 26 ++ 1 file changed, 26 insertions(+) diff --git a/golden-ratio.el b/g

[nongnu] elpa/golden-ratio ff8ade7d35 19/95: Merge branch 'release/with-exemption-support'

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit ff8ade7d359bfc6888942533515bed2c5d327f34 Merge: f5b3602b5d 650121be18 Author: Stuart Hickinbottom Commit: Stuart Hickinbottom Merge branch 'release/with-exemption-support' --- golden-ratio.el | 26 +- 1 file changed, 25 insertions(+),

[nongnu] elpa/golden-ratio bb4afe59b2 08/95: Merge pull request #3 from dsevilla/master

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit bb4afe59b2914a950e38ba36b1d208153b4db346 Merge: 0f42738fb9 65db8b88aa Author: Roman Gonzalez Commit: Roman Gonzalez Merge pull request #3 from dsevilla/master Added a constant to hold the golden ratio value --- golden-ratio.el | 7 +-- 1 file ch

[nongnu] elpa/golden-ratio e47c29f87e 78/95: Trigger after split-window as well

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit e47c29f87e519f8b8e614a5c0ab7f6429c220a14 Author: Oleh Krehel Commit: Oleh Krehel Trigger after split-window as well * golden-ratio.el (split-window): New advice. (golden-ratio): Fixup. --- golden-ratio.el | 7 +-- 1 file changed, 5 insertion

[nongnu] elpa/golden-ratio 351fe5f8f1 12/95: Removing error messages on minibuffer and full height/width windows

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 351fe5f8f1008b15e516c64070bdfdbfa850e0ad Author: Roman Gonzalez Commit: Roman Gonzalez Removing error messages on minibuffer and full height/width windows It seems emacs 23 throws an error on windowc when trying to resize width/height of window t

[nongnu] elpa/golden-ratio cb9ccd04bb 58/95: Also resize windows when using mouse

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit cb9ccd04bb190f2434a41692f1ee05034ce4c9c4 Author: Stuart Hickinbottom Commit: Stuart Hickinbottom Also resize windows when using mouse I found that clicking in windows to change focus didn't result in window resize; this fixes that problem. --- g

[nongnu] elpa/golden-ratio 0508acbd20 15/95: Merge pull request #12 from zane/melpa

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 0508acbd20fb46c9c5ac33495180302674f743fd Merge: cb8ff0bdb0 ed24985e10 Author: Roman Gonzalez Commit: Roman Gonzalez Merge pull request #12 from zane/melpa Fix MELPA footer --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[nongnu] elpa/golden-ratio f547dee6ad 31/95: (golden-ratio-mode): fix lighter.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit f547dee6ad1577b9a8c9eabe99bacaa8871d0987 Author: Thierry Volpiatto Commit: Thierry Volpiatto (golden-ratio-mode): fix lighter. --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golden-ratio.el b/golden-ratio.el index 227

[nongnu] elpa/golden-ratio 64ceb4f0c8 68/95: Added widescreens header to readme.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 64ceb4f0c81f4d2deca2e9244b036a26767829ac Author: EricGebhart Commit: EricGebhart Added widescreens header to readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d295fb648..f8406f5040 100644 -

[nongnu] elpa/golden-ratio 8a1214c453 04/95: Adding extra condition for golden-ratio

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 8a1214c4538fb1e7c9c22ddcdfad46302cd8cad9 Author: Roman Gonzalez Commit: Roman Gonzalez Adding extra condition for golden-ratio Resizes only if there is more than one window --- golden-ratio.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[nongnu] elpa/golden-ratio 0517fc134a 11/95: Replacing `window-absolute-pixel-edges` in favor of `window-pixel-edges`

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 0517fc134a49e71057c2e9cda7e9b49e3364897f Author: Roman Gonzalez Commit: Roman Gonzalez Replacing `window-absolute-pixel-edges` in favor of `window-pixel-edges` This in order to support emacs 23, it seems the absolute version is not in it. --- go

[nongnu] elpa/golden-ratio 807c441682 46/95: Add one extra advice to golden-ratio for window-numbering.el support

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 807c441682c8d398fc83de6b4023b2d251502f63 Author: Roman Gonzalez Commit: Roman Gonzalez Add one extra advice to golden-ratio for window-numbering.el support --- golden-ratio.el | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git

[nongnu] elpa/golden-ratio bf0035fd6a 95/95: Merge pull request #89 from skangas/nongnu-elpa-fixes

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit bf0035fd6a1b2c1d9554909c795de1fcca5f3927 Merge: 3d93baf3c0 362ab0ede7 Author: Roman Gonzalez Commit: GitHub Merge pull request #89 from skangas/nongnu-elpa-fixes NonGNU ELPA fixes: Bump version + License header --- golden-ratio.el | 21 +

[nongnu] elpa/golden-ratio cbd076aa12 62/95: Merge pull request #34 from hickinbottoms/fix-mouse-window-select

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit cbd076aa120d1ec287f5406a9a12e6b5930f518e Merge: 79ead1cba6 0b90ffbf02 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge pull request #34 from hickinbottoms/fix-mouse-window-select Fix mouse window select --- golden-ratio.el | 5 + 1 file

[nongnu] elpa/golden-ratio d5413c832b 75/95: Fix types in golden-ratio-exclude-modes.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit d5413c832b51f428ea499237c1dde963d5d9b296 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix types in golden-ratio-exclude-modes. * golden-ratio.el (golden-ratio-exclude-modes): Fix types. (golden-ratio-exclude-major-mode-p): Check first symb

[nongnu] elpa/golden-ratio f7bee8e221 65/95: Added width adjustment to adjust for very wide frames.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit f7bee8e221542424a1a532ad02a8e3f61ac35c81 Author: EricGebhart Commit: EricGebhart Added width adjustment to adjust for very wide frames. --- golden-ratio.el | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/golden-ratio.el b

[nongnu] elpa/golden-ratio e0f783dfa7 01/95: First commit of golden-ratio.el

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit e0f783dfa7776b0aa6951f55b408e37752e5b6dd Author: Roman Gonzalez Commit: Roman Gonzalez First commit of golden-ratio.el --- .gitignore | 1 + LICENSE | 20 README.md | 37

[nongnu] elpa/golden-ratio ed24985e10 14/95: Fix MELPA footer.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit ed24985e100b0a6810a794fe669691d81a4f6464 Author: Zane Shelby Commit: Zane Shelby Fix MELPA footer. --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golden-ratio.el b/golden-ratio.el index 608d7d75b2..c55634f76c 100644 -

[nongnu] elpa/golden-ratio 7646627bbf 34/95: * golden-ratio.el: Add group.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 7646627bbfd9eeef1da967b197d3fb06c35d6a8a Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el: Add group. --- golden-ratio.el | 4 1 file changed, 4 insertions(+) diff --git a/golden-ratio.el b/golden-ratio.el index f75e630d51..32974ca

[nongnu] elpa/golden-ratio 65db8b88aa 06/95: Added a constant to hold the golden ratio value.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 65db8b88aaeb2df5f58f45432be5ed42a8aa421b Author: Diego Sevilla Ruiz Commit: Diego Sevilla Ruiz Added a constant to hold the golden ratio value. And changed the code to use it. --- golden-ratio.el | 7 +-- 1 file changed, 5 insertions(+), 2 delet

[nongnu] elpa/golden-ratio a19b9b0a3b 39/95: * golden-ratio.el: Fix window-resizable-p compatibility with 24.2.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit a19b9b0a3b96a3534539febc39112e3f8e6a6b4c Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el: Fix window-resizable-p compatibility with 24.2. --- golden-ratio.el | 5 + 1 file changed, 5 insertions(+) diff --git a/golden-ratio.el b/gol

[nongnu] elpa/golden-ratio 12b57a3904 53/95: * golden-ratio.el: Fix Issue #29, a typo.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 12b57a39042b7b68f32dbab488e134d989abaced Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el: Fix Issue #29, a typo. --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golden-ratio.el b/golden-ratio.el i

[nongnu] elpa/golden-ratio cb8ff0bdb0 13/95: Bumping to version 0.0.3

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit cb8ff0bdb07d7d8eea11fc468922bdf4c512b832 Author: Roman Gonzalez Commit: Roman Gonzalez Bumping to version 0.0.3 Also adding credits for Tatsuhiro Ujihisa :-) --- README.md | 4 golden-ratio.el | 4 +++- 2 files changed, 7 insertions(+), 1

[nongnu] elpa/golden-ratio 38305ca407 07/95: Adds dependency on cl

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 38305ca407095964da617ac754fb3f1c1c3c2946 Author: Maël Nison Commit: Maël Nison Adds dependency on cl --- golden-ratio.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/golden-ratio.el b/golden-ratio.el index 639fc9faa9..93c8dbb090 100644 --- a/golden-

[nongnu] elpa/golden-ratio 550fb22580 32/95: * golden-ratio.el (window-width-after-balance, window-height-after-balance): new

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 550fb225802c6accd047757e66b9105a37e82a90 Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el (window-width-after-balance, window-height-after-balance): new (golden-ratio--resize-window): use them and check with `window-resizable-p'. ---

[nongnu] elpa/golden-ratio d877ceec2c 30/95: Remove commented line.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit d877ceec2c6bc894482226c3622e82a34c3a5ee0 Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove commented line. --- golden-ratio.el | 1 - 1 file changed, 1 deletion(-) diff --git a/golden-ratio.el b/golden-ratio.el index 5b7d497abc..2275ec6cee 100644 -

[nongnu] elpa/golden-ratio 0d7e18325d 33/95: Merge pull request #1 from thierryvolpiatto/exp

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 0d7e18325d0f2019adb81fad9132b47ce2870a06 Merge: 2d1553431c 550fb22580 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge pull request #1 from thierryvolpiatto/exp Fix crashes and make it working with helm --- golden-ratio.el | 140 +++

[nongnu] elpa/golden-ratio 007911d8a4 89/95: Merge pull request #62 from arbelt/persp-fix

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 007911d8a431b72670f5fe5f0e5b4380c2777a31 Merge: f5807212d3 d06170e2b7 Author: Roman Gonzalez Commit: GitHub Merge pull request #62 from arbelt/persp-fix fix for persp-switch-quick --- golden-ratio.el | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

[nongnu] elpa/golden-ratio 33aa083b66 56/95: Merge pull request #33 from thierryvolpiatto/master

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 33aa083b66638663f6d53128c6b99c8d8c60d916 Merge: 86ffa26952 892e668685 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge pull request #33 from thierryvolpiatto/master * golden-ratio.el (golden-ratio): Fix Issue #32 don't recenter and scrol...

[nongnu] elpa/golden-ratio 549f94c2db 44/95: * golden-ratio.el: Clean up, add some commands. Ready to merge.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 549f94c2dbadb414cc3f734452ef5d24a5263474 Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el: Clean up, add some commands. Ready to merge. --- golden-ratio.el | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/go

[nongnu] elpa/golden-ratio 6173b7c416 64/95: Prevent recenter error in post-command-hook for emacs-25.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 6173b7c4165b056edbbd948d890dd3498f78138b Author: Thierry Volpiatto Commit: Thierry Volpiatto Prevent recenter error in post-command-hook for emacs-25. * golden-ratio.el (golden-ratio--post-command-hook): Delay call to golden-ratio until window t

[nongnu] elpa/golden-ratio 25e95f7833 49/95: Merge pull request #27 from thierryvolpiatto/master

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 25e95f783340b7e6e537138f02da17b6161d6658 Merge: 807c441682 38948457fd Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge pull request #27 from thierryvolpiatto/master Merge last changes from my fork --- golden-ratio.el | 2 +- 1 file changed,

[nongnu] elpa/golden-ratio 8f1cd6c9fd 38/95: * golden-ratio.el: make golden-ratio-mode global and recenter window.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 8f1cd6c9fd74f9d811f97cbbcbb9bbf16cd4ec49 Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el: make golden-ratio-mode global and recenter window. --- golden-ratio.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gold

[nongnu] elpa/golden-ratio 4f24b707da 82/95: Allow using golden-ration command when golden-ratio-mode is disabled (#51).

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 4f24b707da43ace4a20cc84d2fff31fb8ecace1c Author: Thierry Volpiatto Commit: Thierry Volpiatto Allow using golden-ration command when golden-ratio-mode is disabled (#51). * golden-ratio.el (golden-ratio): Check if golden-ration is called interactively

[nongnu] elpa/golden-ratio f5b3602b5d 17/95: Merge branch '0.0.4'

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit f5b3602b5d76952b65cf570537b3ab5ae09c649d Merge: 0508acbd20 6af760274b Author: Roman Gonzalez Commit: Roman Gonzalez Merge branch '0.0.4' --- golden-ratio.el | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/golden-rat

[nongnu] elpa/golden-ratio 656117e490 93/95: change default minimal change to 1

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 656117e49074cd0c86f2322c1c20951b84c36505 Author: Shou Ya Commit: Shou Ya change default minimal change to 1 --- golden-ratio.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/golden-ratio.el b/golden-ratio.el index 201cf0f270..75572f

[nongnu] elpa/golden-ratio d4a2dd0aeb 63/95: * golden-ratio.el (golden-ratio-mode): Issue #34 remove mouse-leave-buffer-hook when mode is off.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit d4a2dd0aeb650b70312183cb8056d993aa067dd8 Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el (golden-ratio-mode): Issue #34 remove mouse-leave-buffer-hook when mode is off. --- golden-ratio.el | 1 + 1 file changed, 1 insertion(+) diff --

[nongnu] elpa/golden-ratio ac6ca479cc 47/95: (golden-ratio): use thereis in golden-ratio-inhibit-functions.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit ac6ca479cce95afbadd3ef5fd88cace198e6d87b Author: Thierry Volpiatto Commit: Thierry Volpiatto (golden-ratio): use thereis in golden-ratio-inhibit-functions. --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golden-ratio.e

[nongnu] elpa/golden-ratio ac9bcedc63 81/95: Reenable improvements removed by error when reverting last PR.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit ac9bcedc63d44433315f2726d6f1b66125d5a3e2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Reenable improvements removed by error when reverting last PR. * golden-ratio.el: Reenable improvements to golden-ratio-exclude-modes. --- golden-ratio.el |

[nongnu] elpa/golden-ratio 134156bbff 42/95: * golden-ratio.el: Allow running golden-ratio when switching with other commands than other-window.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 134156bbff0f76b1b29b5889c4830e0981d1e3c1 Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el: Allow running golden-ratio when switching with other commands than other-window. --- golden-ratio.el | 24 +--- 1 file change

[nongnu] elpa/golden-ratio d7c433c655 27/95: (golden-ratio--resize-window): Fix, it is not a cond but when twice.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit d7c433c655e9facaf0f977e30858b17671bd05e3 Author: Thierry Volpiatto Commit: Thierry Volpiatto (golden-ratio--resize-window): Fix, it is not a cond but when twice. --- golden-ratio.el | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff

[nongnu] elpa/golden-ratio 0287ac76fd 76/95: Simplify `golden-ratio-mode'

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 0287ac76fdf87b50af1c9b3504a503847f97b745 Author: Oleh Krehel Commit: Oleh Krehel Simplify `golden-ratio-mode' * golden-ratio.el (golden-ratio-in-progress): New defvar. (golden-ratio): Use `golden-ratio-in-progress' instead of turning off the

[nongnu] elpa/golden-ratio 6af760274b 16/95: Fixing several bugs at once

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 6af760274b01c837032fb82d21beac3fe2135bc2 Author: Roman Gonzalez Commit: Roman Gonzalez Fixing several bugs at once * issue #13: Adding autoload cookies * issue #11: Ctrl-x-o not resizing correctly * issue #6: Resize to golden-ratio when split

[nongnu] elpa/golden-ratio 972eb4d7d6 03/95: Updating gif url on README

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 972eb4d7d66b60c15005a9d7457ab454cb7c7b61 Author: Roman Gonzalez Commit: Roman Gonzalez Updating gif url on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 197385932d..e19beba433 100644 ---

[nongnu] elpa/golden-ratio b343baac28 69/95: Added automatic scaling of width according to frame size.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit b343baac288db0cb2ea5094b597414a7c754b8bc Author: EricGebhart Commit: EricGebhart Added automatic scaling of width according to frame size. --- README.md | 14 -- golden-ratio.el | 14 +- 2 files changed, 25 insertions(+), 3 dele

[nongnu] elpa/golden-ratio 9843ca2239 20/95: Merge pull request #15 from hickinbottoms/feature/add-exemptions

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 9843ca2239d2c1b0a3c7a1e3b9106e8d13fbcdc6 Merge: f5b3602b5d 650121be18 Author: Roman Gonzalez Commit: Roman Gonzalez Merge pull request #15 from hickinbottoms/feature/add-exemptions Support exclusions based on buffer name or major mode --- golden-rat

[nongnu] elpa/golden-ratio 7504957a7a 23/95: Merge pull request #19 from deftsp/inhabit-func

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 7504957a7a9d37ec8c5be380c206b1e64731e928 Merge: 9843ca2239 ef6f8ce72d Author: Roman Gonzalez Commit: Roman Gonzalez Merge pull request #19 from deftsp/inhabit-func Support exclusions based on inhabit function --- golden-ratio.el | 17 +--

[nongnu] elpa/golden-ratio 362ab0ede7 91/95: Bump version to 1.0.1

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 362ab0ede7ee2bb9fd11aea119b9c22248649c0d Author: Stefan Kangas Commit: Stefan Kangas Bump version to 1.0.1 --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golden-ratio.el b/golden-ratio.el index bf2b4ddc2b..1a0582c169

[nongnu] elpa/golden-ratio 26f616f658 70/95: set auto-scale to nil by default.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 26f616f65830624c2892f2d25349b54bea7933a3 Author: EricGebhart Commit: EricGebhart set auto-scale to nil by default. --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golden-ratio.el b/golden-ratio.el index fb7fb4f70d..2fd

[nongnu] elpa/golden-ratio b78f921f56 74/95: Allow using symbols in golden-ratio-exclude-modes.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit b78f921f56fa2129a6059330aed4437bd84238d1 Author: Thierry Volpiatto Commit: Thierry Volpiatto Allow using symbols in golden-ratio-exclude-modes. * golden-ratio.el (golden-ratio-exclude-modes): Fix docstring. (golden-ratio-exclude-major-mode-p): Ne

[nongnu] elpa/golden-ratio 19bacbeaee 40/95: * golden-ratio.el (golden-ratio--resize-window): Remove unuseful nil arg.

2023-09-07 Thread ELPA Syncer
branch: elpa/golden-ratio commit 19bacbeaeeb472557d9b5ef3d76ba918ae2d73b6 Author: Thierry Volpiatto Commit: Thierry Volpiatto * golden-ratio.el (golden-ratio--resize-window): Remove unuseful nil arg. --- golden-ratio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gol

  1   2   >