aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-20 09:57:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-20 09:57:08 +0000
commitf2f1b8fc8180f205802f23e93c294c2cf65c117e (patch)
tree12dd11f3b93a6e68e82ce4150a69f4ce74d59555 /CHANGES
parent8d09be0cb1e4efad485cce299579d04a0db9d222 (diff)
downloadrtmux-f2f1b8fc8180f205802f23e93c294c2cf65c117e.tar.gz
rtmux-f2f1b8fc8180f205802f23e93c294c2cf65c117e.tar.bz2
rtmux-f2f1b8fc8180f205802f23e93c294c2cf65c117e.zip
Add default-command option and change default to be $SHELL rather than $SHELL -l. Also try to read shell from passwd db if $SHELL isn't present.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7a3ef909..cc679b44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+20 October 2007
+
+* (nicm) Add default-command option and change default to be $SHELL rather than
+ $SHELL -l. Also try to read shell from passwd db if $SHELL isn't present.
+
19 October 2007
* (nicm) -n on new-session is now -s, and -n is now the initial window name.
@@ -139,5 +144,5 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.45 2007-10-19 17:15:28 nicm Exp $
+$Id: CHANGES,v 1.46 2007-10-20 09:57:08 nicm Exp $