branch: master
commit 77c698c621d5972e501558742d8107b1c8f2a6d5
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - add pending 1.0.9 changes, revise TODO/known issues
---
multishell.el | 16 +++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/multishell.e
branch: master
commit ef022b1e5e455fd13d0a374d41f1863cff8577bf
Merge: a136ff8 6e308f9
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - merge latest updates
Still at 1.0.8.
---
packages/multishell/multishell.el | 68 +
1 files changed, 4
branch: master
commit 8cea630b74fe4b8806d250d551be4a23d346fa59
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - don't inhibit buffer names from completions.
Allow duplicates as sign of buffers that currently exist vs historical
entries.
---
multishell.el |4 +++-
1
branch: master
commit 0eb0987af5bbceb2c9f7a04f640c46b2f42b751d
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - refine some docstring bumpiness
---
multishell.el | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/multishell.el b/multishell.el
index d
branch: master
commit f01cf3f72d5aa35dfdbe2a7f59e93f370a0949c2
Author: Ken Manheimer
Commit: Ken Manheimer
multishell-start-shell-in-buffer - consolidate conditions better
---
multishell.el | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/multishell.el b/mul
kenmanheimer pushed a change to branch master.
from a136ff8 Merged from upstream with StefanM's changes
new 0eb0987 multishell - refine some docstring bumpiness
new 57f56f2 multishell - don't skip cd when restarting local shells;
note new starts
new f01cf3f
branch: master
commit 57f56f2cf150a918ad4e258475433b9b950f2fc0
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - don't skip cd when restarting local shells; note new starts
Shaking out implementation of shell launch decision tree.
---
multishell.el | 12
1 fil
branch: master
commit 6e308f9f0ed7421baab802faa21dfef53196a39c
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - include active shell buffers names along with history entries.
The effect is that existing shell buffers will complete as both the bare
names and the name/path
branch: master
commit 81c9e3e669dc436846db1626b9856c77d145b8b7
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - add paths to shells started without one, when dir tracking
---
multishell.el | 22 +++---
1 files changed, 15 insertions(+), 7 deletions(-)
diff --git a