branch: externals/tmr
commit c1e7580eec570648975d9b7c3a279252c50ed08d
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr: print message for cancelled timer
---
tmr.el | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/tmr.el b/tmr.el
index 7eee5c946
branch: externals/tmr
commit 407da662a235c8884dfc9e48ddabf1c54e01978f
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr: make tmr-clone prompt optionally
---
tmr.el | 24 ++--
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/tmr.el b/tmr.el
index
branch: externals/tmr
commit 32f6f93aba525c8e1a0cfcadf37e8c200d68df29
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr-notification: remove needless quotes
---
tmr-notification.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmr-notification.el b/tmr-notifi
branch: externals/tmr
commit b2903077f52deb25114ad728483a7e5dd485f797
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr: store the original input of a timer
This is the string that we supply to the 'tmr' which gets converted into
the actual duration. We need it for in
branch: externals/tmr
commit f5dcca358876aba3e700210d7adaf2dd922d716a
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr: use only active timers for tmr-cancel
---
tmr.el | 19 +++
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/tmr.el b/tmr.el
index
branch: externals/tmr
commit 3f8674546bb4d24ca4bc35a8145f2b8b2eeb893b
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr: accept optional default in description prompt
---
tmr.el | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/tmr.el b/tmr.el
index 8475
branch: externals/tmr
commit c7e0f6f11865afb5a62d6462656d84a1b0427019
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr: tweak message for completed tmr
---
tmr.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tmr.el b/tmr.el
index ef613f3fb6..e698cda16a
branch: externals/tmr
commit 0ceb7448850f44ddd33b40bc9511ee9b2ba9fd31
Author: Damien Cassou
Commit: Protesilaos Stavrou
tmr: Improve tmr--long-description
Add text properties.
---
tmr.el | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/tmr.el b/tmr.el
elpasync pushed a change to branch externals/tmr.
from 3d9242be83 Add a reference to grid view; tweak code sample
new 0ceb744885 tmr: Improve tmr--long-description
new 6602891c8f Decompose tmr.el into several files
new b2b322a00f tmr: placate the compiler about cl-li
branch: externals/tmr
commit b2b322a00f1b777862ff118a7217b18b89143e33
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr: placate the compiler about cl-lib and related
---
tmr.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/tmr.el b/tmr.el
index 7648f09095..7eee5c9460 1
branch: externals/tmr
commit 6602891c8f18a9463a9be8ef14db3a09920be124
Author: Damien Cassou
Commit: Protesilaos Stavrou
Decompose tmr.el into several files
This commit also adds 3 hooks:
- tmr-timer-created-functions
- tmr-timer-completed-functions
- tmr-timer-cancelled-
branch: externals/org
commit 5c14a173442adbc6b373c1042f0f3d50605227b7
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-clock.el: Consider clocking-in in an empty narrowed buffer
* lisp/org-clock.el (org-clock-in): Fix wrong calculation of
TARGET-POS when we are inside an empty
branch: externals/org
commit cdbb1c9633fee07f15effe6704a7fb3d8a97825e
Author: Ihor Radchenko
Commit: Ihor Radchenko
org--deadline-or-schedule: Allow warning period in TIME argument
* lisp/org.el (org--deadline-or-schedule): Match warning period if
provided in TIME arg.
* tes
elpasync pushed a change to branch externals/org.
from 513ab7c48c Merge branch 'bugfix'
new 5c14a17344 org-clock.el: Consider clocking-in in an empty narrowed
buffer
new cdbb1c9633 org--deadline-or-schedule: Allow warning period in TIME
argument
Summary of changes:
lisp
elpasync pushed a change to branch externals/nano-modeline.
from d37ff5b014 Merge branch 'no-prefix'
new 1bc490530f Moved mu4e dashboard after mu4e (else it takes
precedence)
new 43c1b38aa9 Use image-mode to get page number in doc-view
Summary of changes:
nano-modeline.e
branch: externals/nano-modeline
commit 43c1b38aa99748b2185df5f05d32f5b91134c3d1
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Use image-mode to get page number in doc-view
---
nano-modeline.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nano-modeline.el b/nan
branch: externals/nano-modeline
commit 1bc490530f63974cceef47cfeca36147934bde79
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Moved mu4e dashboard after mu4e (else it takes precedence)
---
nano-modeline.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nan
branch: elpa/evil-matchit
commit 7a2a7384b6e752a805d6fbb78cf9425e54c2b18b
Author: Chen Bin
Commit: Chen Bin
make evil related code a single module
---
README.org | 33 ++
evil-matchit-evil-setup.el | 140 +
evil-matchit-html
elpasync pushed a change to branch externals/org.
from d6bae908f3 Fix macro indentation and re-indent code misindented by
nameless
new ef41f385fb fixup! org-babel-load-file: Fix loading with non-nil
COMPILE argument
new 513ab7c48c Merge branch 'bugfix'
Summary of changes
branch: externals-release/org
commit ef41f385fbe79a0e6369a0da782479632dba5901
Author: Ihor Radchenko
Commit: Ihor Radchenko
fixup! org-babel-load-file: Fix loading with non-nil COMPILE argument
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b
branch: externals/org
commit 513ab7c48cf81b7d5d6d703066be1d13615bb515
Merge: d6bae908f3 ef41f385fb
Author: Ihor Radchenko
Commit: Ihor Radchenko
Merge branch 'bugfix'
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index f4c67b8c
branch: externals/cpupower
commit fa979dfafa1beb374bf42e937f0b5b99ed06222e
Author: smeister
Commit: smeister
version bump - 1.0.5
---
cpupower.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpupower.el b/cpupower.el
index 3fc627cea0..29343d689d 100644
--- a/cpupower.
elpasync pushed a change to branch externals/cpupower.
from 518fa57d75 Merge branch 'maintainer-review-1' into 'main'
new ceabdffa87 Confirmed functionality with v5.10
new e6c89a2f31 Merge branch 'support-for-5.10' into 'main'
new fa979dfafa version bump - 1.0.5
Su
branch: externals/cpupower
commit ceabdffa8777ad8d8e65220ac54afcc78daa6a93
Author: steve m
Commit: steve m
Confirmed functionality with v5.10
---
cpupower.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpupower.el b/cpupower.el
index 1baceae9d6..3fc627cea0 100644
---
branch: externals/cpupower
commit e6c89a2f31bfadf0d0d4d79c9c97c5340fef12aa
Merge: 518fa57d75 ceabdffa87
Author: steve m
Commit: steve m
Merge branch 'support-for-5.10' into 'main'
Confirmed functionality with v5.10
See merge request steve-emacs-stuff/cpupower-el!5
---
cpup
branch: externals/org
commit d6bae908f30e079e987680f0cc5f49683cdd0a78
Author: Ihor Radchenko
Commit: Ihor Radchenko
Fix macro indentation and re-indent code misindented by nameless
* lisp/org-fold-core.el (org-fold-core-cycle-over-indirect-buffers):
(org-fold-core-ignore-modific
branch: externals/org-remark
commit 38f1b5414908586d40764ae59e9d6ace6522cb7f
Author: Noboru Ota
Commit: Noboru Ota
doc: update NEWS
---
NEWS | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 75bcdedbef..92c897f0a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1
elpasync pushed a change to branch elpa/helm-core.
from 70c9e00470 Rename helm-mode-use-diacritics to
helm-mode-ignore-diacritics
adds 4489fec779 Fix highlighting matches with new :diacritics slot
No new revisions were added by this update.
Summary of changes:
helm-core.el | 3 +-
branch: elpa/helm
commit 4489fec779eb4c2f54db06218c83d431a88716b5
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix highlighting matches with new :diacritics slot
---
helm-core.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index b
branch: externals/org-remark
commit 576e5680682bfb80a50b057b8752e0674d766f8d
Author: Noboru Ota
Commit: Noboru Ota
fix #28 toggle causes error on saving highlights
This was caused by the fact the toggle adds
org-remark-face and org-remark-hidden properties
to the highlight o
branch: externals/csv-mode
commit 7e7dbb0cb3127b1d49e86bb1c798f53edb6f4542
Author: Simen Heggestøyl
Commit: Simen Heggestøyl
Update commentary
---
csv-mode.el | 9 +
1 file changed, 9 insertions(+)
diff --git a/csv-mode.el b/csv-mode.el
index c39f81eabe..7ec28954c5 100644
--- a/csv
branch: externals/fontaine
commit 1932884d6e9f0c1cd434211fb1e8455bc4bb3e47
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Simplify prompt for default face
I discovered that marginalia-mode treats the candidates as faces when
the "face" word occurs in the prompt. We do
32 matches
Mail list logo