From 6cbf0825f805b6c6588e6a600dbd2c6839127d26 Mon Sep 17 00:00:00 2001 From: Ken Manheimer Date: Tue, 9 Feb 2016 04:30:15 -0500 Subject: [PATCH] multishell - 1.1.3 --- multishell-list.el | 2 +- multishell.el | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/multishell-list.el b/multishell-list.el index bda871417..69299f272 100644 --- a/multishell-list.el +++ b/multishell-list.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2016 Free Software Foundation, Inc. and Ken Manheimer ;; Author: Ken Manheimer -;; Version: 1.1.2 +;; Version: 1.1.3 ;; Created: 2016 -- first public availability ;; Keywords: processes ;; URL: https://github.com/kenmanheimer/EmacsMultishell diff --git a/multishell.el b/multishell.el index 1f6a3a4cc..8d19a0510 100644 --- a/multishell.el +++ b/multishell.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1999-2016 Free Software Foundation, Inc. ;; Author: Ken Manheimer -;; Version: 1.1.2 +;; Version: 1.1.3 ;; Created: 1999 -- first public availability ;; Keywords: processes ;; URL: https://github.com/kenmanheimer/EmacsMultishell @@ -59,6 +59,13 @@ ;; ;; Change Log: ;; +;; * 2016-02-09 1.1.3 Ken Manheimer: +;; multishell-list: +;; - add some handy operations, like cloning new entry from existing +;; - add optional behaviors to existing operations for returning to +;; stopped shells without restarting them. +;; - solidify maintaining focus on current entry +;; - fix miscellaneous. ;; * 2016-01-31 1.1.2 Ken Manheimer: ;; - Settle puzzling instability of multishell-all-entries ;; - The accumulations was putting items going from more to less active @@ -155,7 +162,7 @@ (require 'savehist) (require 'multishell-list) -(defvar multishell-version "1.1.2") +(defvar multishell-version "1.1.3") (defun multishell-version (&optional here) "Return string describing the loaded multishell version." (interactive "P") -- 2.39.2