[elpa] externals/realgud-jdb 14918c8 2/2: Correct some realgud function call prefixes

2019-05-23 Thread Rocky Bernstein
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

[elpa] externals/realgud-jdb updated (ef0910c -> 14918c8)

2019-05-23 Thread Rocky Bernstein
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 |

[elpa] externals/realgud-jdb f86b728 1/2: Administrivia ...

2019-05-23 Thread Rocky Bernstein
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 |

[elpa] externals/fountain-mode 16001a5 4/4: Use lm-version, bump version number

2019-05-23 Thread Paul Rankin
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

[elpa] externals/fountain-mode a017347 1/4: Update README example links, delete screenshots/01.png

2019-05-23 Thread Paul Rankin
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 +++

[elpa] externals/fountain-mode 6577c05 2/4: Fix fountain-completion-update-locations bug

2019-05-23 Thread Paul Rankin
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

[elpa] externals/fountain-mode 9f8e5cc 3/4: Only auto-complete when at eolp

2019-05-23 Thread Paul Rankin
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

[elpa] externals/fountain-mode updated (eef014a -> 16001a5)

2019-05-23 Thread Paul Rankin
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