aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-25 17:20:40 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-25 17:20:40 +0000
commitba597da72e8a548403f2a86cbe864f6f8c087397 (patch)
tree2c40dc91a642bc993036bc4c6b2a0b062763f980 /CHANGES
parent546838ee6567d5fde03571286199068d5ec9b608 (diff)
downloadrtmux-ba597da72e8a548403f2a86cbe864f6f8c087397.tar.gz
rtmux-ba597da72e8a548403f2a86cbe864f6f8c087397.tar.bz2
rtmux-ba597da72e8a548403f2a86cbe864f6f8c087397.zip
Environment variables in configuration file.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 55082fb2..aa82a4bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+25 July 2008
+
+* Shell variables may now be defined and used in configuration file. Define
+ variables with:
+
+ VAR=1
+
+ And use with:
+
+ renamew ${VAR}
+ renamew "x${VAR}x"
+
+ Also some other fixes to make, for example, "abc""abc" work similarly to
+ the shell.
+
24 July 2008
* Finally lose inconsistently-used SCREEN_DEF* defines.
@@ -621,4 +636,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.154 2008-07-24 21:42:40 nicm Exp $
+$Id: CHANGES,v 1.155 2008-07-25 17:20:40 nicm Exp $