about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-01-08 21:39:26 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-01-09 21:33:39 +0000
commitcfd91eac0732da8ece012ca4ab051d928a85c9dd (patch)
tree68ef32e118a060de0c7685c848e0267e64cf5137 /ChangeLog
parent6291d38848680b84252799d9e33110bca842efe8 (diff)
downloadzsh-cfd91eac0732da8ece012ca4ab051d928a85c9dd.tar.gz
zsh-cfd91eac0732da8ece012ca4ab051d928a85c9dd.tar.xz
zsh-cfd91eac0732da8ece012ca4ab051d928a85c9dd.zip
Rearrange context saving.
Variables are now associated with the module that declares them, being
initialised and saved/restored there.  However, as many variables are
used for communication between modules, many of them are set in multiple
places, so the assignment is ambiguous.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4ea61b41..a78425bda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-01-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 34189:  Src/Zle/compcore.c, Src/Zle/compctl.c,
+	Src/Zle/textobjects.c, Src/Zle/zle_tricky.c, Src/builtin.c,
+	Src/context.c, Src/exec.c, Src/hist.c, Src/init.c, Src/lex.c,
+	Src/parse.c, Src/signals.c, Src/zsh.h, Src/zsh.mdd:
+	vain attempt to make context save and restore neater and
+	control the status variables thereby managed.
+
 2015-01-09  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 34182: Doc/Zsh/mod_files.yo: to add zf_* builtins you can