emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/multishell 6d77e93 02/23: Increment version number.


From: Stefan Monnier
Subject: [elpa] externals/multishell 6d77e93 02/23: Increment version number.
Date: Sun, 29 Nov 2020 23:19:36 -0500 (EST)

branch: externals/multishell
commit 6d77e93def3d10357d14b8b7e44c5f65482c36b0
Author: Ken Manheimer <ken.manheimer@gmail.com>
Commit: Ken Manheimer <ken.manheimer@gmail.com>

    Increment version number.
---
 multishell.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/multishell.el b/multishell.el
index 23da6ae..6b1e6d3 100644
--- a/multishell.el
+++ b/multishell.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: Ken Manheimer <ken.manheimer@gmail.com>
-;; Version: 1.1.5
+;; Version: 1.1.6
 ;; Created: 1999 -- first public availability
 ;; Keywords: processes
 ;; URL: https://github.com/kenmanheimer/EmacsMultishell
@@ -59,6 +59,9 @@
 ;;
 ;; Change Log:
 ;;
+;; * 2016-06-27 1.1.6 Ken Manheimer:
+;;   - When starting a remote shell, if cd fails to an inital remote
+;;     directory, try again without the cd.
 ;; * 2016-02-11 1.1.5 Ken Manheimer:
 ;;   - Rectify multishell list sorting to preserve recentness
 ;;   - Increment the actual multishell-version setting, neglected for 1.1.4.
@@ -159,7 +162,7 @@
 (require 'savehist)
 (require 'multishell-list)
 
-(defvar multishell-version "1.1.5")
+(defvar multishell-version "1.1.6")
 (defun multishell-version (&optional here)
   "Return string describing the loaded multishell version."
   (interactive "P")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]