]> code.delx.au - gnu-emacs-elpa/commitdiff
multishell - set rev to 1.1.1
authorKen Manheimer <ken.manheimer@gmail.com>
Sat, 30 Jan 2016 23:21:46 +0000 (18:21 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Sat, 30 Jan 2016 23:21:46 +0000 (18:21 -0500)
Addition of multishell-list should have been 1.1.0.

multishell-list.el
multishell.el

index d8f62aeddfffd14453166f72b1bb116356c92ebb..df4731e717408364c33d33f59bedf101c905ee5d 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2016 Free Software Foundation, Inc. and Ken Manheimer
 
 ;; Author: Ken Manheimer <ken.manheimer@gmail.com>
-;; Version: 1.0.10
+;; Version: 1.1.1
 ;; Created: 2016 -- first public availability
 ;; Keywords: processes
 ;; URL: https://github.com/kenmanheimer/EmacsMultishell
index 11e54bdae8192c3640da126416c083d30ea680a0..283be374a6b20522af1817781073df2e3f1c24d6 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999-2016 Free Software Foundation, Inc. and Ken Manheimer
 
 ;; Author: Ken Manheimer <ken.manheimer@gmail.com>
-;; Version: 1.0.10
+;; Version: 1.1.1
 ;; Created: 1999 -- first public availability
 ;; Keywords: processes
 ;; URL: https://github.com/kenmanheimer/EmacsMultishell
 ;;
 ;; Change Log:
 ;;
-;; * 2016-01-30 1.0.10 Ken Manheimer:
+;; * 2016-01-30 1.1.1 Ken Manheimer:
 ;;   - shake out initial multishell-list glitches:
 ;;     - (Offer to) delete shell buffer, if present, when deleting entry.
 ;;     - Set recency (numeric rank) as initial sort field
 ;;     - Recompute list on most operations that affect the order, and try to
 ;;       preserve stability. (Kludgy solution, needs work.)
+;;   - Set version to 1.1.1 - multishell-list addition should have been 1.1.0.
 ;; * 2016-01-30 1.0.9 Ken Manheimer:
 ;;   - Add multishell-list for managing the collection of current and
 ;;     history-registered shells: edit, delete, and switch/pop to entries.
 (require 'savehist)
 (require 'multishell-list)
 
-(defvar multishell-version "1.0.10")
+(defvar multishell-version "1.1.1")
 (defun multishell-version (&optional here)
   "Return string describing the loaded multishell version."
   (interactive "P")