X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/b19288e6ef625e22bf4dda36578eebe157662ad5..42a7b2ee05354745f234df7325939efd4f8abca2:/packages/multishell/multishell.el diff --git a/packages/multishell/multishell.el b/packages/multishell/multishell.el index 8056669c0..51bad08d6 100644 --- a/packages/multishell/multishell.el +++ b/packages/multishell/multishell.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1999-2016 Free Software Foundation, Inc. ;; Author: Ken Manheimer -;; Version: 1.1.4 +;; Version: 1.1.5 ;; Created: 1999 -- first public availability ;; Keywords: processes ;; URL: https://github.com/kenmanheimer/EmacsMultishell @@ -59,6 +59,9 @@ ;; ;; Change Log: ;; +;; * 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. ;; * 2016-02-11 1.1.4 Ken Manheimer: ;; - hookup multishell-list as completion help buffer. ;; Mouse and keyboard selections from help listing properly exits @@ -156,7 +159,7 @@ (require 'savehist) (require 'multishell-list) -(defvar multishell-version "1.1.3") +(defvar multishell-version "1.1.5") (defun multishell-version (&optional here) "Return string describing the loaded multishell version." (interactive "P")