branch: externals/realgud-jdb
commit 14918c896826511264296beb4a7ad93e5d07ead8
Author: rocky
Commit: rocky
Correct some realgud function call prefixes
---
common.mk | 2 +-
realgud-jdb/jdb.el | 16
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/comm
rocky pushed a change to branch externals/realgud-jdb.
from ef0910c checkdoc lint
new f86b728 Administrivia ...
new 14918c8 Correct some realgud function call prefixes
Summary of changes:
common.mk | 2 +-
common.mk.in | 2 +-
compute-lispdir.sh |
branch: externals/realgud-jdb
commit f86b7284ecf97d5087868c5309b27910e21d90df
Author: rocky
Commit: rocky
Administrivia ...
* require Emacs 25 or later
* remove deprecated function in shell script
---
common.mk.in | 2 +-
compute-lispdir.sh | 4 ++--
configure.ac |
branch: externals/fountain-mode
commit 16001a5d8f039d031fb4a4c474664eb49676deb6
Author: Paul W. Rankin
Commit: Paul W. Rankin
Use lm-version, bump version number
---
fountain-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fountain-mode.el b/fountain-mode.e
branch: externals/fountain-mode
commit a017347d29975bd032f22feb923d874d7d89c5e8
Author: Paul W. Rankin
Commit: Paul W. Rankin
Update README example links, delete screenshots/01.png
---
LICENSE.txt => LICENSE | 0
README.md | 86 +++
branch: externals/fountain-mode
commit 6577c05e731a25a56b809323559d252f3f331eba
Author: Paul W. Rankin
Commit: Paul W. Rankin
Fix fountain-completion-update-locations bug
---
fountain-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fountain-mode.el b/fountain-mod
branch: externals/fountain-mode
commit 9f8e5ccfa32793245f0073a5c92ee722bf1b7bfb
Author: Paul W. Rankin
Commit: Paul W. Rankin
Only auto-complete when at eolp
---
fountain-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fountain-mode.el b/fountain-mode.el
index
pwr pushed a change to branch externals/fountain-mode.
from eef014a Update README/Commentary/code comments
new a017347 Update README example links, delete screenshots/01.png
new 6577c05 Fix fountain-completion-update-locations bug
new 9f8e5cc Only auto-comple