about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-05-11 16:39:02 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-05-11 16:39:02 +0000
commit0768b190ba9347bcfe2d43da2b61eded53173635 (patch)
tree1819a8f5eea27fcc13a81fd2f7229abc1ae453fb /ChangeLog
parenta39eb7948ee559d7aef6010a496ba0c1c1f24549 (diff)
downloadzsh-0768b190ba9347bcfe2d43da2b61eded53173635.tar.gz
zsh-0768b190ba9347bcfe2d43da2b61eded53173635.tar.xz
zsh-0768b190ba9347bcfe2d43da2b61eded53173635.zip
11326: Avoid init_io() on "exec < file" when zleactive.
Also fix OPK's slightly confused previous ChangeLog entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dec29eaa9..daaa88b36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2000-05-11  Bart Schaefer  <schaefer@zsh.org>
+
+	* 11326: Src/exec.c: Don't reinitialize SHTTY upon "exec < file"
+	when ZLE is active.
+
 2000-05-11  Oliver Kiddle  <opk@zsh.org>
 
-	* 11329: Completion/User/_groups: redirect ypcat to stderr
+	* 11329: Completion/User/_groups: redirect ypcat stderr to /dev/null
 
 2000-05-11  Sven Wischnowsky  <wischnow@zsh.org>