branch: elpa/markdown-mode
commit 2645b7fd148eb8d5c2d141cf49ccbf1775275195
Author: Joe Reinhart
Commit: Joe Reinhart
Add markdown-missing-link-face when appropriate to parts of wiki links
---
markdown-mode.el | 48 +---
1 file changed, 33 insertio
branch: externals/minuet
commit 70cc351d6bf7f5181feb4e636cac58ea094603a8
Author: Milan Glacier
Commit: Milan Glacier
doc: fix ELPA badge link.
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8c1a464e9c..9496ab639d 100644
--
branch: elpa/markdown-mode
commit 06b15337c92d04f2383d4a4a6df83226b8db04b1
Author: Joe Reinhart
Commit: Joe Reinhart
Fix lint warning
---
markdown-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/markdown-mode.el b/markdown-mode.el
index adc1b49f48..c081cb106b 1
branch: elpa/markdown-mode
commit 88f30a641c2da5457a10dc97ededabad266dd538
Author: Joe Reinhart
Commit: Joe Reinhart
All tests are passing; still needs code cleanup
---
markdown-mode.el | 171 ++-
1 file changed, 132 insertions(+), 39 dele
branch: elpa/markdown-mode
commit 8fd66014cc49bcb080bca5e8650c4452d8719efa
Author: Joe Reinhart
Commit: Joe Reinhart
Use face to show missing wiki links when enabled; remove additional unused
code
---
README.md| 42 +++---
markdown-mode.el | 34 +
branch: elpa/markdown-mode
commit a72dfa27a56126cfc5129f9cb59ae20ae936c738
Author: Joe Reinhart
Commit: Joe Reinhart
Add eldoc functionality for wiki links
---
markdown-mode.el | 14 ++
1 file changed, 14 insertions(+)
diff --git a/markdown-mode.el b/markdown-mode.el
index b9ed
branch: elpa/markdown-mode
commit 76a81fa6da00afac950b85194397921bf2b19e11
Author: Joe Reinhart
Commit: Joe Reinhart
Remove redundant mp for use of markdown--markup-props
---
markdown-mode.el | 4
1 file changed, 4 deletions(-)
diff --git a/markdown-mode.el b/markdown-mode.el
index 6e
branch: elpa/markdown-mode
commit f285a34115f1988df8af323e217c0571dd4c63b9
Author: Joe Reinhart
Commit: Joe Reinhart
Fix wiki link font properties and remove unnecessary wiki link-related code
---
markdown-mode.el | 194 +++
1 file changed
branch: elpa/markdown-mode
commit 847e7de1b143a1fce209ec5d7ad673e5170e9467
Author: Joe Reinhart
Commit: Joe Reinhart
Code cleanup
---
markdown-mode.el | 89 ++--
1 file changed, 22 insertions(+), 67 deletions(-)
diff --git a/markdown-mode
branch: elpa/markdown-mode
commit f579bcc561b44aed0e1c564158fccc5eeaf73db2
Merge: 360abf5ff5 6fc5904257
Author: Joe Reinhart
Commit: Joe Reinhart
Merge branch 'master' of github.com:jrblevin/markdown-mode into
jayemar/toggle-hiding-of-wiki-links
---
CHANGES.md | 3 +++
README.md
branch: elpa/markdown-mode
commit f85b3be32a215fa5885ac542ec2dd934dff8938e
Author: Joe Reinhart
Commit: Joe Reinhart
Only set mouse-face when markdown-mouse-follow-link is t
---
markdown-mode.el | 47 ++-
1 file changed, 22 insertions(+), 25 delet
branch: elpa/markdown-mode
commit 360abf5ff51b99a07d7ecde53b88090428f77acd
Author: Joe Reinhart
Commit: Joe Reinhart
Reintroduce public functions that had been removed
---
markdown-mode.el | 118 +++
1 file changed, 118 insertions(+)
diff
branch: elpa/markdown-mode
commit 92830999de663419970d2dee0b42d4fcc121cfd7
Merge: 847e7de1b1 b8637bae07
Author: Joe Reinhart
Commit: Joe Reinhart
Merge branch 'master' into jayemar/toggle-hiding-of-wiki-links
---
CHANGES.md | 10 ++
README.md | 5 ++---
mar
branch: elpa/markdown-mode
commit 9d2850ed58719778d3e76411242d112e54998fd3
Merge: d2d960bec1 f464a6fa68
Author: Shohei YOSHIDA
Commit: GitHub
Merge pull request #861 from jayemar/jayemar/toggle-hiding-of-wiki-links
Hide wiki markup as part of markdown-toggle-markup-hiding
---
CHANG
branch: elpa/markdown-mode
commit 819ab2a212508062edfd57e0c2d5ab3ffe8feda6
Merge: 5bebb44f7f 7659bc470d
Author: Joe Reinhart
Commit: Joe Reinhart
Merge branch 'master' into jayemar/toggle-hiding-of-wiki-links
---
CHANGES.md | 6 ++
README.md | 3 +++
markdown-
branch: elpa/markdown-mode
commit eb4b02e40ca0b2a843d4424f20db49012e4598c4
Merge: 819ab2a212 ee9d6de1d2
Author: Joe Reinhart
Commit: Joe Reinhart
Merge branch 'master' into jayemar/toggle-hiding-of-wiki-links
---
CHANGES.md | 4
markdown-mode.el | 61
elpasync pushed a change to branch elpa/markdown-mode.
from d2d960bec1 Merge pull request #892 from jrblevin/issue-891
new f8605b9ace Initial somewhat hacky method to enable wiki link markup
hiding
new f1447ef770 Proper faces are added to wiki links to allow for proper
col
branch: elpa/markdown-mode
commit 11bac530de134494ca4e92783ab2d24f3ce74342
Author: Joe Reinhart
Commit: Joe Reinhart
Update versions of obsoleted functions
---
markdown-mode.el | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/markdown-mode.el b/markdown
branch: elpa/markdown-mode
commit d1a20625a33b9157652c3f80b67416b27b9edbb6
Author: Shohei YOSHIDA
Commit: Shohei YOSHIDA
Fix byte compile warnings
---
markdown-mode.el | 68 +++-
1 file changed, 38 insertions(+), 30 deletions(-)
diff --gi
branch: elpa/markdown-mode
commit cc33f7c73dbd919e563fd83d5313d3986da4
Author: Joe Reinhart
Commit: Joe Reinhart
Update tests to reflect different font faces for wiki links and missing
files
---
markdown-mode.el | 8 +-
tests/markdown-test.el | 74 +--
branch: elpa/markdown-mode
commit 606110f2d757956af5c6f0709e13dd4bdc65b40f
Author: Joe Reinhart
Commit: Joe Reinhart
Add line to CHANGES.md references this PR
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index b4171603c5..6e7fa116b2 100644
--- a
branch: elpa/markdown-mode
commit c9c9ec6bcdf0562af2c29dd4a063f25ba8eb20b6
Author: Joe Reinhart
Commit: Joe Reinhart
Use markdown--markup-props instead of recreating as mp
---
markdown-mode.el | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/markdown-mode.el b/ma
branch: elpa/markdown-mode
commit e015d8542a4f876a79a5164d05a3601d63cd4062
Author: Joe Reinhart
Commit: Joe Reinhart
Propertize different sections of wiki links
---
markdown-mode.el | 137 +++
1 file changed, 48 insertions(+), 89 deletions
branch: elpa/markdown-mode
commit 5bebb44f7ff29332839e7a79a2c6c0487b3935b9
Merge: 06b15337c9 e100778594
Author: Joe Reinhart
Commit: Joe Reinhart
Pull in latest from master
---
CHANGES.md | 3 +-
README.md | 7 +-
markdown-mode.el | 4 +-
tests/markdown-
branch: elpa/markdown-mode
commit f464a6fa68f8f466757d2c41d1110156988c40db
Author: Shohei YOSHIDA
Commit: Shohei YOSHIDA
Add issue link
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index 6e7fa116b2..38b24bfa5f 100644
--- a/CHANGES.md
+++ b/CHANG
branch: elpa/markdown-mode
commit f1447ef77005576ff1fd9521e9f4e86996c60fbe
Author: Joe Reinhart
Commit: Joe Reinhart
Proper faces are added to wiki links to allow for proper colorization
---
markdown-mode.el | 102 +++
1 file changed, 65 i
branch: elpa/markdown-mode
commit 2120fc06d0a6e5e29a0344f8442340a75f262a3d
Author: Joe Reinhart
Commit: Joe Reinhart
Removed unused bindings in markdown-eldoc-function
---
markdown-mode.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/markdown-mode.el b/markdown-mod
branch: elpa/markdown-mode
commit 085fa615d0ed93df6cde8fa9aeeb0fda9eb01db2
Author: Joe Reinhart
Commit: Joe Reinhart
Update wiki links test to check for markup-markup-face; organize wiki link
tests to be with other wiki link tests
---
tests/markdown-test.el | 210 +-
elpasync pushed a change to branch externals/minuet.
from 87abb854c4 doc: change openai_compatibel LLM example to
Qwen-2.5-Instruct.
new 79e2986d94 doc: update this package is on GNU ELPA.
new 70cc351d6b doc: fix ELPA badge link.
Summary of changes:
README.md | 18 ++
branch: externals/minuet
commit 79e2986d94831f4134f5a388db9751121dd714c6
Author: Milan Glacier
Commit: Milan Glacier
doc: update this package is on GNU ELPA.
---
README.md | 20 +---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8
branch: externals/denote-journal
commit 4eaae6f05999a84b7ce4f864881c0cbca7d9ad7a
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Rewrite denote-journal--get-template
---
denote-journal.el | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/denote-journa
elpasync pushed a change to branch elpa/orgit.
from 657f8cdd5d Bump minimal Emacs
new 01dd23aa31 Bump dependencies
new efd98e5caa Release version 2.0.2
Summary of changes:
orgit.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
branch: elpa/aidermacs
commit 38aa5bfa5c5a4abb5bb9cd7f191d1ac3d915
Author: Christian Stewart
Commit: Matthew Zeng
readme: add back steps 4 and 5 to getting started
Signed-off-by: Christian Stewart
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --g
elpasync pushed a change to branch externals/minuet.
from 55f6527b2b doc: update README.
new 64240457eb feat!: Implement Prefix-First prompt structure for
Gemini (#36)
new bb1bff5934 chore: release v0.5.0
new f98350cafd doc: fix docstring.
new 78175bf60b fea
branch: externals/minuet
commit bb1bff593496713ea7be99ea25060087905378dd
Author: Milan Glacier
Commit: Milan Glacier
chore: release v0.5.0
---
CHANGELOG.md | 13 +
1 file changed, 13 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af64f6d422..16b1de7ce4 100644
---
branch: elpa/cider
commit de548e3084f6f6b5802dd7f939fd9ddf36e62038
Author: Oleksandr Yakushev
Commit: Bozhidar Batsov
Remove obsolete variables from before 1.0
---
cider-client.el | 3 ---
cider-debug.el | 4
cider-repl.el | 7 ---
cider-stacktrace.el | 6 --
branch: externals/transient
commit bc8ff0c61ea515ec4992fcd4edda37a3b676018a
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Bump compat dependency
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index 13c22598a9
branch: externals/denote-journal
commit a68740cb83b3ccc3fc4350560474a98c09443f2d
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Remove faulty extra argument from remove-hook in
denote-journal-calendar-mode
---
denote-journal.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
branch: externals/auctex
commit 08075445e2fc1e94e5ebd7dcc4dd14c4ccab3add
Author: Arash Esbati
Commit: Arash Esbati
Add support for the 'build' hook
* font-latex.el (font-latex-built-in-keyword-classes): Don't
fontify the code argument of \AddToHook and \AddToHookNext.
*
tarsius pushed a change to branch externals/transient.
from 00112c11e5 transient--init-suffix: Load autoloaded command earlier
new 9606ef3bb2 Update changelog
new bc8ff0c61e Bump compat dependency
new afc88b24e4 Release version 0.8.7
Summary of changes:
CHANGELOG
branch: externals/transient
commit afc88b24e4faa5c7e246303648e70b4507652f32
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 0.8.7
---
CHANGELOG | 2 +-
docs/transient.org | 4 ++--
docs/transient.texi | 4 ++--
lisp/transient.el | 4 ++--
4 files changed, 7 inse
branch: externals/transient
commit 9606ef3bb27634b0958904d3a8b5a8e9631f2e2d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update changelog
---
CHANGELOG | 12
1 file changed, 12 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index d5b821f8f4..9c7d648217 100644
--- a/CHANGE
branch: elpa/magit
commit bf58615a033b8c827bf630962531c67539789215
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 4.3.2
---
CHANGELOG | 2 +-
docs/magit-section.org | 4 ++--
docs/magit-section.texi | 4 ++--
docs/magit.org | 4 ++--
docs/magit.texi
branch: elpa/magit
commit 2a789033ecc3d865ab1a4732d4e483caa1d4626c
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Bump dependencies
---
lisp/magit.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit.el b/lisp/magit.el
index 504ec9a1e0..1adfc26e84 100644
--
branch: elpa/magit
commit b3e4f956d40d9febc9fe442697876e8451f17956
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update changelog
---
CHANGELOG | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 1aadec7455..94deda2c8b 100644
--
branch: elpa/magit
commit 8edb640599de64b96ebc46e1836f2f68c59a443d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Regenerate manual
---
docs/magit.texi | 5 +
1 file changed, 5 insertions(+)
diff --git a/docs/magit.texi b/docs/magit.texi
index eced27f465..14c6f21e92 100644
--- a/docs/
elpasync pushed a change to branch elpa/logview.
from cd990bf637 Post-release version bump.
adds 0a4ea17646 Remove redundant `:group` arguments
adds 88133bd2fa Use `point-min` rather than 1
adds 7bcfd6b103 (logview--do-append-log-file-tail): Use
`bufferpos-to-filepos`
branch: elpa/orgit
commit 01dd23aa3158b189ca9d9219a864e37835973c26
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Bump dependencies
---
orgit.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/orgit.el b/orgit.el
index b2b8976752..62546bbce5 100644
--- a/orgit.el
++
branch: elpa/orgit
commit efd98e5caaac1d08677dae95be40fab65dcda2c8
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 2.0.2
---
orgit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orgit.el b/orgit.el
index 62546bbce5..222448ca31 100644
--- a/orgit.el
++
branch: elpa/haskell-mode
commit e85acb09d29fece3ec335cc6d94bd50b8577dac6
Author: Steve Purcell
Commit: Steve Purcell
Fix defcustom types (bytecomp warning)
---
haskell-customize.el | 2 +-
w3m-haddock.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/haskell-c
branch: elpa/logview
commit 649d878f7e2aad0f938b2cf0a870f1968b4d5e30
Merge: cd990bf637 1d1bcbcfd9
Author: Paul Pogonyshev
Commit: Paul Pogonyshev
Merge remote-tracking branch 'nongnu/scratch/logview'
---
logview.el | 227 +
1 file
branch: elpa/haskell-mode
commit c9e76ddd22496009505b9b4190d01d67b16ccf72
Author: Steve Purcell
Commit: Steve Purcell
Remove no-op unwind-protect forms (bytecomp warning)
---
haskell-commands.el | 5 ++---
haskell.el | 22 ++
2 files changed, 12 insertions(+),
branch: elpa/haskell-mode
commit 26b134a0303b4ac4cf08f81c7c004a0f747e77a1
Author: Steve Purcell
Commit: Steve Purcell
Fix quoting in docstring (bytecode warning)
See #1875
---
haskell-commands.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/haskell-comman
elpasync pushed a change to branch elpa/haskell-mode.
from be2639592f Merge pull request #1873 from
haskell/dependabot/github_actions/cachix/install-nix-action-31
new c9e76ddd22 Remove no-op unwind-protect forms (bytecomp warning)
new 26b134a030 Fix quoting in docstring (by
branch: elpa/haskell-mode
commit 3112f5f4a5de9658b409e9994d0038962b01cb2b
Author: Steve Purcell
Commit: Steve Purcell
Remove no-op cond clause (bytecomp warning)
---
haskell-indentation.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/haskell-indentation.el b/haskell
branch: elpa/haskell-mode
commit e9c356739310332afe59b10ffa2e6c3e76f124e3
Merge: be2639592f 3112f5f4a5
Author: Steve Purcell
Commit: GitHub
Merge pull request #1876 from haskell/bytecomp-fixes
Bytecomp fixes
---
haskell-commands.el| 9 -
haskell-customize.el | 2 +-
branch: elpa/aidermacs
commit 3a5199e42db4ab0fa137d74872208b624d8c8cd2
Author: Christian Stewart
Commit: Matthew Zeng
readme: add spacemacs example
Signed-off-by: Christian Stewart
---
README.md | 23 ++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --
branch: externals/minuet
commit 78175bf60b4536ef1d64a0c7405fb575d4ef8f66
Author: Milan Glacier
Commit: Milan Glacier
feat!: change default openai_compatible service to openrouter.
Also change the default model used by `openai_compatible` to
`qwen2.5-32b-instruct`.
---
README.md
branch: externals/minuet
commit f98350cafd8163b832a2903590b206bbcc287b17
Author: Milan Glacier
Commit: Milan Glacier
doc: fix docstring.
---
minuet.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/minuet.el b/minuet.el
index 97066cfb08..0f8250fd27 100644
--- a/minu
branch: externals/minuet
commit 87abb854c416bda14b2c0fdb697dea5f3f9395e4
Author: Milan Glacier
Commit: Milan Glacier
doc: change openai_compatibel LLM example to Qwen-2.5-Instruct.
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
branch: externals/minuet
commit 64240457eb4868af8ae614c304a5691f1f6fc43d
Author: milanglacier
Commit: GitHub
feat!: Implement Prefix-First prompt structure for Gemini (#36)
- Add a new "Prefix-First" prompt structure for chat LLMs.
- Modified the Gemini provider's default prompt
branch: elpa/helm
commit 91b9bb40f26bc1fc64e35751be90694d6cc73745
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Try to find a suitable face for tty's (#2714)
---
helm-core.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index 9eef99
branch: main
commit dce56ac4a57c0fdc4e14161946aa83f283459b5f
Author: Stefan Monnier
Commit: Stefan Monnier
elpa-packages (minuet): Add new package
---
elpa-packages | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 4776b5e0fb..c
branch: externals/org
commit ada33a652e739189934974b14d2b70914c0ffda2
Author: Ihor Radchenko
Commit: Ihor Radchenko
Fix fontification of the last line in latex environments
* lisp/org.el (org-latex-regexps): Include trailing whitespace and
newline after \end{...}. This way, lat
branch: elpa/emacsql
commit cd341658c2ff73a28fc528a47e8b94532347dde7
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
emacsq.el: Provide feature at end of file
---
emacsql.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/emacsql.el b/emacsql.el
index 47d58f310f..02f
branch: externals/matlab-mode
commit 8686c85cf376f90549d3aaf8478ed381f22282aa
Author: John Ciolfi
Commit: John Ciolfi
matlab.el: fill-paragraph improvement plus minor code cleanup
1. When point is before a comment, fill it.
Added tests/fill-paragraph/long_comment.m for this c
branch: elpa/emacsql
commit 5470adaf5dcabebc80c913ac831258fd47a87cbe
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 4.3.0
---
emacsql.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/emacsql.el b/emacsql.el
index 02f9d071bf..056de18b56 100644
--- a
elpasync pushed a change to branch elpa/emacsql.
from 770120b674 Cosmetics
new cd341658c2 emacsq.el: Provide feature at end of file
new 5470adaf5d Release version 4.3.0
Summary of changes:
emacsql.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
branch: externals/vertico
commit e0bb699ebf9e41893dbd19e7d19381fa73c08bc1
Author: Daniel Mendler
Commit: Daniel Mendler
README: Use table
---
README.org | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.org b/README.org
index b5a651e7ca..4127b
elpasync pushed a change to branch externals/org.
from 593785527b oc-basic.el: New option
org-cite-basic-complete-key-crm-separator
new ada33a652e Fix fontification of the last line in latex environments
new ed64e94eaf ol: Reuse existing overlay when previewing links
Summ
branch: externals/org
commit ed64e94eaf7a1683a13fd39372a4d0a0672b611f
Author: Karthik Chikmagalur
Commit: Ihor Radchenko
ol: Reuse existing overlay when previewing links
* lisp/ol.el (org-link-preview-region): If a preview overlay
exists on a link region when previewing that lin
branch: externals/jinx
commit 42e6d7f1f3b12dc95f203753926d252c98f8bbc8
Author: Daniel Mendler
Commit: Daniel Mendler
Offer lower-case words for saving in personal dictionary
---
jinx.el | 28
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/jinx.e
branch: elpa/helm
commit 87cc8dc495d7213212c98dc80dddcb0c2834c605
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Docstring only
---
helm-files.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index d1478856fe..f74e675771 100644
---
branch: externals/denote-journal
commit af8c62fa921719f9d01ed383080d0f6c85246679
Merge: 2db19387a0 39728e976a
Author: Protesilaos Stavrou
Commit: GitHub
Merge pull request #7 from honza/prompt-relative-files
Avoid concating absolute path to denote-directory
---
denote-journal.el |
branch: elpa/magit
commit e4ea6f97be8c58698183ba63b2364e7e8214717b
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
readme: Add super badge
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index f988fa93a8..afd566910e 100644
--- a/README.md
+++ b/README
branch: elpa/magit
commit 895e4feced0eea2875422db9bd4a3d417af78732
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-file-{rename,untrack,delete}: Autoload
---
lisp/magit-files.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/magit-files.el b/lisp/magit-files.el
index 7659
elpasync pushed a change to branch elpa/helm.
from 91b9bb40f2 Try to find a suitable face for tty's (#2714)
new 15494ab4e1 Allow passing a nil arg to helm-force-update
new 9c390d36cb Inherit from isearch in helm-selection for tty's (#2714)
new 87cc8dc495 Docstring on
branch: elpa/magit
commit 0a74fb0a60c1b30c485f9b68c660f11768b1e2dc
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-{stage,unstage}-buffer-file: Move definitions
Move them next to the definitions of the related `magit-file-*'
commands.
---
lisp/magit-apply.el | 30
branch: elpa/magit
commit aa0166c92a8e70d6e28450fe2fbcac1847045280
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-submodule.el: Do not declare x-stretch-cursor
It's not used in this file.
---
lisp/magit-submodule.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/lisp/m
tarsius pushed a change to branch elpa/magit.
from bec296e8d7 magit-push: Add --follow-tags and --tags
new 6aec967ee4 Move Ido kludges to a new package magit-ido
new aa0166c92a magit-submodule.el: Do not declare x-stretch-cursor
new e4ea6f97be readme: Add super badge
branch: elpa/magit
commit 993cdf0aa4e4fee150aa583d937a9f4d2dde2928
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-{stage,unstage}-file: Rename to magit-{stage,unstage}-files
Also no longer allow the FILES argument to be a single file instead
of a list of one or more files
branch: elpa/helm
commit 15494ab4e13bd16563b6078089670f75aa72c490
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Allow passing a nil arg to helm-force-update
Ensure helm-select-action doesn't try to preselect.
---
helm-core.el | 6 +++---
1 file changed, 3 insertions(+), 3 del
branch: elpa/helm
commit 9c390d36cb165a8eeb3eb521002b88d18c98999f
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Inherit from isearch in helm-selection for tty's (#2714)
---
helm-core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-core.el b/helm-core.el
ind
branch: externals/denote-journal
commit 39728e976a9d5b06c14431746649d290c1b9eac0
Author: Honza Pokorny
Commit: Honza Pokorny
Avoid concating absolute path to denote-directory
---
denote-journal.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-journal.el b/denote
branch: externals/denote-journal
commit 4c3f0d16ea640ec06a6078305f6ea49a8d7f48da
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make the denote-journal-calendar-find-file error more precise
---
denote-journal.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
branch: externals/denote-journal
commit 3a6ce875c9bdea6157efd345fffbd1726cc3357e
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add eval-when-compile for cl-lib because we use cl-letf
---
denote-journal.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/denote-journal.el b/deno
branch: elpa/magit
commit 65437016c28bd2d27cb2302841bcc2fb4da1679c
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-git-executable: Change name of output buffer
Naming it *magit-git-debug* because there is a variable by that
name, which enables debugging that does *not* use
elpasync pushed a change to branch externals/denote-journal.
from d71692bd8c CHECK CAREFULLY Make denote-journal-calendar--get-files
limit results to date range
new c6a76f22bf Change the denote-journal-calendar--get-files
indentation of one expression
new e76e04b73d Clarif
branch: elpa/magit
commit ce9f1a5427c735bcfba144ef3bacd9aad2d72bce
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-toggle-git-debug: Fix key binding in docstring
---
lisp/magit-git.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/magit-git.el b/lisp/magit-
branch: elpa/magit
commit 64e69ea809042a1182c7a0b3e92c1f7c6b4f8b6b
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit--git-insert: Do not return empty string as error message
When RETURN-ERROR is `full' this function returns all stderr output.
If there was nothing on stderr,
branch: elpa/magit
commit 4fed8d67a5a2edcf541aab6495542e23aff42f9b
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-rebase-autosquash: With a prefix allow selecting beginning
---
docs/magit.org | 5 +
lisp/magit-sequence.el | 33 ++---
2 files c
branch: elpa/magit
commit 3dcff7ece5f3e3fe9bb1fe59d54b9c12991234b9
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-file-untrack: Move definition
Order definitions the same as these commands are ordered in the menu.
---
lisp/magit-files.el | 30 +++---
branch: elpa/magit
commit bf920b7ff7101d2514232fb69d6a255a51661c1d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-{stage,unstage}-buffer-file: Rename to magit-file-{stage,unstage}
For consistency with the other `magit-file-*' commands.
---
lisp/magit-apply.el | 4 ++--
lisp
branch: elpa/magit
commit c7147bb800a4083ba9644381203008f0510d499d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-git-insert: Fix docstring typo
---
lisp/magit-git.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index fb8e4
branch: elpa/magit
commit 69cd033e825bca10285fb12f6a19f8d558666071
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-git-debug: Rename value all to include-success
"All" is misleading as this does not include each and every git
invocation. There are low-level functions whic
branch: elpa/magit
commit 88464b5363675d9fda27f4275d79fae96cbc6408
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-git-debug: Add docstring
---
lisp/magit-git.el | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index
branch: elpa/magit
commit 6aec967ee4af617ddae577153208bd8a8bb011f0
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Move Ido kludges to a new package magit-ido
---
lisp/magit-base.el | 43 +--
lisp/magit-extras.el| 15 ---
lisp/mag
branch: externals/denote-journal
commit 0d1a82a21ac98b28908813210af96542c9d536af
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Change the name of a helper function and clarify its doc string
---
denote-journal.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --
branch: externals/denote-journal
commit 2db19387a0224dc671c0b63f6544622aeb335430
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Clarify wording of denote-journal-title-format documentation
---
README.org| 45 +
denote-journal.el |
elpasync pushed a change to branch externals/denote-journal.
from 807e16e8e5 Update the denote-journal-calendar--file-to-date doc
string
new a824db10af Use denote-open-link-function instead of hardcoding
find-file-other-window
new 45f36f95d6 Define denote-journal-select-fi
1 - 100 of 104 matches
Mail list logo