]> code.delx.au - gnu-emacs-elpa/blobdiff - multishell.el
multishell - 1.1.3
[gnu-emacs-elpa] / multishell.el
index 1f6a3a4cc85eb8861e569f2272279c2f49321056..8d19a051096c6b723e87f64fb16e912f21e7d8db 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: Ken Manheimer <ken.manheimer@gmail.com>
-;; Version: 1.1.2
+;; Version: 1.1.3
 ;; Created: 1999 -- first public availability
 ;; Keywords: processes
 ;; URL: https://github.com/kenmanheimer/EmacsMultishell
 ;;
 ;; 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
 (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")