about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d65f3b160..2a9133ef3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-13  Peter Stephenson  <pws@cambridgesiliconradio.com>
+
+	* 10738: Doc/Zsh/builtins.yo, Doc/Zsh/params.yo, Src/builtin.c,
+	Src/params.c: local parameters can be exported; typeset +g -x
+	and local -x work in a natural way; currently typeset -g still
+	behaves like typeset -gx.
+
 2000-04-13  Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
 
 	* 10733: Completion/Builtins/_pids, Completion/User/_killall,