branch: elpa/idris-mode
commit 71ab6a35e3ed83ddc17919185f576b0a4e2fbeaa
Author: Marek L
Commit: Marek L
[semantic-highlight] Remove and rebuild overlays in file on reload only in
changed area
Why:
Currently when file is reloaded to Idris
all overlays are removed from buffe
branch: elpa/idris-mode
commit 928f785bb70ccb4c7c48da4a5bc064df7f21f775
Author: Marek L
Commit: Marek L
Remove conditional for srcdir in `idris-load-file` used to switch work
directory
Why:
The conditional needed is already present in
`idris-switch-working-directory` and
t
branch: elpa/idris-mode
commit 8a4ce46373a753ea4e53aa8f8f3a5f3f11c5e8f6
Author: Marek L
Commit: Marek L
Delete AddClause.ibc between and after tests
Why:
When the *.ibc file become older than the *.idr
it leads to errors and probably to random failures on CI.
The error:
branch: elpa/idris-mode
commit 7ebd8e721b0b4abb0b9ff2e86738d02ca6906a99
Merge: ee551230ed 71ab6a35e3
Author: Jan de Muijnck-Hughes
Commit: GitHub
Merge pull request #581 from keram/highlight-partial
[semantic-highlight] Remove and rebuild overlays in file on reload only in
changed
elpasync pushed a change to branch elpa/idris-mode.
from 0cae4b8086 Merge pull request #575 from keram/idris1-highlight-fix
new d6ac9524f6 Simplify `idris-test-idris-type-search` by removing
loading a file
new 8a4ce46373 Delete AddClause.ibc between and after tests
n
branch: elpa/idris-mode
commit 4a36953e767d627783aaaf3c705bed349cc84ab8
Merge: 7ebd8e721b 6fbd9cff31
Author: Jan de Muijnck-Hughes
Commit: GitHub
Merge pull request #580 from keram/load-file-switch-dir-idris2
Remove conditional for srcdir in `idris-load-file` used to switch work
di
branch: elpa/idris-mode
commit d6ac9524f6ea8c3dd5747794fa1bf1296bf93e7c
Author: Marek L
Commit: Marek L
Simplify `idris-test-idris-type-search` by removing loading a file
The file is not needed in order to test the function,
only running idris process
---
idris-tests.el | 14 ++
branch: elpa/idris-mode
commit 6fbd9cff31a9bc1d56bf03cbd8674e67484e58db
Author: Marek L
Commit: Marek L
Improve `idris-switch-working-directory` by
- adding error handling and success check
- changing the value of variable `idris-process-current-working-directory`
only
if t
branch: elpa/idris-mode
commit d0d609bff711a1f0d70b2d8f6698ca1e0ed7ac78
Author: Marek L
Commit: Marek L
Include tests from idris-navigate.el in idris-tests.el
---
idris-navigate.el | 292
idris-test-utils.el | 67 +---
idris-te
branch: elpa/idris-mode
commit ee551230edafadee519fba9edf15fcd82ea339f7
Merge: 0cae4b8086 d0d609bff7
Author: Jan de Muijnck-Hughes
Commit: GitHub
Merge pull request #579 from keram/tests-impro
Tests improvements
---
idris-navigate.el | 292
branch: externals/hiddenquote
commit 0a4ce3217011ce67bc8b2d565e9e316983c0c5be
Author: Mauro Aranda
Commit: Mauro Aranda
; Remove unused variable in hiddenquote-transpose-chars
---
hiddenquote.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/hiddenquote.el b/hiddenquote.el
index 346a49d
branch: elpa/cider
commit b11991245f6fb6e183757da66f47cc5d04221ae1
Author: Benjamin <38900087+benjamin-a...@users.noreply.github.com>
Commit: GitHub
[Fix #3277] Fix cider-clojurescript-present-p (#3280)
---
cider.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/ci
branch: externals/url-scgi
commit 16611431bceb6a046ca19719ae97c6ba19780451
Author: Stefan Kangas
Commit: Stefan Kangas
Re-add support for Emacs 24.3
---
.github/workflows/test.yml | 4
url-scgi.el| 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.git
branch: elpa/eat
commit e287487b42e3698faaa96c2fd60f5def978886f1
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Document everything about shell integration
* eat.texi (Shell Integration): Move to be the first chapter of
Part III. Document everything about shell integration
branch: elpa/eat
commit 62a09caef1fc4a8219eefe74b3902bfa09ffc4eb
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
* eat.el (eat--t-term): Fix initial value of 'cwd'
---
eat.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eat.el b/eat.el
index 9853c7e75c..5ab017e3c2
branch: elpa/eat
commit 8188f71562d6dac35b747a63bd16ec06e0396724
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
* eat-tests.el (eat-test-set-cwd): Update test
---
eat-tests.el | 33 -
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git a/eat-te
branch: elpa/eat
commit b4d07cb4740d8e3cf36e523d7d8fae70361a144e
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Add shell commands run in Eat to Emacs history
* eat.el (eat-enable-shell-command-history): New user option.
* eat.el (eat--set-cmd): New function.
* eat.el (
branch: elpa/eat
commit 2c6afa4dc0506054de717260d12fbf936317da47
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Add shell prompt navigation commands
* eat.el (eat--post-prompt): Add special text property on the
last character of shell prompt.
* eat.el (eat-previous-shel
elpasync pushed a change to branch elpa/eat.
from d35864ca6b Calculate the number of lines on window properly
new 9caa496e45 Tighter shell integration
new b4d07cb474 Add shell commands run in Eat to Emacs history
new a04999011f Annotate shell prompts
new 2c6a
branch: elpa/eat
commit a04999011f303ec0940cf7edc19b1c98f7608f40
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Annotate shell prompts
* eat.el (eat-enable-shell-prompt-annotation)
(eat-shell-prompt-annotation-position)
(eat-shell-prompt-annotation-running-margin-indica
branch: elpa/eat
commit 693940c73351a19eaa099006e89d44d20ee1b474
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
* README.org: Add shell integration instructions
---
README.org | 10 ++
1 file changed, 10 insertions(+)
diff --git a/README.org b/README.org
index ffc31962a4..1c4d
branch: elpa/eat
commit b42687f1466f48bfb3453d55441f98e30fba8e98
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Fix prompt navigation when annotation is disabled
* eat.el (eat--pre-prompt): Always set
'eat--shell-prompt-begin'.
* eat.el (eat--post-prompt): Always put sp
branch: elpa/eat
commit 9caa496e454aea4193df2a3638309dd0ddb205ea
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Tighter shell integration
* eat.el (eat--t-term): New slots: 'prompt-start-fn',
'prompt-end-fn', 'cont-prompt-start-fn', 'cont-prompt-end-fn',
'set-cmd-fn', '
branch: elpa/kotlin-mode
commit 55eed95033a59d7448a4b2bc11879e62c05e361b
Merge: 99499e1500 8d5b1cada0
Author: Gregg Hernandez
Commit: GitHub
Merge pull request #73 from bricka/improve-indentation
Making a number of improvements to the indentation logic
---
kotlin-mode.el
branch: elpa/kotlin-mode
commit 8d5b1cada00aaea4824b97a4cabdd153efb174fa
Author: Alex Figl-Brick
Commit: Alex Figl-Brick
Making a number of improvements to the indentation logic
Major changes:
1. `->` is no longer considered a continuation
2. Control statements without
elpasync pushed a change to branch externals/poke.
from 6c2f906053 doc: fix location of the git repo for poke.el
new fbd1bd1fcf poke.el: update protocol in `poke-out-handle-cmd'
new 314387d108 poke.el: update protocol in `poke-complete-handle-cmd'
Summary of changes:
poke
branch: externals/poke
commit 314387d108be30951045a9422475fc7c70b92e8a
Author: Mohammad-Reza Nabipoor
Commit: Mohammad-Reza Nabipoor
poke.el: update protocol in `poke-complete-handle-cmd'
---
poke.el | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/poke.el b/poke.
branch: externals/poke
commit fbd1bd1fcfd67096bbe99b69b6e901b312b19896
Author: Mohammad-Reza Nabipoor
Commit: Mohammad-Reza Nabipoor
poke.el: update protocol in `poke-out-handle-cmd'
---
poke.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/poke.el b/poke.
branch: elpa/sweeprolog
commit 0e324b3216ff031104fefbdb23e081d88ed1e7f6
Author: Eshel Yaron
Commit: Eshel Yaron
Announce recent changes in NEWS.org and bump version to 0.9.4
---
NEWS.org| 17 +
README.org | 36 +++-
sweepr
branch: externals/cape
commit 351d7a65fc8ac76d7d5c737354ed7b2d7750b261
Author: Ashton Wiersdorf
Commit: GitHub
Add Elixir keywords (#68)
---
cape-keyword.el | 17 +
1 file changed, 17 insertions(+)
diff --git a/cape-keyword.el b/cape-keyword.el
index 8d046e040c..29ca19dc52
branch: externals/company
commit ea77c7e8ecb7a7d9a3f33a813514d9b864dec5de
Author: Ashton Wiersdorf
Commit: Ashton Wiersdorf
Add keywords for Elixir
---
company-keywords.el | 18 ++
1 file changed, 18 insertions(+)
diff --git a/company-keywords.el b/company-keywords.el
index
branch: externals/company-math
commit 585063e03dd907714fa321ce1d2430f6d715af80
Author: Vitalie Spinu
Commit: Vitalie Spinu
[#20] Detect regexp start within a symbol
In order to allow for modes where regexp can be part of the symbol
E.g. in org bla\t is a symbol.
branch: externals/company
commit 6884e3ad717419b4a64a5fab08c8cb9bd20a0b27
Merge: 48f8119db5 ea77c7e8ec
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #1353 from ashton314/master
Add keywords for Elixir
---
company-keywords.el | 18 ++
1 file changed, 18 inse
elpasync pushed a change to branch externals/company-math.
from 45778f5731 [Fix #20] Use symbol boundary for prefix computation
new 585063e03d [#20] Detect regexp start within a symbol
new 3e1bd33f5a Version 1.5
Summary of changes:
.gitignore | 1 +
company-math.el
branch: externals/company-math
commit 3e1bd33f5a5a3fe4afc834919a4ad36c34f5ce98
Author: Vitalie Spinu
Commit: Vitalie Spinu
Version 1.5
---
.gitignore | 1 +
company-math.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
new file mode 10064
branch: elpa/cider
commit fc7b92918ef3d46ad5bafa7418f0f1b0dfa69040
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Tweak a couple of changelog entries
---
CHANGELOG.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f54cc1b61e..071ea
branch: externals/gnat-compiler
commit c13ca260542997b4277404346287e3f0828370b2
Author: Stephen Leake
Commit: Stephen Leake
Add wisi-prj-default
* gnat-alire.el (alire-prj): New, for wisi-prj-default.
(create-alire-project): Use it.
(wisi-prj-default): New.
---
gnat-alire.e
stephen_leake pushed a change to branch externals/gnat-compiler.
from e69c29af4d Misc cleanups, fix bug in gnat-find-als
new c13ca26054 Add wisi-prj-default
new 0a14c9a2ca * gnat-alire.el (create-alire-project): Respect
convention for create-%s-xref
Summary of changes:
g
branch: externals/gnat-compiler
commit 0a14c9a2ca2df43714136ad9dfa6089bb0fc4288
Author: Stephen Leake
Commit: Stephen Leake
* gnat-alire.el (create-alire-project): Respect convention for
create-%s-xref
---
gnat-alire.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
branch: externals/ada-mode
commit b16f2ce40bac8f23e04e6f7891bc05dc9661b2f3
Author: Stephen Leake
Commit: Stephen Leake
* install.sh: Fix comment on argument
---
install.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install.sh b/install.sh
index 0ff97429d2..420a7f37e
branch: externals/gpr-query
commit fd1670eded985f20ca0fd1f9254f7d8f05452e12
Author: Stephen Leake
Commit: Stephen Leake
* install.sh: Just copy alr build binary, clean up
---
install.sh | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/install.sh b/insta
branch: externals/gpr-query
commit 99f50385eee43429ce0ad34d4a86b32b8bdb07e3
Author: Stephen Leake
Commit: Stephen Leake
* gpr-query.el (gpr-query-session-wait): Restore busy message
---
gpr-query.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gpr-query.el b/gpr-query
stephen_leake pushed a change to branch externals/gpr-query.
from 6356b18639 * build.sh: Show compiler
new 5104f6f836 * prj.el ("gpr-query.prj"): Use elpa package dirs
new 99f50385ee * gpr-query.el (gpr-query-session-wait): Restore busy
message
new 3a8e67a795 Delete
branch: externals/gpr-mode
commit 1030be428b0ceab93e5fec785728dca76da8f7de
Author: Stephen Leake
Commit: Stephen Leake
* build.sh, install.sh: Set executable bit
---
build.sh | 0
install.sh | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/build.sh b/build.sh
old mode 1
branch: externals/gpr-query
commit ca70129df33adc80340b40edb860c3bfe0d5d718
Merge: fd1670eded 6356b18639
Author: Stephen Leake
Commit: Stephen Leake
Finish merge
---
build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index 2c70e6607a..4f6d3f1a
branch: externals/gpr-query
commit 3a8e67a7955ec1e2ec28a34640b4a50ec552b656
Author: Stephen Leake
Commit: Stephen Leake
Delete gpr-query minor mode; fix executable bit
* gpr-query.el (gpr-query-map, gpr-query-menu, gpr-query): Delete;
replaced by minor-mode in ada-mode.
(cre
branch: externals/gpr-query
commit 5104f6f8368a8fbe6162d030c3218ea30b580f55
Author: Stephen Leake
Commit: Stephen Leake
* prj.el ("gpr-query.prj"): Use elpa package dirs
---
prj.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/prj.el b/prj.el
index bc6ad675f1..d16b
branch: externals/ada-mode
commit 27395c6f1e5070b074b0e0cc9f7749f6c6780cd7
Merge: b16f2ce40b e72d65d459
Author: Stephen Leake
Commit: Stephen Leake
Finish merge
---
build.sh | 4
1 file changed, 4 insertions(+)
diff --git a/build.sh b/build.sh
index f88790beba..fa87fda833 100755
--- a
branch: externals/gpr-mode
commit 69de22ba688fb5df8cd2d4830aa27d8f651e24d6
Merge: 781e7993cc 924bad9645
Author: Stephen Leake
Commit: Stephen Leake
Resolve conflicts, finish merge
---
gpr-indent-user-options.el | 4 ++--
gpr-mode.el| 2 +-
gpr-skel.el| 4 +
branch: externals/gpr-mode
commit 781e7993cc4ffdd48fe966d397b7755e95c439fb
Author: Stephen Leake
Commit: Stephen Leake
* install.sh: Just copy executable; clean up
---
install.sh | 35 +++
1 file changed, 15 insertions(+), 20 deletions(-)
diff --git a/instal
stephen_leake pushed a change to branch externals/gpr-mode.
from 924bad9645 Fix header comment style again, improve install.sh
new 1030be428b * build.sh, install.sh: Set executable bit
new 781e7993cc * install.sh: Just copy executable; clean up
new 69de22ba68 Resolve
branch: externals/denote
commit 2e681cf6dab5f621366eada191d7033d750c1644
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Use 'make-obsolete-variable' for variables
The 'make-obsolete' is for functions: I forgot about that.
---
denote.el | 4 ++--
1 file changed, 2 insertion
52 matches
Mail list logo