branch: externals/assess
commit 7a83677f3e8cca57f7d58d0c7fd520690446e273
Author: Phillip Lord
Commit: Phillip Lord
Update travis recipe
---
.travis.yml | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 71a4f8b228..3d4d96216b 100644
-
branch: externals/assess
commit 29950d8964103d4afaadc45b89b2d17e0a3057d3
Merge: 0781fd79c4 de3fa56c9b
Author: Phil Lord
Commit: GitHub
Merge pull request #18 from DamienCassou/typos
Fix typos
---
README.md | 2 +-
assess.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
branch: externals/assess
commit 4a5eee8ba9db3e61b860b8b70236e385d3cf344a
Author: Phillip Lord
Commit: Phillip Lord
Fix version number
---
README.md | 4
assess.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5c7ce55f88..de114c2cc0 10
branch: externals/assess
commit 5aee8d7500903de7fc460f61129ef9f979a68899
Author: Phillip Lord
Commit: Phillip Lord
Mark some tests as failed on earlier emacs
Emacs before 24.3 does not support advice, therefore, mark tests requiring
this as failing. Likewise, one test also depen
branch: externals/assess
commit de3fa56c9be40451ae2edfba1ec70ff5cd0f793e
Author: Damien Cassou
Commit: Damien Cassou
Fix typos
Typos found with codespell.
---
README.md | 2 +-
assess.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
in
branch: externals/assess
commit deb6e4cb236dcda804daaf28e7809488e4b8ee76
Author: Phillip Lord
Commit: Phillip Lord
Remove direct dash dependency
---
assess.el | 38 +-
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/assess.el b/assess.el
i
branch: externals/assess
commit 1ef676035812ccf55a981c81ec682fef8db908aa
Author: Phillip Lord
Commit: Phillip Lord
Add Emacs24.1 to multi-test target
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 727e5944f0..aff2ae3970 100644
--- a/Makefile
+++ b
branch: externals/corfu-doc
commit f83307a233ee4028a11121c61aef6a5889a31587
Author: Yuwei Tian
Commit: Yuwei Tian
Update doc frame when corfu frame coordinates changed
---
corfu-doc.el | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.
branch: externals/assess
commit 1c34f2bc1427615f25771a3b66f83a75215e6454
Author: Phillip Lord
Commit: Phillip Lord
Fix error symbol declaration
---
assess.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assess.el b/assess.el
index 8485dcbf1c..ea7c96298b 100644
--- a/a
branch: externals/corfu-doc
commit d05a3caeb8745ed29699baae7970972dd149ff81
Author: Tian Yuwei
Commit: Tian Yuwei
Hide doc frame when there are no candidates
---
corfu-doc.el | 55 ++-
1 file changed, 30 insertions(+), 25 deletions(-)
dif
branch: externals/corfu-doc
commit 53b58bbc70418cc6811781683103582cb54c9237
Author: Tian Yuwei
Commit: Tian Yuwei
Initial commit
---
LICENSE | 674 +++
README.org | 25 +++
corfu-doc.el | 285 +
3 files
branch: externals/corfu-doc
commit 000388fe97971fdbec47a4837fa1da22e10c79b3
Author: Tian Yuwei
Commit: Tian Yuwei
Silent a compiler warning
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index bbcb107851..b7eae4596d 100644
--
branch: externals/assess
commit 7a3189a5870fb20d179ff3ea761707a046814966
Author: Phillip Lord
Commit: Phillip Lord
Remove types and replace with convertors
"Types" were a nice idea, but in the end were just complicating
things, for little gain. We now convert into strings where
branch: externals/assess
commit 1b1ac337095dded4d9d9cd8afcf46f9fe507e041
Author: Phillip Lord
Commit: Phillip Lord
Fix travis build
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3571992cdf..00ecd357d5 100644
--- a/.travis
branch: externals/corfu-doc
commit 11b9f0fefaa6e7c1f5cb0906e12f6fc4a0f1f3ca
Author: Yuwei Tian
Commit: Yuwei Tian
Add an option to resize the corfu doc frame automatically
---
corfu-doc.el | 51 ++-
1 file changed, 38 insertions(+), 13 deletio
branch: externals/corfu-doc
commit c6b54c923ecefbf74961db25a197722f3c25e6af
Author: Yuwei Tian
Commit: Yuwei Tian
Add command to quickly toggle documentation popup on or off
---
README.org | 12 ++--
corfu-doc.el | 13 +
2 files changed, 23 insertions(+), 2 deletions(-
branch: externals/corfu-doc
commit fa6cb6b384c99e0dfb40ce0b140d222420f9c9b1
Author: Yuwei Tian
Commit: Yuwei Tian
Add melpa badge
---
README.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 10c309bc81..0e967298a3 100644
--- a/README.org
+++ b/README.or
branch: externals/corfu-doc
commit d611165b7d76b3362269e2697aca0e486e26f856
Author: Yuwei Tian
Commit: Yuwei Tian
Reduce the popup height to avoid exceeding the display
---
corfu-doc.el | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/corfu-doc.el b/corf
branch: externals/assess
commit 0781fd79c4040dbceed42dc79edab4ec661c2593
Author: Phillip Lord
Commit: Phillip Lord
Prepare for 0.5 release
---
README.md | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5e244bc583..95bc8da07d 100644
--- a/
branch: externals/assess
commit 5bac045b273623772b6a2d820997d50f7ab4e466
Author: Phillip Lord
Commit: Phillip Lord
Update version
---
assess.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/assess.el b/assess.el
index 25ceac4f5d..f1b53f2c90 100644
--- a/assess.el
+
branch: externals/corfu-doc
commit c14d42e5e2107c1d3f51e88c7d42d0bd3b247b39
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.4.3
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 028db22adb..48088a600f 100644
--- a/corfu-do
branch: externals/corfu-doc
commit 8d8f9317dd75cc83f3a2ba04c2b372f7fb06b2fc
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.2.1
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 247936c726..3115a30389 100644
--- a/corfu-do
branch: externals/corfu-doc
commit 5d08342a8227e40522b34cc5abe544d0a6debf2c
Author: Yuwei Tian
Commit: Yuwei Tian
Fix #6: do not show the documentation popup immediately
Update it with a timer, the delay time can be set by `corfu-doc-delay`.
---
corfu-doc.el | 86 ++
branch: externals/corfu-doc
commit 95fdae5755e6c88cf77b409b555290c36961ec6c
Author: Yuwei Tian
Commit: Yuwei Tian
Update installation
---
README.org | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 0e967298a3..0617c15b1d 100644
--- a/READM
branch: externals/corfu-doc
commit e9562c3936cb7c68bcfc13af2073499a4079bd8c
Author: Yuwei Tian
Commit: Yuwei Tian
Update commentary
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 72ab852ae4..0d6c945cad 100644
--- a/corf
branch: externals/corfu-doc
commit 348fc32035e0655864280e80310b4349e339a13e
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.3.1
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 4c83919588..b6e70dfad6 100644
--- a/corfu-do
branch: externals/corfu-doc
commit eac54c356a6020aac662ab6541c0632c28542213
Author: Tian Yuwei
Commit: Tian Yuwei
Version 0.0.2
Happy new year!
---
corfu-doc.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index b7eae4596d..e74
branch: externals/corfu-doc
commit 8e463cccad4f34b4081534fc553a291726bd32e5
Author: Ashton Wiersdorf
Commit: Yuwei Tian
Fix #4: add requirement for map library
---
corfu-doc.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/corfu-doc.el b/corfu-doc.el
index a5e8703372..a1407ff325 10064
branch: externals/corfu-doc
commit dcc481a5d08c17421cbcfca5aeb1630aff9b43bc
Author: Yuwei Tian
Commit: Yuwei Tian
Document display the doc frame within the parent frame
---
README.org | 18 ++
1 file changed, 18 insertions(+)
diff --git a/README.org b/README.org
index f6205
branch: externals/corfu-doc
commit fd1509363909d2b8f8dad335744490735887f77a
Author: Tian Yuwei
Commit: Tian Yuwei
Add left and right margins
---
corfu-doc.el | 29 -
1 file changed, 24 insertions(+), 5 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index
branch: externals/corfu-doc
commit 15dfe652f563ef354b0e4f6eb37e08ba4e9f492b
Author: Yuwei Tian
Commit: Yuwei Tian
Automatically resize the corfu doc frame
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 97540e862b..bd4d4
branch: externals/corfu-doc
commit 98398c61facd38227eca9f348c645ad74e29d546
Author: Yuwei Tian
Commit: Yuwei Tian
Fix wrong argument type error when calling frame-visible-p
---
corfu-doc.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/corfu-doc.el b/corfu-doc.el
index c93027b42e..da5
branch: externals/corfu-doc
commit 832b49e2a1e4b15074819afb29d281ca46be626a
Author: Yuwei Tian
Commit: Yuwei Tian
Remove :safe args
---
corfu-doc.el | 15 +--
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 64910ddf00..883520b4b0
branch: externals/corfu-doc
commit a8835a654048e0ba687e1377a29083e05888fe81
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.4.0
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index b4a7efc490..b3cf1b778f 100644
--- a/corfu-do
branch: externals/corfu-doc
commit 611895ef47a22c1ba0142d6cda60cf56a99adf15
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.6.0
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index f1f12e76c8..eed0bbbaaa 100644
--- a/corfu-do
branch: externals/corfu-doc
commit 91e66b0804009feef3016cb66814c21b776adf49
Author: Yuwei Tian
Commit: Yuwei Tian
Avoid warning if x-gtk-resize-child-frames is missing
Sync with minad/corfu@3d447e5b719017b40fc9e462175dd955c591c3c6.
---
corfu-doc.el | 1 +
1 file changed, 1 insertio
branch: externals/corfu-doc
commit be90c960790a7755463145dbef91ad504777b4ad
Author: Yuwei Tian
Commit: Yuwei Tian
Merge functions to get the documentation of the candidate
---
corfu-doc.el | 42 --
1 file changed, 20 insertions(+), 22 deletions(-)
di
branch: externals/corfu-doc
commit 98509cbe29fb6f8ddb996e0299bee4b86970c15c
Author: Yuwei Tian
Commit: Yuwei Tian
Decrease auto delay to 0.1
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index b3cf1b778f..8d53eef4c3 100644
-
branch: externals/corfu-doc
commit 8c30a44d6738d4093f6caf55737b50191fbae168
Author: Yuwei Tian
Commit: Yuwei Tian
Fix #7: change the behavior of the corfu-doc-toggle command
The code of `corfu-doc-toggle` is mainly provided by
Karthik Chikmagalur .
Add a new setting ite
branch: externals/corfu-doc
commit 122e1f5900a1e27c4aa1dc813c8f936cc3ab8b01
Author: Yuwei Tian
Commit: Yuwei Tian
Only record candidate that has displayed the doc popup
---
corfu-doc.el | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
branch: externals/corfu-doc
commit 9d81c522f6f0cd34094186543306196b43ff4785
Author: Yuwei Tian
Commit: Yuwei Tian
Simplify code
---
corfu-doc.el | 14 --
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 48088a600f..cbfc7ebcaa 10064
branch: externals/assess
commit cd394f309f0fc59e4e737ca8f4b5f1462f971a6b
Author: Phillip Lord
Commit: Phillip Lord
Add documentation for assess-call
---
assess-call.el | 26 +-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/assess-call.el b/assess-call
branch: externals/corfu-doc
commit 78032cf8e255d0339aeb0afc5e79303ee44b5059
Author: Yuwei Tian
Commit: Yuwei Tian
Revert "Inline the function to get coordinates of the corfu popup"
This reverts commit caccd9475783cfc12ab5c49d44b6ca7535e84a4a.
Fix #18
---
corfu-doc.el | 10
branch: externals/corfu-doc
commit e1c79e8ffcba0fe7318d3bc1266cb768ee2b6a88
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.1.1
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 2a1db94b4a..ec11f6d82c 100644
--- a/corfu-do
elpasync pushed a change to branch externals/corfu-doc.
at da93136780 Increase the default max width of the doc frame to 80
characters
This branch includes the following new commits:
new 53b58bbc70 Initial commit
new d05a3caeb8 Hide doc frame when there are no candidate
branch: externals/corfu-doc
commit 07d389a0abc9139643ad92c2b03aa2e486811411
Author: Yuwei Tian
Commit: Yuwei Tian
Make candidates popup and doc popup share the border
---
corfu-doc.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index d9
branch: externals/corfu-doc
commit d5224ad109d064a35eefdeb15527b7b788cca4ed
Author: Yuwei Tian
Commit: Yuwei Tian
Decrease popup displaying delay to 0.2 seconds
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index c06906978f.
branch: externals/corfu-doc
commit 2e74659620eb26ef812f9a854d047d0d839c8111
Author: Yuwei Tian
Commit: Yuwei Tian
Hide the doc frame when current candidate is nil
---
corfu-doc.el | 47 +--
1 file changed, 25 insertions(+), 22 deletions(-)
diff -
branch: externals/corfu-doc
commit 7c546a3eae8c7acb63a46c37b69848a80dbeeaf1
Author: Yuwei Tian
Commit: Yuwei Tian
Hide popup frame when candidate documentation is empty
---
corfu-doc.el | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
i
branch: externals/corfu-doc
commit 7b10759a2eb9c9cf5cddc4c30ca4ab4f677429db
Author: Yuwei Tian
Commit: Yuwei Tian
Fix warnings
---
corfu-doc.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 1916dd8013..d9ea8d03ee 100644
--- a/c
branch: externals/corfu-doc
commit 96b5de8cced0f2c2069748305bb72cf2db77200e
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.5.1
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 7cb076c904..00de241acf 100644
--- a/corfu-do
branch: externals/corfu-doc
commit d89012ed6a9661fb328f8e96991f952dfdfb6ceb
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.6.1
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index ef5a7212ab..679c3fee0a 100644
--- a/corfu-do
branch: externals/corfu-doc
commit 1fd578caa00d85b6d7ad411fac72d5a18e49b9e3
Author: Yuwei Tian
Commit: Yuwei Tian
Fix link
---
README.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index f18ddf3801..f620559590 100644
--- a/README.org
+++ b/
branch: externals/corfu-doc
commit 9750d1af61c2e47ce634bce052160812ec5bd14b
Author: Yuwei Tian
Commit: Yuwei Tian
Fix calling corfu-doc--refresh-popup
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 5f0809c64a..f1f12e76c
branch: externals/corfu-doc
commit 807af9fb2e728a48dbf660528f9d3b7ce8a31223
Author: Yuwei Tian
Commit: Yuwei Tian
Fix #2: fix frame position calculation when there are multiple displays
---
corfu-doc.el | 23 +--
1 file changed, 13 insertions(+), 10 deletions(-)
diff --
branch: externals/corfu-doc
commit f63395100ebafbe3d96b137e1289158d093de3d1
Author: Andy Stewart
Commit: Yuwei Tian
Fix typo (#14)
corfu--set-frame-position should be ```corfu-doc--set-frame-position```
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --
branch: externals/corfu-doc
commit e18aea61e77854aa499cd6294e91dbd4d2a27f87
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.0.3
---
corfu-doc.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 0436a1eb65..a5e8703372 100644
--- a/co
branch: externals/corfu-doc
commit 4119d58e8ec9060cb78b242442c54ae27e8c27e6
Author: Yuwei Tian
Commit: Yuwei Tian
Rename calculating doc popup position function
---
corfu-doc.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index cc45e
branch: externals/corfu-doc
commit 6706526c0d361fe022c6cb60da1bc7efc9f50d61
Author: Yuwei Tian
Commit: Yuwei Tian
Require emacs 27.1
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index c4ff2439e5..1916dd8013 100644
--- a/cor
branch: externals/corfu-doc
commit ef1edadb4f17e5d01591ae7d48ce239dfea603d9
Author: Yuwei Tian
Commit: Yuwei Tian
README: Document `corfu-doc-delay`
---
README.org | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.org b/README.org
index d25af713d5..10395164f4 100644
--- a/README
branch: externals/corfu-doc
commit cfca07f5812a60253dbf42ae9f770514251d9479
Author: Yuwei Tian
Commit: Yuwei Tian
Require corfu 0.25
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 44e021ae00..9728f326b5 100644
--- a/cor
branch: externals/corfu-doc
commit 8170be83750dc645257b292bc434e32692e127cc
Author: Yuwei Tian
Commit: Yuwei Tian
Fix duplicate code
---
corfu-doc.el | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 9e81173606..10d6ad8011 100644
--
branch: externals/corfu-doc
commit 616a2a9fc6fb3222ea2273435ddbc63eba72670d
Author: Yuwei Tian
Commit: Yuwei Tian
Fix regression error when scrolling doc popup
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 302734c20a..
branch: externals/corfu-doc
commit 07307b68a3e22537cc16e0b326b0212c6e8bc58e
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.4.1
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 0d6c945cad..87036ebad7 100644
--- a/corfu-do
branch: externals/corfu-doc
commit cc13a259dddcce387441a8158397078304d71c93
Author: Yuwei Tian
Commit: Yuwei Tian
No need to check corfu-mode
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 6c4ef3557a..4387189079 100644
branch: externals/corfu-doc
commit 8313341ae8f9fe036027d2dd331848ff9b5103a8
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.4.2
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index aa9b0c83f1..3dfbc004fb 100644
--- a/corfu-do
branch: externals/m-buffer
commit ce7b6aa0fc60fa87891d2e0a749b530104f63f99
Author: Phillip Lord
Commit: Phillip Lord
Initial Checkin
---
dev/.nosearch| 0
dev/m-buffer-test.el | 111
dev/match-data.txt | 6 ++
dev/with-temp-buffer.t
branch: externals/corfu-doc
commit a0508b031e921cf81df3d4389360cc6adc157e75
Author: Yuwei Tian
Commit: Yuwei Tian
Inline the function to scroll the doc popup
---
corfu-doc.el | 17 ++---
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
i
branch: externals/corfu-doc
commit aadf628d9811bd08823687af968f24c983eb1079
Author: Yuwei Tian
Commit: Yuwei Tian
Remove redundant :group args
---
corfu-doc.el | 21 +++--
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index ddfec8
branch: externals/corfu-doc
commit 0741012875e9ce3c209a709d74bbbee71e7f1c4f
Author: Yuwei Tian
Commit: Yuwei Tian
Fix typo in comment
---
corfu-doc.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 22a5400bef..2a1db94b4a 100644
---
branch: externals/m-buffer
commit 1ecae2db10ac0d35986155cda59fe12cad077d4e
Author: Phillip Lord
Commit: Phillip Lord
Argument handling reworked.
Block Matchers added.
Match-string functions added.
---
m-buffer.el | 232 +++-
1
branch: externals/corfu-doc
commit df8d7e2242bcfc10be1f9e1a4a73ca7e01fdf597
Author: Yuwei Tian
Commit: Yuwei Tian
README: Document `corfu-doc-hide-threshold`
---
README.org | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 10395164f4..f1c2
branch: externals/corfu-doc
commit b5477fd1107cf95e773d1fff44a49881f28bf3eb
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.7
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index bb1f0a1baa..25a1da627b 100644
--- a/corfu-doc.
branch: externals/corfu-doc
commit 2a3f51502297723be1e299c240c94fb2187567b3
Author: Yuwei Tian
Commit: Yuwei Tian
Add corfu-doc--popup-scroll function
---
corfu-doc.el | 40 +---
1 file changed, 21 insertions(+), 19 deletions(-)
diff --git a/corfu-doc.el
branch: externals/m-buffer
commit 04503746621faf7868ad6563aa4ac7c4e1fa82e8
Author: Phillip Lord
Commit: Phillip Lord
Lots of changes!
---
m-buffer.el | 37 +
1 file changed, 37 insertions(+)
diff --git a/m-buffer.el b/m-buffer.el
index 67db2794f0..9a1648
branch: externals/corfu-doc
commit d7d7c27703cdbe8b42497b300e82706c6edce96e
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.6.2
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index a7beb8c2cf..e0e557395e 100644
--- a/corfu-do
branch: externals/m-buffer
commit 22760408a5e5a68ff315651b1188861614475b67
Author: Phillip Lord
Commit: Phillip Lord
Updated normalize tests to cope with extra widen argument.
---
test/m-buffer-test.el | 15 ---
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/test/
branch: externals/corfu-doc
commit b3394359debe4fa2e0ad1aa32cad11485f3ca401
Author: Yuwei Tian
Commit: Yuwei Tian
Fix #9 (again): fix error when candidate index is nil
---
corfu-doc.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index 3d
branch: externals/m-buffer
commit cbd9d12b3dc52d8fe1e946640708221e0be32557
Author: Phillip Lord
Commit: Phillip Lord
Functions for colourizing text. Improved documentation.
---
m-buffer.el | 37 +++--
1 file changed, 35 insertions(+), 2 deletions(-)
diff --g
branch: externals/corfu-doc
commit 5a6f4f879de6dc2ca6e22789878d416e88e85905
Author: Yuwei Tian
Commit: Yuwei Tian
Version 0.5.0
---
corfu-doc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu-doc.el b/corfu-doc.el
index b93b266416..e4194c80ca 100644
--- a/corfu-do
branch: externals/m-buffer
commit 25995a676ecdbda19eca1ef9463d5bc75a128a51
Author: Phillip Lord
Commit: Phillip Lord
README added.
---
README.md | 54 ++
1 file changed, 54 insertions(+)
diff --git a/README.md b/README.md
new file mode 10
branch: externals/m-buffer
commit 49a0c187a175a05bf3aac2fa3819e49e9edebc8a
Author: Phillip Lord
Commit: Phillip Lord
Name changes: markers to marker
---
m-buffer.el | 38 +++---
test/m-buffer-test.el | 14 +++---
2 files changed, 26 insertio
branch: externals/m-buffer
commit 8210f4147d329c30727f2f54dcd8f06e881b74e3
Author: Phillip Lord
Commit: Phillip Lord
Move dev to test.
Added Makefile
Added travis.
---
.travis.yml | 20 +
Makefile | 10 +
run-tests.sh
branch: externals/m-buffer
commit 650235fbdb45ca6ec857f5056795860fdb64d9b6
Author: Phillip Lord
Commit: Phillip Lord
Build URL update.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 94672b6978..4a7d5a0e02 100644
--- a/README.md
branch: externals/m-buffer
commit 22d6b0d64067827986375b4c98caec5d6c5537a7
Author: Phillip Lord
Commit: Phillip Lord
Beginning has become begin. Widen option added. New line matching functions.
---
README.md | 5 +-
m-buffer.el | 131 +
branch: externals/m-buffer
commit 2e1e7b5d2968d3ad5fb562a2a4f91d36a3aa2ae8
Author: Phillip Lord
Commit: Phillip Lord
Version Update.
---
m-buffer.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m-buffer.el b/m-buffer.el
index 2dff688810..31fb8b6f6c 100644
--- a/m-buff
branch: externals/m-buffer
commit d4aeb66bb33a5be534979743038f934737e37162
Author: Phillip Lord
Commit: Phillip Lord
Removed pluralisation from nil-markers.
---
m-buffer.el | 44 +---
test/m-buffer-test.el | 24 +++-
2 fi
branch: externals/corfu-doc
commit 7f7e25117334c9c13bbc5a925bd0a95a2b0965d8
Author: Yuwei Tian
Commit: Yuwei Tian
Fix #19: display a warning when child frames unavailable
Also fix #17
---
corfu-doc.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/corfu-doc
branch: externals/corfu-doc
commit 0c5bd800f689f4af765eb267df038d8068516a6e
Author: Yuwei Tian
Commit: Yuwei Tian
Fix frame flicker When display the doc immediately
---
corfu-doc.el | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/corfu-doc.el b
branch: externals/m-buffer
commit a3c5ab72c94707c2e03ad8b49ad75e821092d71b
Author: Phillip Lord
Commit: Phillip Lord
Added test file.
---
test/sentence-end.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/sentence-end.txt b/test/sentence-end.txt
new file mode 100644
index 000
branch: externals/m-buffer
commit 710ae5ae1a92708592ab52de709f8e8b2c7bc4ed
Author: Phillip Lord
Commit: Phillip Lord
Second attempt to remove pluralisation from nil-markers
---
m-buffer.el | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --g
branch: externals/m-buffer
commit 32c3077044dc258ce6539a567a485eb6e01b8c7a
Author: Phillip Lord
Commit: Phillip Lord
Bump to snapshot version (rather late!)
---
m-buffer.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m-buffer.el b/m-buffer.el
index 40ef413980..d8c5a4
branch: externals/corfu-doc
commit 48f629a0c225baaed3b1bc4d1a749fbe0a0ee5f4
Author: Yuwei Tian
Commit: Yuwei Tian
Add new option to choose the method to transition the doc popup
* corfu-doc.el (corfu-doc-hide-threshold): Remove variable.
* README.org: update documentation.
---
branch: externals/corfu-doc
commit caccd9475783cfc12ab5c49d44b6ca7535e84a4a
Author: Yuwei Tian
Commit: Yuwei Tian
Inline the function to get coordinates of the corfu popup
---
corfu-doc.el | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/corfu-doc.el b/corfu-do
branch: externals/m-buffer
commit 05846a92bc3f0f5c83d6a2c0d7e6faa3cd380ccf
Author: Phillip Lord
Commit: Phillip Lord
Removed "-data" from m-buffer-match-data.
This -data suffix did not really make sense anyway, and none
of the other -match- functions have a "-data" suffix.
---
branch: externals/m-buffer
commit 1cc4d8cffb73ea75fb0a9b19470005f1e762444e
Author: Phillip Lord
Commit: Phillip Lord
Added functions: m-buffer-marker-tree-to-pos, m-buffer-match-nth-group.
---
m-buffer.el | 24
test/m-buffer-test.el | 35 ++
branch: externals/m-buffer
commit 94251c2abe41380022b1fcf195a749aeaa51b26a
Author: Phillip Lord
Commit: Phillip Lord
Package metadata added.
---
m-buffer.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/m-buffer.el b/m-buffer.el
index 84d7724a23..44ca2526c0 100644
--- a/m-buffer.el
++
branch: externals/m-buffer
commit b501935037c4dacb40675bc9a4a3751cde943ace
Author: Phillip Lord
Commit: Phillip Lord
Version and Dependency updates.
---
m-buffer.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/m-buffer.el b/m-buffer.el
index 31dbd13d08..955fc77dd8
branch: externals/m-buffer
commit c65b7b20c0771977f5a4e94044f19eac5935612a
Author: Phillip Lord
Commit: Phillip Lord
match-data-1 was failing on final match due to off-by-one error.
---
m-buffer.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m-buffer.el b/m-buffer.el
branch: externals/m-buffer
commit 41384768bcaca38a4121fb68a387bcbd348e6984
Merge: 2e1e7b5d29 6e8e29e12d
Author: phillord
Commit: phillord
Merge pull request #1 from syohex/fix-typo
Fix some typos
---
m-buffer.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --gi
101 - 200 of 341 matches
Mail list logo