branch: externals/pyim
commit c62801bc3e1e5bcb2f1b9f5f33b2cf28389b15d2
Author: Feng Shu
Commit: Feng Shu
删除 hack for xshell or MobaXTerm.
* pyim-hacks.el (pyim-hacks-for-ssh)
(pyim-hacks-add-unread-command-events)
(pyim-add-unread-command-events): Removed.
branch: externals/pyim
commit 36e453b5f9c3d0f170d58a9ab45c0af654213e44
Author: Feng Shu
Commit: Feng Shu
Remove obsolete variables and functions.
* pyim.el (pyim-page-select-finish-hook)
(pyim-page-select-word-by-number, pyim-active-hook)
(pyim-inactive-hook, pyi
branch: externals/pyim
commit 5cf73c079774e6615f818781acebdc92db16d534
Author: Feng Shu
Commit: Feng Shu
Move some alias from pyim-cstring.el to pyim.el.
* pyim-cstring.el (pyim-forward-word, pyim-backward-word, pyim-hanzi2pinyin,
pyim-hanzi2pinyin-simple, pyim-hanzi2xingma, pyi
branch: externals/pyim
commit dd0f7519cff6813db92b816c34fb21bb85e6fa85
Author: Feng Shu
Commit: Feng Shu
Sort code.
---
pyim.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pyim.el b/pyim.el
index 93a7477..4ddc7a2 100644
--- a/pyim.el
+++ b/pyim.el
@@ -47
elpasync pushed a change to branch externals/pyim.
from b03f2ae v3.9.7
new 490ba8a Move pyim-export* to pyim.el
new 77745cc 处理 pyim-page-* 命令
new 36e453b Remove obsolete variables and functions.
new 5cf73c0 Move some alias from pyim-cstring.el to py
branch: externals/pyim
commit 77745ccbee904663802d9467a661dc74261ee423
Author: Feng Shu
Commit: Feng Shu
处理 pyim-page-* 命令
* pyim.el (pyim-previous-page, pyim-next-page)
(pyim-previous-word, pyim-next-word): alias to commands in pyim-page.el.
(pyim-mode-map): do
branch: externals/pyim
commit 490ba8ab7bd52c20fb68f4ba3729cb4ee8783ec0
Author: Feng Shu
Commit: Feng Shu
Move pyim-export* to pyim.el
* pyim-dcache.el (pyim-export-words-and-counts, pyim-export)
(pyim-export-personal-words): move to pyim.el
---
pyim-dcache.el | 4
branch: externals/pyim
commit b03f2ae857682cc0948c0c6ddf47381cb0a36f20
Author: Feng Shu
Commit: Feng Shu
v3.9.7
---
pyim.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyim.el b/pyim.el
index a3d5c32..58ec453 100644
--- a/pyim.el
+++ b/pyim.el
@@ -7,7 +7,7 @@
;;
branch: externals/svg-lib
commit 7f5f8068de7365d02e57e2dc8828f774c3d4d91f
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added a crop left/right parameter for tags collage
---
svg-lib.el | 21 -
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/svg-li
branch: externals/marginalia
commit f8e3d409b478461e277cdea1df567387e4b9b1cd
Author: Daniel Mendler
Commit: Daniel Mendler
marginalia--symbol-class: Detect special form (builtin macros)
---
marginalia.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/marginalia.el
branch: main
commit daff672edfffa17d79f3e3c07627f0c4546b3538
Author: Stefan Monnier
Commit: Stefan Monnier
elpa-packages (with-editor): Set `:lisp-dir` to match new layout
---
elpa-packages | 1 +
1 file changed, 1 insertion(+)
diff --git a/elpa-packages b/elpa-packages
index 08c5d45..2354
branch: externals/company
commit f6c1655dc49551a159f8aa040834905851b7809a
Author: YugaEgo
Commit: YugaEgo
Fix company-files-exclusions docstring and application
---
company-files.el| 6 +++---
test/files-tests.el | 9 +
2 files changed, 12 insertions(+), 3 deletions(-)
diff --g
branch: externals/company
commit 3432f9e397092433b886a2ba5adfe27d1e5bc08f
Merge: ab334b5 f6c1655
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #1280 from yugaego/files-exclude
Fix company-files-exclusions docstring and application
---
company-files.el| 6 +++---
test/f
branch: externals/marginalia
commit 8ad6b5aa44390bdadaefe8f0b11092b4c3651a8e
Author: Daniel Mendler
Commit: Daniel Mendler
marginalia--function-args: Shorter text for autoloads
---
marginalia.el | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/marginalia.el b/marg
branch: externals/pyim
commit 4e2c8ec9b28b6bbc4e5362e8b352e655e2a08156
Author: Feng Shu
Commit: Feng Shu
优化 popup page.
* pyim-process.el (pyim-process-run-async): Update.
* pyim-page.el (pyim-page-refresh-run-async-p): New variable.
(pyim-page-tooltip-show)
branch: externals/pyim
commit c5df73e15525ab0a999e72933d5cd9dc2e39f91a
Author: Feng Shu
Commit: Feng Shu
* pyim-page.el (pyim-page-selection): Update docstring.
---
pyim-page.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/pyim-page.el b/pyim-page.el
index beafd87.
elpasync pushed a change to branch externals/pyim.
from 1b0815b v3.9.6
new 4e2c8ec 优化 popup page.
new c5df73e * pyim-page.el (pyim-page-selection): Update docstring.
Summary of changes:
pyim-page.el| 55 +++
py
branch: externals/org-transclusion
commit 664b973d0d2c6697be704e0703897865c281a0cd
Author: Noboru Ota
Commit: Noboru Ota
doc:WIP:testing doc generation of ELPA
When org-transclusion.texi is missing, README.org is exported to *.texi
file. ELPA then generates *.info and *.html fro
18 matches
Mail list logo