branch: externals-release/org
commit 89d13998bd6ad4144d383ede16ff71cfaae439b3
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-element-fixed-width-parser: Fix when :value is empty
* lisp/org-element.el (org-element-fixed-width-interpreter): Interpret
fixed-width element with :v
branch: elpa/helm
commit 1854882316d76fa0eeb7898249cd8872924ea7ee
Author: Thierry Volpiatto
Commit: GitHub
Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index cc0d9475dd..510a18dd28 10
branch: elpa/helm
commit d4a27fb4464b3a54c57faf580ae7606c3fb0c1e3
Author: Thierry Volpiatto
Commit: GitHub
Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index cdc829f8c5..cc0d9475dd 10
branch: elpa/helm
commit eb4b61b1bf949c70494f411232f03697b050437c
Author: Thierry Volpiatto
Commit: GitHub
Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 510a18dd28..cdc829f8c5 10
branch: elpa/helm
commit c2b64cd738e920ead01116e78d4b9947e6f3592c
Author: Thierry Volpiatto
Commit: GitHub
Create FUNDING.yml
Add a patreon link
---
.github/FUNDING.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 10
branch: elpa/helm
commit 9f2bf727c59dc5f09e54ef31c743beb3faaea5bc
Author: Thierry Volpiatto
Commit: GitHub
Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index cc0d9475dd..510a18dd28 10
branch: externals-release/org
commit a52d0f09181d8d21170717c3ad5e4a4b3908b22e
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-export-as: Fix subtree export when metadata ends right before heading
* lisp/ox.el (org-export-as): Only include first newline after heading
line when
elpasync pushed a change to branch externals-release/org.
from 630f86dfc4 Update version number for the 9.6.1 release
new 89d13998bd org-element-fixed-width-parser: Fix when :value is empty
new a52d0f0918 org-export-as: Fix subtree export when metadata ends
right before hea
elpasync pushed a change to branch externals/org.
from bcca8819c3 test-ob-shell.el: Organize tests
new 89d13998bd org-element-fixed-width-parser: Fix when :value is empty
new a52d0f0918 org-export-as: Fix subtree export when metadata ends
right before heading
new d0
branch: externals/org
commit d0758eabfebc2fac3170eecded81672e6150a885
Merge: bcca8819c3 a52d0f0918
Author: Ihor Radchenko
Commit: Ihor Radchenko
Merge branch 'bugfix'
---
lisp/org-element.el | 4 +++-
lisp/ox.el | 2 +-
testing/lisp/test-org-element.el |
elpasync pushed a change to branch elpa/helm.
from b978aee0f0 Merge pull request #2583 from
mosquito-magnet/fix-docstring-error-on-meta-key
new c2b64cd738 Create FUNDING.yml
new 9f2bf727c5 Update FUNDING.yml
new eb4b61b1bf Update FUNDING.yml
new d4a27fb446 U
elpasync pushed a change to branch elpa/helm-core.
from b978aee0f0 Merge pull request #2583 from
mosquito-magnet/fix-docstring-error-on-meta-key
adds c2b64cd738 Create FUNDING.yml
adds 9f2bf727c5 Update FUNDING.yml
adds eb4b61b1bf Update FUNDING.yml
adds d4a27fb
branch: externals/org
commit 0d5951a9b02d9ce71af154612d0fa3a3381856ec
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-refile: Fix edge case when we refile on top of the same subtree
* lisp/org-refile.el (org-refile): Use dedicated marker (move after
insertion) to store positio
elpasync pushed a change to branch elpa/helm-core.
from 1854882316 Update FUNDING.yml
adds 74d6809393 Update FUNDING.yml
adds 39f3b7f84f Update FUNDING.yml
adds 22ba14bf36 Update FUNDING.yml
No new revisions were added by this update.
Summary of changes:
elpasync pushed a change to branch elpa/evil.
from f003ca28a9 Fix Fundamental mode hack
new c306300b47 Fix evil-set-leader with nil state argument
new 9daad9cca5 Use extended-format menu item for leader bindings
new 30e819dcf4 Fix executing macro infinite times
Sum
branch: elpa/evil
commit c306300b47165f151d3e0ed12a99b98a65f4
Author: Axel Forsman
Commit: Axel Forsman
Fix evil-set-leader with nil state argument
The predicate (listp state) is true also for the value nil of state,
meaning the correct clause with all-states was never consi
branch: elpa/evil
commit 9daad9cca5e44887c5408b3cbbeb437b8fb80fa8
Author: Axel Forsman
Commit: Axel Forsman
Use extended-format menu item for leader bindings
This fixes the issue of the evil-send-(local-)leader commands being
recognized as the motion while in Operator-pending st
branch: elpa/helm
commit 74d6809393cda803f46b7a1ecd8ff7da4dd44b61
Author: Thierry Volpiatto
Commit: GitHub
Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 510a18dd28..07be3dafa5 10
elpasync pushed a change to branch elpa/textile-mode.
from a49d9bf421 Merge pull request #4 from phikal/patch-1
new 985d327ab0 Do not override inline-code face
new c0d9de4ef2 Fix inline-code regexp
new 8f8c09ef09 Merge pull request #5 from
Hi-Angel/fix-inline-code-h
branch: externals/org
commit ecb62e2e317b1a4b5b8a6c0f111ed7ef18413040
Author: Stefan Monnier
Commit: Ihor Radchenko
org-babel-shell-initialize: Refactor
* lisp/ob-shell.el (org-babel-shell-initialize): Refactor avoiding
`eval' runtime calls and assigning 'definition-name functio
branch: elpa/helm
commit 39f3b7f84f611439fce6e60e3700f527fc48f58e
Author: Thierry Volpiatto
Commit: GitHub
Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 07be3dafa5..cdc829f8c5 10
branch: elpa/helm
commit 22ba14bf3640f97631ced2f105f1744e54d3c3c9
Author: Thierry Volpiatto
Commit: GitHub
Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index cdc829f8c5..510a18dd28 10
branch: elpa/textile-mode
commit 8f8c09ef097a95a713307fdb5c92b9778dfbc1fc
Merge: a49d9bf421 c0d9de4ef2
Author: Julien Barnier
Commit: GitHub
Merge pull request #5 from Hi-Angel/fix-inline-code-highlight
Fix inline code highlight
---
textile-mode.el | 13 +++--
1 file change
branch: elpa/textile-mode
commit c0d9de4ef260163895c0ee548896055397be4538
Author: Konstantin Kharlamov
Commit: Konstantin Kharlamov
Fix inline-code regexp
Before this a sentence
@-@
would not be considered a code. Not it is.
---
textile-mode.el | 11 ++
branch: elpa/evil
commit 30e819dcf47294a758a47a362d2f61fc19aefcf0
Author: Axel Forsman
Commit: Axel Forsman
Fix executing macro infinite times
This commit fixes a regression caused by #1549 where you could no longer
give a prefix argument to execute the macro in an infinite loop
branch: elpa/textile-mode
commit 985d327ab02feff4f24fa627ead1e840571a0ede
Author: Konstantin Kharlamov
Commit: Konstantin Kharlamov
Do not override inline-code face
Given this text:
foo @_x() test@ bar
before this commit the `_x()` would get highlighted as an a
elpasync pushed a change to branch externals/org.
from d0758eabfe Merge branch 'bugfix'
new 0d5951a9b0 org-refile: Fix edge case when we refile on top of the
same subtree
new ecb62e2e31 org-babel-shell-initialize: Refactor
Summary of changes:
lisp/ob-shell.el |
elpasync pushed a change to branch elpa/helm.
from 1854882316 Update FUNDING.yml
new 74d6809393 Update FUNDING.yml
new 39f3b7f84f Update FUNDING.yml
new 22ba14bf36 Update FUNDING.yml
Summary of changes:
branch: elpa/helm
commit 7b164dc2aab38600c5a9b8d5cf51f2de4fd668dc
Author: Thierry Volpiatto
Commit: GitHub
Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 510a18dd28..cc0d9475dd 10
elpasync pushed a change to branch elpa/helm-core.
from 22ba14bf36 Update FUNDING.yml
adds 7b164dc2aa Update FUNDING.yml
No new revisions were added by this update.
Summary of changes:
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
branch: elpa/sweeprolog
commit 686db6f891115e67a00f4776c18875751764876c
Author: Eshel Yaron
Commit: Eshel Yaron
Support completion when reading a goal from the minibuffer
* sweeprolog.el (sweeprolog-read-goal-map): new keymap, derived from
sweeprolog-read-term-map.
(sweeprol
branch: elpa/sweeprolog
commit eb2608bc6459e6f25159e98c0f80ec4e142820e5
Author: Eshel Yaron
Commit: Eshel Yaron
ADDED: command for sending a goal to top-level from any buffer
* sweeprolog.el (sweeprolog-top-level): extract buffer setup logic to...
(sweeprolog-top-level-buffer):
elpasync pushed a change to branch elpa/sweeprolog.
from 027f7e9a64 DOC: explain how to follow source locations in top-level
messages
new 686db6f891 Support completion when reading a goal from the
minibuffer
new eb2608bc64 ADDED: command for sending a goal to top-level fro
branch: externals/aggressive-indent
commit a437a45868f94b77362c6b913c5ee8e67b273c42
Merge: f376cdc25d b59d928060
Author: Artur Malabarba <453029+malaba...@users.noreply.github.com>
Commit: GitHub
Merge pull request #145 from liuchong/patch-1
Fix #101 - Protect command undo-tree-visua
branch: externals/aggressive-indent
commit b59d928060d7aeac55d181711fa7725b695e8bbc
Author: 刘冲
Commit: Liu Chong
Fix #101 - Protect command undo-tree-visualize
---
aggressive-indent.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aggressive-indent.el b/aggressive-inde
branch: externals-release/wisi
commit decea1307cc18e7596468cca20c626b4c67d1f31
Author: Stephen Leake
Commit: Stephen Leake
* wisi.el (Version): Bump to include prj-alire.el copyright fix
---
wisi.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wisi.el b/wisi.el
index
branch: externals/cape
commit 8841d1d21c64061d34fe35c46c05b661421cdab1
Author: Daniel Mendler
Commit: Daniel Mendler
cape-tex: Do not insert backslash when already looking at \phi (Fix #71)
---
cape-char.el | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/cape-ch
branch: externals/corfu
commit b5458a132c678b5fe97b4a7819b9bb1dba31aee2
Author: Daniel Mendler
Commit: Daniel Mendler
Change corfu-popupinfo face height to 1.0 (Fix #288)
---
extensions/corfu-popupinfo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions/corfu-p
branch: externals/compat
commit 5709f7c4a16b7137e7eb74d304ce7e1ba13114fa
Author: Daniel Mendler
Commit: Daniel Mendler
compat-28: Add test for dlet
---
compat-28.el| 2 +-
compat-tests.el | 10 ++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/compat-28.el b/com
branch: externals/ebdb
commit d86eedbf7c1b41229c9fee65e8f82be026a128cf
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Basic implementation of mailing list record type
* ebdb.el (ebdb-record-mailing-list): It now has slots!
(ebdb-read, ebdb-string): And the basic methods.
(e
branch: externals/ebdb
commit fa65397bae97ec58efdbda1fdab2fd3484ce7e81
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Fix bug in window popping-up
* ebdb-com.el (ebdb-pop-up-window): The setting of `buffer-window' was
supposed to belong to the THEN branch.
---
ebdb-com.el | 5
branch: externals/ebdb
commit 610d1ed5d4095936836102e1e48dc4416d0d260b
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Fix function signature of ebdb-record-mail, release 0.8.17
* ebdb.el (ebdb-record-mail): Missing optional arguments, and the
no-roles argument wasn't doing its
girzel pushed a change to branch externals/ebdb.
from a961744cc4 Adjust Notmuch insinuation
new fa65397bae Fix bug in window popping-up
new d86eedbf7c Basic implementation of mailing list record type
new 610d1ed5d4 Fix function signature of ebdb-record-mail, release
branch: externals/compat
commit f820d796897ff564abd4d7830a71d060e82d5021
Author: Daniel Mendler
Commit: Daniel Mendler
compat-29: Use when-let
---
compat-29.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/compat-29.el b/compat-29.el
index 6250a896e5..80588e0910 1
branch: externals/compat
commit 5dbe99b23f8142c968a263f67b2bce594765ada7
Author: Daniel Mendler
Commit: Daniel Mendler
compat-28: Add test for macroexp-file-name
---
compat-28.el| 2 +-
compat-tests.el | 9 +
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/compat-
branch: externals/osm
commit 63426c9c032ef5bce406646de683205f2b851685
Author: Daniel Mendler
Commit: Daniel Mendler
osm-ol: Use geo url scheme by default (Fix #31)
---
README.org | 12 ++--
osm-ol.el | 16
2 files changed, 18 insertions(+), 10 deletions(-)
diff --
branch: externals/osm
commit 3e9e839df03e14ea8789ce1ef868155e994f5f0f
Author: Daniel Mendler
Commit: Daniel Mendler
Update README
---
README.org | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 3ce2eabf1c..48516bc87d 100644
--- a/README.or
branch: externals/osm
commit 9fa61e4b127f74d345c5261058d5d83eca0c207f
Author: Daniel Mendler
Commit: Daniel Mendler
osm-ol: Switch org link convention to geo uri scheme (RFC 5870)
---
README.org | 12 ++--
osm-ol.el | 24
2 files changed, 18 insertions(+),
elpasync pushed a change to branch externals/osm.
from e6caf26619 Turn `osm' into a function
new 9fa61e4b12 osm-ol: Switch org link convention to geo uri scheme
(RFC 5870)
new 63426c9c03 osm-ol: Use geo url scheme by default (Fix #31)
new 3e9e839df0 Update README
branch: elpa/nix-mode
commit 91a317e425be15b03d31d404d798c21faf373113
Merge: 54e5626829 fb6c1ca5dd
Author: Matthew Bauer
Commit: GitHub
Merge pull request #176 from lafrenierejm/reformatter
Replace custom `nixfmt` wrapping with `reformatter`
---
flake.nix | 1 +
nix-format.el
branch: elpa/nix-mode
commit fb6c1ca5dd22580267142f19f78608a99de77552
Author: Joseph LaFreniere
Commit: Joseph LaFreniere
Replace custom nixfmt wrapping with reformatter
---
flake.nix | 1 +
nix-format.el | 49 -
2 files changed, 13 inser
branch: externals/compat
commit 15288f4771999f640f8df6560d8623d773dfa312
Author: Daniel Mendler
Commit: Daniel Mendler
compat-29: Add while-let test
---
compat-29.el| 2 +-
compat-tests.el | 6 ++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/compat-29.el b/compat-29
branch: externals/compat
commit cfa81c05666ed7619fbdad19ccd235e8541c1e04
Author: Daniel Mendler
Commit: Daniel Mendler
compat-tests: Update comment
---
compat-tests.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compat-tests.el b/compat-tests.el
index a66e467668.
elpasync pushed a change to branch externals/compat.
from 15288f4771 compat-29: Add while-let test
new 68ead168f8 compat-29: Add buttonize and buttonize-region
new b2efae0997 compat-29: Fix typo in last commit
new 543805066a Remove unnecessary :feature arguments from
branch: externals/compat
commit 68ead168f83bacda23de623a32fb9fa767a9
Author: Daniel Mendler
Commit: Daniel Mendler
compat-29: Add buttonize and buttonize-region
---
NEWS.org| 1 +
compat-28.el| 17 -
compat-29.el| 45 +
branch: externals/compat
commit 543805066af805ee4df449d5288229bfa8293c66
Author: Daniel Mendler
Commit: Daniel Mendler
Remove unnecessary :feature arguments from compat-defuns
---
compat-25.el | 1 -
compat-28.el | 1 -
2 files changed, 2 deletions(-)
diff --git a/compat-25.el b/compat-25.
branch: externals/compat
commit b2efae0997918e1ed8205764b4cabda0ea475c43
Author: Daniel Mendler
Commit: Daniel Mendler
compat-29: Fix typo in last commit
---
compat-29.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat-29.el b/compat-29.el
index d05d617ca6..bcee2b
elpasync pushed a change to branch elpa/evil-numbers.
from 7bd9bb0bce Cleanup: use pcase-dolist
new 434298ed9a Auto format using elisp-autofmt
new dbe39b0ac7 Cleanup: replace 'if' with 'cond'
Summary of changes:
.elisp-autofmt | 0
evil-numbers.el
branch: elpa/evil-numbers
commit dbe39b0ac74580a5241a5f8c373cdcc6b00f119c
Author: Campbell Barton
Commit: Campbell Barton
Cleanup: replace 'if' with 'cond'
Avoids the need for `progn` adding/removing when using multiple
statements in the first condition.
---
evil-numbers.el | 1
branch: elpa/evil-numbers
commit 434298ed9a62839f75bf9d624aa86405a8703646
Author: Campbell Barton
Commit: Campbell Barton
Auto format using elisp-autofmt
Avoids the need for manual formatting.
---
.elisp-autofmt | 0
evil-numbers.el | 259
branch: externals/compat
commit 69a69fa23ea01406f8b5b43adf3de885e668cced
Author: Daniel Mendler
Commit: Daniel Mendler
while-let: Test the single binding case
bug#60758
---
compat-25.el| 3 +--
compat-29.el| 3 +++
compat-tests.el | 14 ++
3 files changed, 14
61 matches
Mail list logo