From 3e6b1459232e1ae4fd3bb55e95122cef369ae86b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 3 Jun 2008 05:47:09 +0000 Subject: Allow fnmatch(3) on -s, and select newest session if multiple. --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 11a74aa2..621f9e45 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ 03 June 2008 +* -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 command default values into seperate init functions. * kill-server command. @@ -374,4 +376,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.100 2008-06-03 05:35:50 nicm Exp $ +$Id: CHANGES,v 1.101 2008-06-03 05:47:09 nicm Exp $ -- cgit