branch: externals/pyim
commit 130d7f078bcd9ced90daec4cb17835abe2aa5fd8
Author: Feng Shu
Commit: Feng Shu
Simplify pyim-process-create-word
---
pyim-process.el | 70 +++--
1 file changed, 38 insertions(+), 32 deletions(-)
diff --git a/pyim
branch: externals/tmr
commit 0a98846e3e4a29271fc3e86839d5eaadbabfe510
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
tmr-notification: stop requiring deleted tmr-sound
The tmr-sound code is now in tmr.el.
---
tmr-notification.el | 1 -
1 file changed, 1 deletion(-)
diff -
branch: externals/tmr
commit d39a86f086ba623fcadbddc7cb192195c811fab3
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Use tmr--format-time
---
tmr.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tmr.el b/tmr.el
index 7cd602762e..4d1619d719 100644
--- a/tmr.el
+
branch: externals/pyim
commit 34b5c39ae1e22754a96dc2e261ec00c648ff65f9
Author: Feng Shu
Commit: Feng Shu
Add pyim-process-ui-position
---
pyim-page.el| 2 +-
pyim-preview.el | 6 ++
pyim-process.el | 7 ---
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/pyim-page
branch: externals/tmr
commit 4e3a668e279246cf34da998674773c8473b1c4d5
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Remove unnecessary autoload
---
tmr.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/tmr.el b/tmr.el
index 86222be758..9b63d4e176 100644
--- a/tmr.el
+++ b/tmr.el
@@
branch: externals/pyim
commit 1283ee65994e117ebe95615cb3db2869e50e89d1
Author: Feng Shu
Commit: Feng Shu
Add pyim-entered-in-the-middle-of-entered-p
---
pyim-entered.el | 6 ++
pyim-process.el | 4 +---
tests/pyim-tests.el | 22 ++
3 files changed, 29 inser
elpasync pushed a change to branch externals/tmr.
from 6f7dcc82f5 Fix typo
new 4e3a668e27 Remove unnecessary autoload
new c469645590 Reintroduce tmr-description-list
new d39a86f086 Use tmr--format-time
new 28626b9609 Show remaining time in tabulated view
branch: externals/tmr
commit a5107c963961e338d3c97fb37068adb43a31c30f
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Fix typo in doc string
---
tmr.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tmr.el b/tmr.el
index 29cedd311b..cd614edc62 100644
--- a/tmr
branch: externals/tmr
commit c4696455902316e99f2361ab929b07dc109cf78f
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Reintroduce tmr-description-list
---
tmr.el | 15 ---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/tmr.el b/tmr.el
index 9b63d4e176..7cd6027
branch: externals/pyim
commit cac70ee0400a4120da6cd735964e83f8abc33394
Author: Feng Shu
Commit: Feng Shu
Remove useless comment
---
pyim-process.el | 6 --
1 file changed, 6 deletions(-)
diff --git a/pyim-process.el b/pyim-process.el
index 894db7b8e1..14609ca6c1 100644
--- a/pyim-proce
branch: externals/tmr
commit 28626b96095eb9b6ce91062a2317ef5eaa4d0a54
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Show remaining time in tabulated view
Refresh tabulated list view with a timer when visible.
---
tmr-tabulated.el | 45 +++---
branch: externals/pyim
commit de55fbdf978e47e3292f14df8af0137c5681b656
Author: Feng Shu
Commit: Feng Shu
Simplify pyim-process--auto-select
---
pyim-process.el | 35 +--
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/pyim-process.el b/pyim-pr
branch: externals/pyim
commit 6878df374eaaa4546994bfe81651274585ebf08e
Author: Feng Shu
Commit: Feng Shu
Add pyim-process-get-mode-map
---
pyim-process.el | 10 ++
pyim.el | 3 +++
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/pyim-process.el b/pyim-process
elpasync pushed a change to branch externals/pyim.
from 24705a2dee Add pyim-outcome-diff
new 1283ee6599 Add pyim-entered-in-the-middle-of-entered-p
new cac70ee040 Remove useless comment
new 6878df374e Add pyim-process-get-mode-map
new 34b5c39ae1 Add pyim-proc
branch: externals/pyim
commit b26e96e93c972dc0bf6309a67059c73dcc72739e
Author: Feng Shu
Commit: Feng Shu
Add pyim-process--multi-step-select-word-p
---
pyim-process.el | 28 +++-
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/pyim-process.el b/pyim-p
elpasync pushed a change to branch externals/pyim.
from e1aeac91ee Add pyim-punctuation-auto-half-width-p
new 3561e298ba Add pyim-outcome-add/erase
new b4ba990092 Add pyim-process--entered-to-be-translated
new b26e96e93c Add pyim-process--multi-step-select-word-p
branch: externals/pyim
commit b4ba9900927293ce6c2aadd72783889e71143062
Author: Feng Shu
Commit: Feng Shu
Add pyim-process--entered-to-be-translated
---
pyim-process.el | 112 +---
1 file changed, 58 insertions(+), 54 deletions(-)
diff --g
branch: externals/pyim
commit 3561e298ba91d84acd96166443bd0a598b089393
Author: Feng Shu
Commit: Feng Shu
Add pyim-outcome-add/erase
---
pyim-outcome.el | 14 +++---
pyim-process.el | 21 ++---
tests/pyim-tests.el | 8
3 files changed, 25 insertions(
branch: externals/pyim
commit 24705a2dee8c3bc0ac677eda9b57a7ecedd028d3
Author: Feng Shu
Commit: Feng Shu
Add pyim-outcome-diff
---
pyim-liberime.el | 3 +--
pyim-outcome.el | 13 +++--
pyim-process.el | 3 +--
3 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/pyim-
branch: externals/pyim
commit cc581e63186807a59977fd91fd82e0cbf909fd29
Author: Feng Shu
Commit: Feng Shu
Add pyim-process--select-word-in-next-step
---
pyim-process.el | 28
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/pyim-process.el b/pyim-p
branch: externals/pyim
commit b764d12b76c9b348540c4ae6ff32f0de6246a55d
Author: Feng Shu
Commit: Feng Shu
Improve pyim-process--entered-to-be-translated
---
pyim-process.el | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/pyim-process.el b/pyim-process.el
index
branch: externals/emms
commit 912024027e797d2671b4a9ffbfc9f634b8f7aa84
Author: Yoni Rabkin
Commit: Yoni Rabkin
* emms-info-exiftool.el: ensure that numeric titles are strings
---
emms-info-exiftool.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/emms-info-exiftool.el b/emms-info-exif
branch: elpa/forth-mode
commit 02482582985f5ace243ea07b492ec78520018975
Author: Helmut Eller
Commit: Lars Brinkhoff
Add a target 'check' to the Makefile.
This should be more obvious than 'make -B'.
* Makefile (check): New target.
(FORTH): Use 'gforth-0.7.3' instead of '
branch: externals/tmr
commit 6f7dcc82f5c5efd18a70899e10d7ef025af00d7a
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Fix typo
---
tmr.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmr.el b/tmr.el
index 87bab5695a..86222be758 100644
--- a/tmr.el
+++ b/tmr.el
branch: externals/tmr
commit 56e2f5f8640445d0c5f1e559c371d1eecf0f36b5
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make obsolete commands removed by 6f3b096
---
tmr-tabulated.el | 4
1 file changed, 4 insertions(+)
diff --git a/tmr-tabulated.el b/tmr-tabulated.el
index 8287
branch: externals/tmr
commit 64166880915a2b06b0bbdcb075a675665ee814f5
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Clarify that grid view bindings are in dev version
---
README.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 2bf483c9c1..d37
branch: externals/tmr
commit a06dca5d698b882f3895bd937e62c054cd92560a
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Update docs about grid view key bindings
---
README.org | 42 ++
1 file changed, 14 insertions(+), 28 deletions(-)
diff --gi
branch: externals/tmr
commit fc48d81a50ce31b8d1115472c01ebc0c75f2faec
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Clarify that notifications require dbus
---
README.org | 4
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index ff36c6a4ac..5159a228b7 1
elpasync pushed a change to branch externals/tmr.
from 907756ce8d Acknowledge Daniel Mendler for the latest patches
new fc48d81a50 Clarify that notifications require dbus
new a06dca5d69 Update docs about grid view key bindings
new 56e2f5f864 Make obsolete commands re
branch: externals/tmr
commit 58d30c4896e14380c4c607669db9ca55728e36e4
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Remove single line functions which were used only once
---
tmr-tabulated.el | 2 +-
tmr.el | 32 ++--
2 files changed, 11 insertion
branch: externals/tmr
commit bdd99767bbe04ae684b4dfbceb75ea68e48bfad5
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Add tmr-tabulated--refresh
Refresh tabulated view when timers finished, are created, cancelled or
modified.
---
tmr-tabulated.el | 25 +
branch: externals/tmr
commit 6f3b096f2c37c7ccdcce1e0f528826394d111c77
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Greatly simplify tmr-tabulated, reuse tmr--read-timer
Introduce tmr--read-timer-hook
---
tmr-tabulated.el | 72 +++---
branch: externals/tmr
commit 907756ce8d33023eee1cffdbf8715066a30730db
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Acknowledge Daniel Mendler for the latest patches
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index f0
elpasync pushed a change to branch externals/tmr.
from 704242b6ba Correct doc string reference to tmr-sound-play
new 58224191d0 Rename struct tmr-timer to tmr--timer
new e9c6c8861f Get rid of tmr-descriptions-list
new bdd99767bb Add tmr-tabulated--refresh
new
branch: externals/tmr
commit 92d6163dd0fd66649636f315176213189d1b86da
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Remove no-hooks argument
It is better to instead let bind the dynamic hook variables.
---
tmr-tabulated.el | 14 ++
tmr.el | 14 +--
branch: externals/tmr
commit e18496d187894a0aae4498da09beb2bc9bd2fc30
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Add tmr--update-hook
This hook should be called always when tmr--timers or
any timer changes.
---
tmr-tabulated.el | 8 +++-
tmr.el | 10 +
branch: externals/tmr
commit 9f0dee563bbf8d49d7f4599caab4e9dbc80374d5
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Move tmr-sound.el back into tmr.el
---
tmr-sound.el | 67
tmr.el | 23 -
2 files ch
branch: externals/tmr
commit 9974a2893384853e24ce6877cdb184f770a7043e
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Remove unnecessary declare-function
---
tmr.el | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/tmr.el b/tmr.el
index 8f5bbb4cf5..e12e459eb0 1
branch: externals/tmr
commit e9c6c8861f0b7d60ef035dc02a6d733bda7d9654
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Get rid of tmr-descriptions-list
We reuse the history variable. This way we get a "self-configuring"
description
list. Entries can be added by directly input
branch: externals/tmr
commit 448be307750dfc7543e5dbd9ff3c247d6e1b658c
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Improve tmr-clone: Only prompt for description if pressing C-u C-u
---
tmr.el | 21 +
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/t
branch: externals/tmr
commit d6d5e4d22da9f6f52b6a868bb6e7aea65ac6b46f
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Warn if dbus is unavailable
---
tmr-notification.el | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/tmr-notification.el b/tmr-noti
branch: externals/tmr
commit cfd798b06660e2343a8cc373e2d1dfaae8a0c86d
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Add tmr-reschedule and tmr-edit-description
Add bindings for more symmetry between toplevel
and tabulated view.
---
README.org | 2 ++
tmr-tabulated.e
branch: externals/tmr
commit 58224191d048ca7b339e74a56b49e0b4582cdfff
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Rename struct tmr-timer to tmr--timer
---
tmr.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tmr.el b/tmr.el
index d59f57905c..818ee44340 1006
branch: externals/tmr
commit 38c9089597877936294dcc060d365ea27d3cdee9
Author: Daniel Mendler
Commit: Protesilaos Stavrou
tmr-remove-finished: Add autoload
---
tmr.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/tmr.el b/tmr.el
index b6ec15e746..546ac831bc 100644
--- a/tmr.el
+++ b/tm
branch: externals/tmr
commit 704242b6bade243a1fa5873c1c9a71067a2bb9f3
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Correct doc string reference to tmr-sound-play
---
tmr-sound.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmr-sound.el b/tmr-sound.el
index
branch: elpa/popon
commit 92ba521f8375d16d31322c3d52d0e6f18a6c06c9
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Fix #6: Don't use cXXXr functions
branch: elpa/popon
commit 11ee8321e777ebef67f4956961bb6c7bfad225df
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Bump version to 0.7
---
popon.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/popon.el b/popon.el
index c5ad63de31..9181d1baf5 100644
--- a/popon.el
elpasync pushed a change to branch elpa/popon.
from af58ae4362 Bump version to 0.6
new 8dc5dff3ac Fix #3: Don't use cXXXr functions
new 11ee8321e7 Bump version to 0.7
new 92ba521f83 Fix #6: Don't use cXXXr functions
Summary of changes:
popon.el | 7 ---
1 file
branch: elpa/popon
commit 8dc5dff3ac694fecdfb14bff6908ff4a3028554f
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Fix #3: Don't use cXXXr functions
---
popon.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/popon.el b/popon.el
index eb9718669e..c5ad63de31 100
branch: externals/org
commit ac7b8f9d2e963099f1cc1ce865a99f5eb47e2ffe
Author: Aaron L. Zeng
Commit: Ihor Radchenko
org-agenda-with-point-at-orig-entry: Fix body indentation
* lisp/org-agenda.el (org-agenda-with-point-at-orig-entry): Indent
like `org-with-point-at'.
TINY
branch: elpa/xah-fly-keys
commit bc9f62fd5a3fdcee40670d02ae129dd43ea4980e
Author: Xah Lee
Commit: Xah Lee
changed xah-run-current-file-hashtable back to xah-run-current-file-map for
xah-run-current-file. don't know what i was thinking
---
xah-fly-keys.el | 73 +++---
branch: externals/org
commit 036939b5b175f50479c06917f544eb08cf24e826
Author: Daniel Fleischer
Commit: Daniel Fleischer
lisp/ox-latex.el: indentation, small refactor
* lisp/ox-latex.el (org-latex-table-cell): indentation, parenthesis
convention, combining 2 `let' blocks.
---
li
branch: elpa/markdown-mode
commit 4b84ecfca8664ba1aad8945751d1b4a9b909bff1
Author: Shohei YOSHIDA
Commit: Shohei YOSHIDA
Improve docstrings
Use escaped single quote for symbols in docstring
---
markdown-mode.el | 32
1 file changed, 16 insertions(+)
branch: elpa/markdown-mode
commit 45aed2caf032edef8a13b92570595310455899d9
Merge: f7cbc960d7 4b84ecfca8
Author: Shohei YOSHIDA
Commit: GitHub
Merge pull request #715 from jrblevin/improve-doc-string
Improve docstrings
---
markdown-mode.el | 32
1 fi
branch: externals/pyim
commit 885a8a56270757a89f5bb9a78c788c96a0165d35
Author: Feng Shu
Commit: Feng Shu
Move pyim-process-get/last-candidates
---
pyim-process.el | 19 ++-
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/pyim-process.el b/pyim-process.el
index
branch: externals/pyim
commit e1aeac91ee18726603f31a8158a239aad6899526
Author: Feng Shu
Commit: Feng Shu
Add pyim-punctuation-auto-half-width-p
---
pyim-process.el | 10 ++
pyim-punctuation.el | 9 +
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/pyim-p
branch: externals/consult
commit 9acf9398ce187829f6afe6d33f0891ba1c07cd0d
Author: Daniel Mendler
Commit: Daniel Mendler
consult--read: Run lookup function in minibuffer
When looking up the position in consult--line-match, we rely on the
completion-styles. For in-buffer completio
elpasync pushed a change to branch externals/pyim.
from db676274fa Fix pyim-process-select-word.
new 3d3044361e Remove pyim-process-update-last-candidates
new 5b21586845 Move pyim-process-get-entered
new 31f693a919 Indent pyim-process-run
new 885a8a5627 Move
branch: externals/pyim
commit ae9687fff802e0bf733a920e0b19a36eae9d48af
Author: Feng Shu
Commit: Feng Shu
Sort pyim-process.el
---
pyim-process.el | 68 -
1 file changed, 34 insertions(+), 34 deletions(-)
diff --git a/pyim-process.el b
branch: externals/pyim
commit 31f693a91961eb5062d1fee9a64662ae342ee272
Author: Feng Shu
Commit: Feng Shu
Indent pyim-process-run
---
pyim-process.el | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/pyim-process.el b/pyim-process.el
index d2be781c6e..e16d780ad5 1006
branch: externals/pyim
commit 5b2158684525bd841a5b47206dceeef0e83e79c8
Author: Feng Shu
Commit: Feng Shu
Move pyim-process-get-entered
---
pyim-process.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyim-process.el b/pyim-process.el
index 34b9881cb2..d2be781c6e
branch: externals/pyim
commit 3d3044361ea72255def0b1d545e14e27b9f4d1b2
Author: Feng Shu
Commit: Feng Shu
Remove pyim-process-update-last-candidates
---
pyim-process.el | 13 ++---
pyim.el | 1 -
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/pyim-process.el
branch: externals/vertico
commit c511f874fa0f39e4691ab145b233bbe5b23e4fa2
Author: Daniel Mendler
Commit: Daniel Mendler
Version 0.25
---
extensions/vertico-buffer.el | 2 +-
extensions/vertico-directory.el | 2 +-
extensions/vertico-flat.el| 2 +-
extensions/vertico-grid.el
branch: externals/corfu
commit c07b8c168765c350ef4693d1d8cd26be43894872
Author: Daniel Mendler
Commit: Daniel Mendler
Version 0.26
---
corfu.el| 2 +-
extensions/corfu-history.el | 2 +-
extensions/corfu-indexed.el | 2 +-
extensions/corfu-info.el| 2 +-
extensions/c
64 matches
Mail list logo