[nongnu] elpa/sweeprolog 73d9b8c871 3/6: TEST: add two test cases

2022-11-07 Thread ELPA Syncer
branch: elpa/sweeprolog commit 73d9b8c87103a379282760bd3a591f820010c45c Author: Eshel Yaron Commit: Eshel Yaron TEST: add two test cases --- sweeprolog-tests.el | 65 + 1 file changed, 65 insertions(+) diff --git a/sweeprolog-tests.el b/s

[nongnu] elpa/sweeprolog 8a532f3183 6/6: ADDED: sweeprolog-forward/backward/mark-predicate

2022-11-07 Thread ELPA Syncer
branch: elpa/sweeprolog commit 8a532f318320f5a62a6295edc35a21cd45aa69a1 Author: Eshel Yaron Commit: Eshel Yaron ADDED: sweeprolog-forward/backward/mark-predicate --- NEWS.org| 10 ++ README.org | 30 +++- sweep.pl| 27 +- sweep

[nongnu] elpa/sweeprolog e7976af30c 2/6: FIXED: sweeprolog-identifier-at-point could return unbound module

2022-11-07 Thread ELPA Syncer
branch: elpa/sweeprolog commit e7976af30c0cb9978db7864d585220a0668d05ec Author: Eshel Yaron Commit: Eshel Yaron FIXED: sweeprolog-identifier-at-point could return unbound module --- sweep.pl | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sweep.pl b/sweep.pl ind

[nongnu] elpa/sweeprolog updated (4d4bdc8600 -> 8a532f3183)

2022-11-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 4d4bdc8600 FIXED: write_sweep_module_location/0 for Windows. new e9256e3d3b Fixed defcustom type for sweeprolog-top-level-display-action new e7976af30c FIXED: sweeprolog-identifier-at-point could return unbound modul

[nongnu] elpa/sweeprolog 3ecd2475d2 4/6: FIXED: correctly recognize "public" head terms

2022-11-07 Thread ELPA Syncer
branch: elpa/sweeprolog commit 3ecd2475d211ee0a939c16d022e77763a454e261 Author: Eshel Yaron Commit: Eshel Yaron FIXED: correctly recognize "public" head terms --- sweeprolog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweeprolog.el b/sweeprolog.el index 51c4c44f5f

[nongnu] elpa/sweeprolog e9256e3d3b 1/6: Fixed defcustom type for sweeprolog-top-level-display-action

2022-11-07 Thread ELPA Syncer
branch: elpa/sweeprolog commit e9256e3d3b83034624fc12b94483d8f3c7f89659 Author: Eshel Yaron Commit: Eshel Yaron Fixed defcustom type for sweeprolog-top-level-display-action --- sweeprolog.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sweeprolog.el b/sweeprolog.

[nongnu] elpa/sweeprolog 4866ad53cf 5/6: REFACTOR: Simplify and deduplicate code all around

2022-11-07 Thread ELPA Syncer
branch: elpa/sweeprolog commit 4866ad53cf46c1e819a187f24a097ef0d06deb74 Author: Eshel Yaron Commit: Eshel Yaron REFACTOR: Simplify and deduplicate code all around * sweeprolog.el (sweeprolog-colourise-*): rename to sweeprolog-analyze-* --- NEWS.org| 14 + README.org

[nongnu] elpa/subed 169a98497d 1/2: Make it easier to use aeneas for forced alignment

2022-11-07 Thread ELPA Syncer
branch: elpa/subed commit 169a98497d95e8cd162545807895573dbdb79f0c Author: Sacha Chua Commit: Sacha Chua Make it easier to use aeneas for forced alignment Forced alignment lets you get the timestamps based on an audio file and a text file. subed-align can use the aeneas forced a

[nongnu] elpa/subed 350b85c64b 2/2: Support optional cue identifiers in WebVTT files

2022-11-07 Thread ELPA Syncer
branch: elpa/subed commit 350b85c64b7544c709d08112382fa2a04b271ccf Author: Sacha Chua Commit: Sacha Chua Support optional cue identifiers in WebVTT files * subed/subed-common.el (subed-save-excursion): Allow edebugging. (subed-convert): Allow conversion to text. * subed/sube

[nongnu] elpa/subed updated (1215c6821f -> 350b85c64b)

2022-11-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/subed. from 1215c6821f Bump version to 1.0.16 and document change new 169a98497d Make it easier to use aeneas for forced alignment new 350b85c64b Support optional cue identifiers in WebVTT files Summary of changes: NEWS.org

[elpa] externals/detached 84154f8a6c: Update indentation and add style target to Make

2022-11-07 Thread ELPA Syncer
branch: externals/detached commit 84154f8a6cfac56a4abb5ccd2b3ff236e86b6eed Author: Niklas Eklund Commit: Niklas Eklund Update indentation and add style target to Make --- .dir-locals.el | 1 - Makefile | 3 ++ detached-eshell.el | 4 +-- detached-init.el | 2 +- detached

[nongnu] elpa/php-mode updated (2bc4db007c -> bbed922fa9)

2022-11-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/php-mode. from 2bc4db007c Merge pull request #719 from emacs-php/feature/always-disable-c-auto-align-backslashe new 2988475cb1 Add workaround for acm-backend-tabnine-candidate-expand new 69addade88 Merge pull request #720 from emacs-

[nongnu] elpa/php-mode bbed922fa9 3/3: Fix declare-function

2022-11-07 Thread ELPA Syncer
branch: elpa/php-mode commit bbed922fa9b9ab36aeffcbdb85c434c4a6c41450 Author: USAMI Kenta Commit: USAMI Kenta Fix declare-function --- lisp/php-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/php-mode.el b/lisp/php-mode.el index d0bd4f797d..98654a092e 100644

[nongnu] elpa/php-mode 2988475cb1 1/3: Add workaround for acm-backend-tabnine-candidate-expand

2022-11-07 Thread ELPA Syncer
branch: elpa/php-mode commit 2988475cb1b5ed86dc444f13b5ea789c096a1cec Author: USAMI Kenta Commit: USAMI Kenta Add workaround for acm-backend-tabnine-candidate-expand --- lisp/php-mode.el | 18 ++ 1 file changed, 18 insertions(+) diff --git a/lisp/php-mode.el b/lisp/php-mode

[nongnu] elpa/php-mode 69addade88 2/3: Merge pull request #720 from emacs-php/feature/workaround-for-lsp-bridge-acm-tabnine

2022-11-07 Thread ELPA Syncer
branch: elpa/php-mode commit 69addade882219bde45904c67d826c7b0981a7a5 Merge: 2bc4db007c 2988475cb1 Author: USAMI Kenta Commit: GitHub Merge pull request #720 from emacs-php/feature/workaround-for-lsp-bridge-acm-tabnine Add workaround for acm-backend-tabnine-candidate-expand --- li

[elpa] externals/detached 058852ea30: Store local property in session object

2022-11-07 Thread ELPA Syncer
branch: externals/detached commit 058852ea304f2280e5a096b4db81cd878ddf49f1 Author: Niklas Eklund Commit: Niklas Eklund Store local property in session object If detached-local-session is set it forces a session to be created on the local host, even if the working directory is on

[nongnu] elpa/helm 8ed0ab7762: Adjust vertically star icon in buffers

2022-11-07 Thread ELPA Syncer
branch: elpa/helm commit 8ed0ab7762ad76da02d8832aa18d03e1288ea6d5 Author: Thierry Volpiatto Commit: Thierry Volpiatto Adjust vertically star icon in buffers --- helm-buffers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-buffers.el b/helm-buffers.el index 0f1252

[nongnu] elpa/helm-core updated (ce00578ea1 -> 8ed0ab7762)

2022-11-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from ce00578ea1 Use the undocumented feature of intern-soft to get the symbol at point adds 8ed0ab7762 Adjust vertically star icon in buffers No new revisions were added by this update. Summary of changes: helm-buffers.el | 2 +-

[nongnu] elpa/subed fcd2299f36: New function subed-parse-file

2022-11-07 Thread ELPA Syncer
branch: elpa/subed commit fcd2299f365eb37ced4a838bd39aaefd6c6ac576 Author: Sacha Chua Commit: Sacha Chua New function subed-parse-file * subed/subed-common.el (subed-parse-file): New function. (subed-subtitle-list): Make it a regular function instead of a generic one. --- NEWS.

[nongnu] elpa/sweeprolog d5983b7fe4 1/2: FIXED: variable name completion on Emacs 27

2022-11-07 Thread ELPA Syncer
branch: elpa/sweeprolog commit d5983b7fe429da553741cd87deb9530fe74ce86c Author: Eshel Yaron Commit: Eshel Yaron FIXED: variable name completion on Emacs 27 * sweeprolog.el (sweeprolog-variable-completion-at-point): don't rely on char-uppercase-p * sweeprolog-tests.el (comple

[nongnu] elpa/sweeprolog updated (8a532f3183 -> d5bad42e33)

2022-11-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 8a532f3183 ADDED: sweeprolog-forward/backward/mark-predicate new d5983b7fe4 FIXED: variable name completion on Emacs 27 new d5bad42e33 FIXED: restrict variable underlining to current clause Summary of changes: sweep

[nongnu] elpa/sweeprolog d5bad42e33 2/2: FIXED: restrict variable underlining to current clause

2022-11-07 Thread ELPA Syncer
branch: elpa/sweeprolog commit d5bad42e33de6ab9df3090d220006afb88bf16d3 Author: Eshel Yaron Commit: Eshel Yaron FIXED: restrict variable underlining to current clause --- sweeprolog.el | 32 +--- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/swee

[elpa] externals/detached 7f70f00340: Rename remote/local to remotehost/localhost

2022-11-07 Thread ELPA Syncer
branch: externals/detached commit 7f70f00340f11d41fa3d561787386f3e70cef75b Author: Niklas Eklund Commit: Niklas Eklund Rename remote/local to remotehost/localhost Avoid confusion with local property of a session by clarifying remotehost/localhost when referenced to the host prop

[elpa] externals/gle-mode 9d3c5826dc: Make font-lock highlighting more complete

2022-11-07 Thread Stefan Monnier via
branch: externals/gle-mode commit 9d3c5826dc6695b47cf8d3fc17b86499cbd34147 Author: Stefan Monnier Commit: Stefan Monnier Make font-lock highlighting more complete This is inspired from Andrey Grozin's font-lock rules, tho completely rewritten. * gle-mode.el (gle-mode-sy

[elpa] externals/ement 8a354b52d8: Fix: (ement--add-reply) Use formatted_body when available

2022-11-07 Thread ELPA Syncer
branch: externals/ement commit 8a354b52d8d71f952c10c6ba355547ce9b86bd6a Author: Adam Porter Commit: Adam Porter Fix: (ement--add-reply) Use formatted_body when available --- README.org | 3 +++ ement-lib.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org

[elpa] externals/hyperbole 732b6ebc0f: Improve hycontrol-windows-grid-* and hywconfig-* functions

2022-11-07 Thread ELPA Syncer
branch: externals/hyperbole commit 732b6ebc0f1ca3ab275f79edf06f971b2bebb3dd Author: Bob Weiner Commit: Bob Weiner Improve hycontrol-windows-grid-* and hywconfig-* functions --- ChangeLog | 26 hhist.el | 8 +-- hpath.el | 10 ++-- hui-menu.el

[elpa] externals/kind-icon 02b24406d4: Update README.md

2022-11-07 Thread ELPA Syncer
branch: externals/kind-icon commit 02b24406d41739020638205c2a06710fe1d48381 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub Update README.md --- README.md | 4 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8237b0adec..0d3d1dc185 1006

[nongnu] elpa/git-commit 161ab48520: git-commit: Add "Co-developed-by" header

2022-11-07 Thread ELPA Syncer
branch: elpa/git-commit commit 161ab485209ecd0f304e16ca95f8a145327e7ffe Author: Waqar Hameed Commit: Waqar Hameed git-commit: Add "Co-developed-by" header This is a commonly used header, for example in patches for the Linux kernel (see https://git.kernel.org/pub/scm/linux/k

[nongnu] elpa/magit-section updated (2a5815fee1 -> 161ab48520)

2022-11-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 2a5815fee1 git-commit-font-lock-keywords-1: Use more restrictive keyword regexp adds 161ab48520 git-commit: Add "Co-developed-by" header No new revisions were added by this update. Summary of changes: lisp/git-commit.el

[nongnu] elpa/magit updated (2a5815fee1 -> 161ab48520)

2022-11-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 2a5815fee1 git-commit-font-lock-keywords-1: Use more restrictive keyword regexp adds 161ab48520 git-commit: Add "Co-developed-by" header No new revisions were added by this update. Summary of changes: lisp/git-commit.el | 28 +++

[elpa] externals/eev updated (07ac3d8c5a -> 10a6a09a5e)

2022-11-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/eev. from 07ac3d8c5a Now `find-telegachat-links' supports links to messages. new cfdb7eaa12 Added support for php. new 34d4e02b19 Added `find-2022tikzvideo'. new 7d12683d6e Added `find-2022tikzvideo'. new 10a6a09a5

[elpa] externals/eev cfdb7eaa12 1/4: Added support for php.

2022-11-07 Thread ELPA Syncer
branch: externals/eev commit cfdb7eaa128d8c9f54bbeaf5752580f69c481828 Author: Eduardo Ochs Commit: Eduardo Ochs Added support for php. --- ChangeLog | 6 ++ VERSION | 4 ++-- eepitch.el| 3 ++- eev-testblocks.el | 16 +++- 4 files changed, 25 ins

[elpa] externals/eev 34d4e02b19 2/4: Added `find-2022tikzvideo'.

2022-11-07 Thread ELPA Syncer
"See:\"). Note that this will make bullets appear in red in +;; other places too, like in info manuals - for example here: +;; (find-enode \"Using Region\") ;; +;; See: (find-red-star-links) \(eepitch-set-glyph0 ?• ?• 'eepitch-star-face) \(defun ee-adjust-red-

[elpa] externals/eev 7d12683d6e 3/4: Added `find-2022tikzvideo'.

2022-11-07 Thread ELPA Syncer
branch: externals/eev commit 7d12683d6ef177b9ad69e68bc041ce9b71e98fd8 Author: Eduardo Ochs Commit: Eduardo Ochs Added `find-2022tikzvideo'. --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f049babbb4..bc40a73cb2 100644 --- a/VERSION

[elpa] externals/eev 10a6a09a5e 4/4: Merge branch 'UTF-8'

2022-11-07 Thread ELPA Syncer
ee: (find-red-star-links) \(eepitch-set-glyph0 ?• ?• 'eepitch-star-face) \(defun ee-adjust-red-stars (str) (replace-regexp-in-string \"\" \"•\" str)) @@ -3056,6 +3057,7 @@ This function is used by `ee-0x0-upload-region'." ;; «find-angg-es-links» (to