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

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

[elpa] externals/multishell c39be89 04/23: Increment version to 1.1.7 an


From: Stefan Monnier
Subject: [elpa] externals/multishell c39be89 04/23: Increment version to 1.1.7 and copyright span to include current year.
Date: Sun, 29 Nov 2020 23:19:36 -0500 (EST)

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

    Increment version to 1.1.7 and copyright span to include current year.
---
 multishell.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/multishell.el b/multishell.el
index 6b1e6d3..88f8789 100644
--- a/multishell.el
+++ b/multishell.el
@@ -1,9 +1,9 @@
 ;;; multishell.el --- Easily use multiple shell buffers, local and remote.
 
-;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
 ;; Author: Ken Manheimer <ken.manheimer@gmail.com>
-;; Version: 1.1.6
+;; Version: 1.1.7
 ;; Created: 1999 -- first public availability
 ;; Keywords: processes
 ;; URL: https://github.com/kenmanheimer/EmacsMultishell
@@ -59,6 +59,9 @@
 ;;
 ;; Change Log:
 ;;
+;; * 2020-10-15 1.1.7 Ken Manheimer:
+;;   - Forward compatibility: 'cl-progv' rather than 'progv', resolves
+;;     multishell-list error in recent emacs versions.
 ;; * 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.
@@ -162,7 +165,7 @@
 (require 'savehist)
 (require 'multishell-list)
 
-(defvar multishell-version "1.1.6")
+(defvar multishell-version "1.1.7")
 (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]