summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Manheimer <ken.manheimer@gmail.com>2022-06-05 11:49:26 -0400
committerKen Manheimer <ken.manheimer@gmail.com>2022-06-05 11:49:26 -0400
commitaa1433b8df6d950e8592c7e878922b4ec5374569 (patch)
treeb924aee935d22348b3bc287d1eff8dbe3b3ed37d
parent7343133f3fdd11cb868f8052812fee49d53f1f27 (diff)
Increment the package version and refine the description header a little.
-rw-r--r--multishell.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/multishell.el b/multishell.el
index 626d0d4..baa24fd 100644
--- a/multishell.el
+++ b/multishell.el
@@ -1,9 +1,9 @@
-;;; multishell.el --- Easily use multiple shell buffers, local and remote -*- lexical-binding:t -*-
+;;; multishell.el --- Organize use of multiple shell buffers, local and remote -*- lexical-binding:t -*-
;; Copyright (C) 1999-2020 Free Software Foundation, Inc. and Ken Manheimer
;; Author: Ken Manheimer <ken.manheimer@gmail.com>
-;; Version: 1.1.9
+;; Version: 1.1.10
;; Created: 1999 -- first public availability
;; Keywords: processes
;; Package-Requires: ((cl-lib "0.5"))
@@ -65,6 +65,10 @@
;;
;; Change Log:
;;
+;; * 2022-06-04 1.1.10 Ken Manheimer:
+;; - Autoload customizations so customized multishell keybinding triggers
+;; load of the package.
+;; - Refine multishell features description.
;; * 2021-08-02 1.1.10 Ken Manheimer:
;; - Get basic multishell command-key customization working.
;; * 2020-10-30 1.1.9 Ken Manheimer: