[nongnu] elpa/julia-mode 260bb21a7d 08/14: Use existing font-lock regexes for imenu instead of rewriting

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 260bb21a7d5d60925185c188c141eebb2e3cd26c Author: Adam Beckmeyer Commit: Adam Beckmeyer Use existing font-lock regexes for imenu instead of rewriting The ones for font-locking do much the same thing as the versions for imenu, and are probably more

[nongnu] elpa/julia-mode updated (c798df5a4e -> 89e5e005b6)

2023-07-12 Thread ELPA Syncer
elpasync pushed a change to branch elpa/julia-mode. from c798df5a4e Merge pull request #187 from tpapp/tp/remove-inferior-julia new 7e8947d749 Add one-line fns to imenu, type -> struct, const requires = new a6c87d7bf4 Support single-line qualified fns new d4077f27a

[nongnu] elpa/julia-mode 107940a19e 09/14: Font-lock const definitions with font-lock-variable-name-face

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 107940a19ecc227be433a953a74b8f5264d3a12f Author: Adam Beckmeyer Commit: Adam Beckmeyer Font-lock const definitions with font-lock-variable-name-face This commit also adds a test, so all of the regexes used by imenu should have associated tests now

[nongnu] elpa/julia-mode d4077f27a8 03/14: match _one-liners; preserve types; stop at end

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit d4077f27a8b0814fb1ab9321aac8dbbb5d016221 Author: Malte Sandstede Commit: GitHub match _one-liners; preserve types; stop at end --- julia-mode.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/julia-mode.el b/julia-mode.el index f345

[nongnu] elpa/julia-mode a6c87d7bf4 02/14: Support single-line qualified fns

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit a6c87d7bf44187691b0bb5f06a741ee7a8e7d795 Author: Malte Sandstede Commit: GitHub Support single-line qualified fns --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 211ef2ac99..f345856b56 1

[nongnu] elpa/julia-mode f08a73d6fb 12/14: Change "Struct" label to "Type" for imenu

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit f08a73d6fbb47ab138bce9a760d0f38a239f8ceb Author: Adam B Commit: GitHub Change "Struct" label to "Type" for imenu --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 01ca779a6b..514ebd1020 10

[nongnu] elpa/julia-mode 7e8947d749 01/14: Add one-line fns to imenu, type -> struct, const requires =

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 7e8947d749cdf5258b9b950b89edf351169c4ab7 Author: Malte Sandstede Commit: GitHub Add one-line fns to imenu, type -> struct, const requires = --- julia-mode.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/julia-mode.el b/julia-mod

[nongnu] elpa/julia-mode 89e5e005b6 14/14: do not test on Emacs master

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 89e5e005b6b27c1660da9192f58697e10708e569 Author: Tamás K. Papp Commit: Tamás K. Papp do not test on Emacs master --- .github/workflows/CI.yml | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflow

[nongnu] elpa/julia-mode e22debdd96 13/14: Merge pull request #177 from non-Jedi/li1-imenu-fixes

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit e22debdd96709f115a1bd643aa3584fb0b37455f Merge: c798df5a4e f08a73d6fb Author: Tamas K. Papp Commit: GitHub Merge pull request #177 from non-Jedi/li1-imenu-fixes @li1 imenu fixes now tested --- julia-mode-tests.el | 9 + julia-mode.el |

[nongnu] elpa/julia-mode a7caf75c16 04/14: Simplify one-line, support @annotations for all fns

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit a7caf75c16845138539fbc8fb6f89eaf84debb38 Author: Malte Sandstede Commit: GitHub Simplify one-line, support @annotations for all fns --- julia-mode.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/julia-mode.el b/julia-mode.el inde

[nongnu] elpa/julia-mode 6b43ca61ed 05/14: imenu regex -> rx

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 6b43ca61eda1889bf4701c1dc3a9ce5c6bb50631 Author: Malte Sandstede Commit: GitHub imenu regex -> rx --- julia-mode.el | 68 +-- 1 file changed, 61 insertions(+), 7 deletions(-) diff --git a/julia-mode.el b

[nongnu] elpa/julia-mode 45fc7039dc 06/14: setq -> defvar

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 45fc7039dc7f3e2568ec1554eb4148c4488e0d9c Author: Malte Sandstede Commit: GitHub setq -> defvar --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 4e994aa746..c61bb66fd9 100644 --- a/julia-m

[nongnu] elpa/julia-mode f7b8178fbf 11/14: Merge remote-tracking branch 'upstream/master' into li1-imenu-fixes

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit f7b8178fbf356909084e88c2653ae93b6c180337 Merge: 180b7fc5b6 adf4029be7 Author: Adam Beckmeyer Commit: Adam Beckmeyer Merge remote-tracking branch 'upstream/master' into li1-imenu-fixes --- .github/workflows/CI.yml | 55 +++ CHANGELOG.md | 2 +

[nongnu] elpa/julia-mode 180b7fc5b6 10/14: Delete unused and obsolete syntax from imenu comments

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 180b7fc5b631e87dcf6c63848353159977286925 Author: Adam Beckmeyer Commit: Adam Beckmeyer Delete unused and obsolete syntax from imenu comments --- julia-mode.el | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/julia-mode.el b/juli

[nongnu] elpa/julia-mode 1f53a51400 07/14: Use rx macro instead of rx-to-string for imenu regexes

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 1f53a514008bab3efccc4e56caea113e7b93cbbf Author: Adam Beckmeyer Commit: Adam Beckmeyer Use rx macro instead of rx-to-string for imenu regexes rx-to-string is intended for when you programmatically create a rx-style sexp. --- julia-mode.el | 70 ++

[elpa] externals/org c74c4ab18d: lisp/org-element.el: Add new timestamp property :range-type

2023-07-12 Thread ELPA Syncer
branch: externals/org commit c74c4ab18d8939c1eac84d963c2d61e638d5 Author: Ilya Chernyshov Commit: Ihor Radchenko lisp/org-element.el: Add new timestamp property :range-type The new property is needed to reduce ambiguity when interpreting the parsed data. * lisp/org-

[elpa] externals-release/org 0b6f9f8677: Fix typo in `org-todo-log-states' variable name

2023-07-12 Thread ELPA Syncer
branch: externals-release/org commit 0b6f9f867774c06373051b1f2ce856ba1ebe80d8 Author: Ihor Radchenko Commit: Ihor Radchenko Fix typo in `org-todo-log-states' variable name * doc/org-manual.org (Priorities): * lisp/org.el (org-update-parent-todo-statistics): Fix incorrect spe

[nongnu] elpa/eat e26cc22643: Bind 'S-' to 'eat-yank'

2023-07-12 Thread ELPA Syncer
branch: elpa/eat commit e26cc22643e84b9634d752aa096ea74d80fb40fb Author: Akib Azmain Turja Commit: Akib Azmain Turja Bind 'S-' to 'eat-yank' * eat.el (eat--eshell-prepare-semi-char-mode-map) (eat--prepare-semi-char-mode-map): Bind 'S-' to 'eat-yank'. --- eat.el | 2 ++ 1 fi

[nongnu] elpa/helm-core updated (1b41178634 -> 1bbcb45829)

2023-07-12 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 1b41178634 Bump to 3.9.1 adds 1bbcb45829 Use wfnames package as dependency No new revisions were added by this update. Summary of changes: helm-files.el | 11 +++ helm.el | 2 +- 2 files changed, 8 insertions(+

[nongnu] elpa/helm 1bbcb45829: Use wfnames package as dependency

2023-07-12 Thread ELPA Syncer
branch: elpa/helm commit 1bbcb458293e667f38ac79004598e238d7bc2b34 Author: Thierry Volpiatto Commit: Thierry Volpiatto Use wfnames package as dependency --- helm-files.el | 11 +++ helm.el | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/helm-files.el b/h

[nongnu] elpa/opam-switch-mode updated (6d49f80c25 -> 6a064bfac9)

2023-07-12 Thread ELPA Syncer
elpasync pushed a change to branch elpa/opam-switch-mode. from 6d49f80c25 docs(README.md): Use vanilla Markdown (not GFM) syntax for snippets new 61a681b016 refactor: Replace (redraw-display) with (force-mode-line-update t) new d3a7536570 refactor: Memoize (opam-switch-mod

[nongnu] elpa/opam-switch-mode d3a7536570 2/4: refactor: Memoize (opam-switch-mode-lighter) to speed-up mode-line updates

2023-07-12 Thread ELPA Syncer
branch: elpa/opam-switch-mode commit d3a75365702ae49eaad9324bbb90f0234a4df451 Author: Erik Martin-Dorel Commit: Erik Martin-Dorel refactor: Memoize (opam-switch-mode-lighter) to speed-up mode-line updates Patch devised by @monnier (thanks!) Co-authored-by: Stefan Monnier -

[nongnu] elpa/opam-switch-mode 61a681b016 1/4: refactor: Replace (redraw-display) with (force-mode-line-update t)

2023-07-12 Thread ELPA Syncer
branch: elpa/opam-switch-mode commit 61a681b01600b02a514497d9a30586c31ac74bf0 Author: Erik Martin-Dorel Commit: Erik Martin-Dorel refactor: Replace (redraw-display) with (force-mode-line-update t) Co-authored-by: Stefan Monnier --- NEWS.md | 1 + opam-switch-mode.el |

[nongnu] elpa/opam-switch-mode e12402714b 3/4: chore: Release 1.5

2023-07-12 Thread ELPA Syncer
branch: elpa/opam-switch-mode commit e12402714b37c662fbc774e553b0477c9b91227e Author: Erik Martin-Dorel Commit: Erik Martin-Dorel chore: Release 1.5 --- NEWS.md | 4 ++-- opam-switch-mode.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md

[nongnu] elpa/opam-switch-mode 6a064bfac9 4/4: chore: Prepare next dev cycle

2023-07-12 Thread ELPA Syncer
branch: elpa/opam-switch-mode commit 6a064bfac95e761e95dbce0bb37151836f7e6b5b Author: Erik Martin-Dorel Commit: Erik Martin-Dorel chore: Prepare next dev cycle --- NEWS.md | 11 +++ opam-switch-mode.el | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git

[nongnu] elpa/evil 35ebb6be71 3/4: Avoid marker for match-end in :substitute

2023-07-12 Thread ELPA Syncer
branch: elpa/evil commit 35ebb6be714b21b48329ee1ded4588fc97d33196 Author: Axel Forsman Commit: Axel Forsman Avoid marker for match-end in :substitute --- evil-commands.el | 93 ++- evil-common.el | 54 -- evil-macros.el | 13 ++--- evil-sea

[nongnu] elpa/evil a3c2975628 4/4: Use var instead of mark in evil-yank-line-handler

2023-07-12 Thread ELPA Syncer
branch: elpa/evil commit a3c29756284013b9929dadc0fa2e81913c67714e Author: Axel Forsman Commit: Axel Forsman Use var instead of mark in evil-yank-line-handler Closes #1803 --- evil-common.el | 77 -- 1 file changed, 32 insertio

[nongnu] elpa/evil eec337a039 2/4: Enter Insert mode on "o"/"O" even with indent fail

2023-07-12 Thread ELPA Syncer
branch: elpa/evil commit eec337a039f1041cf9008e9ddd19d6d7ad821caa Author: Axel Forsman Commit: Axel Forsman Enter Insert mode on "o"/"O" even with indent fail Commit bf98a96b769b578aaf80826c4233bcd0211ffc0b did this by reordering such that indenting happened after having already

[nongnu] elpa/evil updated (759392a1cd -> a3c2975628)

2023-07-12 Thread ELPA Syncer
elpasync pushed a change to branch elpa/evil. from 759392a1cd Autoload evil-digraph new e511c42a10 Remove vendored goto-chg package new eec337a039 Enter Insert mode on "o"/"O" even with indent fail new 35ebb6be71 Avoid marker for match-end in :substitute new

[nongnu] elpa/evil e511c42a10 1/4: Remove vendored goto-chg package

2023-07-12 Thread ELPA Syncer
branch: elpa/evil commit e511c42a10b15bdd6e0ec7f7b530c63b2dfa0fb6 Author: Axel Forsman Commit: Axel Forsman Remove vendored goto-chg package --- Makefile| 18 ++- lib/.nosearch | 0 lib/README | 6 - lib/goto-chg.el | 348 -

[nongnu] elpa/julia-mode c9e35bdb85 1/3: Fix const definition regex to match symbols with underscores etc.

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit c9e35bdb85daa013ae1fec4b1ffa6d376c22e986 Author: Adam Beckmeyer Commit: Adam Beckmeyer Fix const definition regex to match symbols with underscores etc. --- julia-mode-tests.el | 10 ++ julia-mode.el | 8 2 files changed, 14 insertions(

[nongnu] elpa/julia-mode 7a8c868e0d 3/3: Merge pull request #197 from non-Jedi/fix-const-regexp

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 7a8c868e0d3e51ba4a2c621ee22ca9599e0e4bbb Merge: 89e5e005b6 5370850474 Author: Tamas K. Papp Commit: GitHub Merge pull request #197 from non-Jedi/fix-const-regexp Fix const definition regex to match symbols with underscores etc. --- julia-mode-tests.el

[nongnu] elpa/meow 4ab409f51b: Fix the display priority in keypad popup

2023-07-12 Thread ELPA Syncer
branch: elpa/meow commit 4ab409f51b3fe6306edd48135f455646ae2a9a42 Author: DogLooksGood Commit: DogLooksGood Fix the display priority in keypad popup --- meow-keypad.el | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meow-keypad.el b/meow-keypad.el index

[nongnu] elpa/julia-mode updated (89e5e005b6 -> 7a8c868e0d)

2023-07-12 Thread ELPA Syncer
elpasync pushed a change to branch elpa/julia-mode. from 89e5e005b6 do not test on Emacs master new c9e35bdb85 Fix const definition regex to match symbols with underscores etc. new 5370850474 Use rx compatible with emacs v26 new 7a8c868e0d Merge pull request #197 fr

[nongnu] elpa/julia-mode 5370850474 2/3: Use rx compatible with emacs v26

2023-07-12 Thread ELPA Syncer
branch: elpa/julia-mode commit 5370850474151c39787a96c0a14bfc59d29b3774 Author: Adam B Commit: GitHub Use rx compatible with emacs v26 Co-authored-by: Tamas K. Papp --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el

[elpa] externals/which-key df6b0cb844: Add which-key-C-h-map-prompt to make it customizable

2023-07-12 Thread ELPA Syncer
branch: externals/which-key commit df6b0cb8449812e7fb200bc852107fa7eb708496 Author: Justin Burkett Commit: Justin Burkett Add which-key-C-h-map-prompt to make it customizable Fixes #350 --- which-key.el | 36 1 file changed, 20 insertions(+), 16

[nongnu] elpa/evil 633fa27fb1: Non-visual ex-print (fix)

2023-07-12 Thread ELPA Syncer
branch: elpa/evil commit 633fa27fb13619f348a282d7f3be70c03a4ca701 Author: Tom Dalziel Commit: Tom Dalziel Non-visual ex-print (fix) --- evil-commands.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evil-commands.el b/evil-commands.el index 0f6dfab888..0924885a5b 100

[nongnu] elpa/opam-switch-mode 0f4a3cf76e 1/2: docs(NEWS.md): Add hyperlink

2023-07-12 Thread ELPA Syncer
branch: elpa/opam-switch-mode commit 0f4a3cf7614bc3f2dd886ea8549ee31984a9 Author: Erik Martin-Dorel Commit: Erik Martin-Dorel docs(NEWS.md): Add hyperlink This will be useful when shown at https://elpa.nongnu.org/nongnu/opam-switch-mode.html --- NEWS.md | 3 ++- 1 file changed

[nongnu] elpa/opam-switch-mode updated (6a064bfac9 -> 7ac27a9fde)

2023-07-12 Thread ELPA Syncer
elpasync pushed a change to branch elpa/opam-switch-mode. from 6a064bfac9 chore: Prepare next dev cycle new 0f4a3cf76e docs(NEWS.md): Add hyperlink new 7ac27a9fde docs(NEWS.md): Bump keepachangelog.com version (1.1.0) Summary of changes: NEWS.md | 5 +++-- 1 file changed,

[nongnu] elpa/opam-switch-mode 7ac27a9fde 2/2: docs(NEWS.md): Bump keepachangelog.com version (1.1.0)

2023-07-12 Thread ELPA Syncer
branch: elpa/opam-switch-mode commit 7ac27a9fdec551a10d49763de3a83271da53a2ac Author: Erik Martin-Dorel Commit: Erik Martin-Dorel docs(NEWS.md): Bump keepachangelog.com version (1.1.0) --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index af

[nongnu] elpa/xah-fly-keys 5241358aed: xah-shrink-whitespaces, rewrote, now can work in minibuffer. However, behavior is slightly different than before. Before, it always ends up removing all whitespa

2023-07-12 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 5241358aedb50cba4d8556506f5e24bc6d1247ba Author: Xah Lee Commit: Xah Lee xah-shrink-whitespaces, rewrote, now can work in minibuffer. However, behavior is slightly different than before. Before, it always ends up removing all whitespaces after repeated call

[elpa] main c7a0f19aaa: * elpa-packages (buildbot): New package

2023-07-12 Thread Protesilaos Stavrou
branch: main commit c7a0f19aaa48504151fd7cbea2db7f0a716dfc64 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou * elpa-packages (buildbot): New package Discussion on emacs-devel: . --- elpa-packages | 2

[elpa] branch externals/buildbot created (now 3774f49e0a)

2023-07-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/buildbot. at 3774f49e0a Addressing review comments from Prot. This branch includes the following new commits: new f9792cdcfa first commit new 7cc017ccc1 added buildbot build mode new 94172a6c65 Adding step mode. Also r

[elpa] externals/buildbot 94172a6c65 03/22: Adding step mode. Also refactoring

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 94172a6c655ea4aefe2960aa5db9fec77130e87d Author: Yuchen Pei Commit: Yuchen Pei Adding step mode. Also refactoring --- buildbot-build.el| 64 - buildbot-client.el | 5 +++- buildbot-revision.el | 73

[elpa] externals/buildbot f9792cdcfa 01/22: first commit

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit f9792cdcfab9b2728b3db8152e62e119b135b7ac Author: Yuchen Pei Commit: Yuchen Pei first commit --- .gitignore | 1 + buildbot-build.el| 4 +++ buildbot-client.el | 78 buildbot-revision.el

[elpa] externals/buildbot f5a35a82a6 13/22: started working on builder view

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit f5a35a82a62612fa8f6537b4da6ebdea8192a196 Author: Yuchen Pei Commit: Yuchen Pei started working on builder view --- buildbot-client.el | 18 ++ buildbot-view.el | 9 + 2 files changed, 27 insertions(+) diff --git a/buildbot-client

[elpa] externals/buildbot 47521e2661 07/22: fixing branches and revisions are many-to-many relations

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 47521e266136087846ef928c1377e6a0e4630ce8 Author: Yuchen Pei Commit: Yuchen Pei fixing branches and revisions are many-to-many relations - in branch view, show revisions with build stats and all builds - in revision view, show branches with build

[elpa] externals/buildbot 49d8a91091 09/22: clean up and licensing

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 49d8a91091d1be5cd73656a174cd7c6735ab05b8 Author: Yuchen Pei Commit: Yuchen Pei clean up and licensing --- COPYING.agpl3 | 661 + README.org | 49 buildbot-client.el | 26 ++- buildbot-u

[elpa] externals/buildbot c79dd7c405 08/22: linting

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit c79dd7c405cf170996e881a422f848ed3d5e015a Author: Yuchen Pei Commit: Yuchen Pei linting --- buildbot-client.el | 20 +++- buildbot-utils.el | 3 +++ buildbot-view.el | 5 + buildbot.el| 3 --- 4 files changed, 7 insertions(+

[elpa] externals/buildbot 519956a4f6 10/22: minor update readme

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 519956a4f61debf0d257b3ddd6121f0b1df4f6c8 Author: Yuchen Pei Commit: Yuchen Pei minor update readme --- README.org | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index cc540b4efd..e54feef71f 100644 ---

[elpa] externals/buildbot 16947d6b1a 11/22: Adding function to go to next / previous header of the same thing

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 16947d6b1a2679ca94f9986b0dc77683cfad900f Author: Yuchen Pei Commit: Yuchen Pei Adding function to go to next / previous header of the same thing --- buildbot-view.el | 22 ++ 1 file changed, 22 insertions(+) diff --git a/buildbot-view.e

[elpa] externals/buildbot 8c151a133f 20/22: Fixing quotes in define-key commands

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 8c151a133ffcc3bb1d4e8e23bc071d32785185c2 Author: Yuchen Pei Commit: Yuchen Pei Fixing quotes in define-key commands --- buildbot-view.el | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/buildbot-view.el b/buildbot-view.el

[elpa] externals/buildbot 7cc017ccc1 02/22: added buildbot build mode

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 7cc017ccc12921e38d0ace50400e096a4f6ddd2b Author: Yuchen Pei Commit: Yuchen Pei added buildbot build mode --- buildbot-build.el| 39 ++ buildbot-client.el | 3 +++ buildbot-revision.el | 53 +

[elpa] externals/buildbot 20fd138b70 04/22: Unify the three modes into one (view mode)

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 20fd138b70a92fa3dc8a8a44e95fa2be57da092f Author: Yuchen Pei Commit: Yuchen Pei Unify the three modes into one (view mode) Also, now one can press return at any header to go to the respective object. For example, in step view, one can jump to the

[elpa] externals/buildbot 319b7224fc 14/22: Adding builder view

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 319b7224fc80d3c23beb81f7d268ba25ad75668e Author: Yuchen Pei Commit: Yuchen Pei Adding builder view It is not as exciting as the other views because there's no easy way to get commit message or test results for each build --- buildbot-view.el |

[elpa] externals/buildbot a52cc6222a 18/22: Prepare for elpa

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit a52cc6222a66242e62cc0869aa77b099b2b038b5 Author: Yuchen Pei Commit: Yuchen Pei Prepare for elpa * .gitignore: Adding elc * README.org: minor changes to intro and todos * buildbot-client.el: minor formatting and documentation fix * buildb

[elpa] externals/buildbot 07c135a7ce 17/22: Adding functions to navigate to the next and previous failures.

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 07c135a7ce5769dd2cf3076eab790d2514fef97d Author: Yuchen Pei Commit: Yuchen Pei Adding functions to navigate to the next and previous failures. Also updated keybindings: n/p for next/previous failures; M-n/M-p for next/previous header; f/b for ne

[elpa] externals/buildbot 527fdf6d17 15/22: fixing bug caused by updated signature of buildbot-view-format-build

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 527fdf6d17cd34140e078d13b37a79aaa693f3cb Author: Yuchen Pei Commit: Yuchen Pei fixing bug caused by updated signature of buildbot-view-format-build --- buildbot-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbot-view.el

[elpa] externals/buildbot a7e313d116 05/22: add logs formatting and cache

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit a7e313d116b059b23ddb6efa185e3606f1da75a8 Author: Yuchen Pei Commit: Yuchen Pei add logs formatting and cache --- buildbot-client.el | 5 +++-- buildbot-utils.el | 28 ++- buildbot-view.el | 65 +---

[elpa] externals/buildbot 3de5304a5c 16/22: Updated readme to add info about buildbot-builder-open

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 3de5304a5caa66f60b8d41716358557a72b6b2c5 Author: Yuchen Pei Commit: Yuchen Pei Updated readme to add info about buildbot-builder-open --- README.org | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index e54fee

[elpa] externals/buildbot 071ba8408a 21/22: Fixing flymake complaints.

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 071ba8408abf2d13c914a331c719779d7696d1dd Author: Yuchen Pei Commit: Yuchen Pei Fixing flymake complaints. There are still some weird "Foo should be imperative" complaints, but they do not seem to be important. --- buildbot-client.el | 24 ++

[elpa] externals/buildbot 9714d2e9b7 06/22: branch view (first imp); faces for status; revision with multiple changes

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 9714d2e9b7510d002b0bbd4fd0d6b396a72fdf8b Author: Yuchen Pei Commit: Yuchen Pei branch view (first imp); faces for status; revision with multiple changes --- buildbot-client.el | 16 + buildbot-utils.el | 53 buildbot-

[elpa] externals/buildbot d3c7fcb511 19/22: Adding commentary

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit d3c7fcb511d1697f27e84229172152cdab812351 Author: Yuchen Pei Commit: Yuchen Pei Adding commentary --- buildbot.el | 20 1 file changed, 20 insertions(+) diff --git a/buildbot.el b/buildbot.el index 2dc6780241..21c7c23f4a 100644 --- a/bu

[elpa] externals/buildbot f5b97b439a 12/22: fixing a bug where build view shows the wrong revision info

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit f5b97b439a2a1a7d13c60f1b711edf704542a038 Author: Yuchen Pei Commit: Yuchen Pei fixing a bug where build view shows the wrong revision info ...by correcting outdated revision info when opening build view. --- buildbot-utils.el | 30 +

[elpa] externals/buildbot 3774f49e0a 22/22: Addressing review comments from Prot.

2023-07-12 Thread ELPA Syncer
branch: externals/buildbot commit 3774f49e0a566359193d98e716fa14341ee37b08 Author: Yuchen Pei Commit: Yuchen Pei Addressing review comments from Prot. --- buildbot-utils.el | 44 buildbot-view.el | 24 +--- buildbot.el