From ba597da72e8a548403f2a86cbe864f6f8c087397 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 25 Jul 2008 17:20:40 +0000 Subject: Environment variables in configuration file. --- CHANGES | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'CHANGES') 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 $ -- cgit