summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-03 16:55:09 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-03 16:55:09 +0000
commit743956edf898dceff67af785b7bda87cdbd3fdab (patch)
tree0785e10be103a660a69533facb41b2de8a5db692 /CHANGES
parent3e6b1459232e1ae4fd3bb55e95122cef369ae86b (diff)
Allow -c anywhere -s was allowed.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 621f9e45..be14b9c0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
03 June 2008
+* Because a client has a session attached, any command needing a session can
+ take a client and use its session. So, anything that used to accept -s now
+ accepts -c as well.
* -s to specify session name now supports fnmatch(3) wildcards; if multiple
sessions are found, or if no -s is specified, the most newly created is used.
* If no command is specified, assume new-session. As a byproduct, clean up
@@ -376,4 +379,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.101 2008-06-03 05:47:09 nicm Exp $
+$Id: CHANGES,v 1.102 2008-06-03 16:55:09 nicm Exp $