[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")
- [elpa] branch externals/multishell created (now 35a0dd3), Stefan Monnier, 2020/11/29
- [elpa] externals/multishell b314574 01/23: multishell-start-shell-in-buffer: be tolerant of absent remote dirs.xo, Stefan Monnier, 2020/11/29
- [elpa] externals/multishell 6d77e93 02/23: Increment version number.,
Stefan Monnier <=
- [elpa] externals/multishell 708bad6 03/23: Forward compatibility: cl-progv rather than progv, Stefan Monnier, 2020/11/29
- [elpa] externals/multishell c39be89 04/23: Increment version to 1.1.7 and copyright span to include current year., Stefan Monnier, 2020/11/29
- [elpa] externals/multishell bf8c445 05/23: Use appropriate interactive mode., Stefan Monnier, 2020/11/29
- [elpa] externals/multishell ee12b22 08/23: Unravel conditional tangle (and use bound-and-true-p), Stefan Monnier, 2020/11/29
- [elpa] externals/multishell 6b0bc33 12/23: Rectify code formatting, per gnu people's guidance., Stefan Monnier, 2020/11/29
- [elpa] externals/multishell aae3f1e 06/23: Use dolist instead of mapcar., Stefan Monnier, 2020/11/29
- [elpa] externals/multishell 5adbb49 09/23: Remove unused variable., Stefan Monnier, 2020/11/29
- [elpa] externals/multishell 2b4d9d7 15/23: Rectify code formatting, per gnu people's guidance., Stefan Monnier, 2020/11/29
- [elpa] externals/multishell 0d349ee 16/23: Revise in-file change log acknowledging other's work and prior unreleased, Stefan Monnier, 2020/11/29
- [elpa] externals/multishell 9d23005 17/23: Refine multishell-pop-to-shell docstring., Stefan Monnier, 2020/11/29