about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-10-14 00:14:15 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-10-14 00:14:15 +0000
commit632dc55f9c3b206ee600d48a11bd6a859131d30a (patch)
tree9a0c7c31b974c0c0cb880f78916064899630597a /ChangeLog
parentbb1fabf3ff99afa1536ac270f4940baf558a0698 (diff)
downloadzsh-632dc55f9c3b206ee600d48a11bd6a859131d30a.tar.gz
zsh-632dc55f9c3b206ee600d48a11bd6a859131d30a.tar.xz
zsh-632dc55f9c3b206ee600d48a11bd6a859131d30a.zip
Document tty mode restoration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7693866d..a70497375 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-13  Bart Schaefer  <schaefer@zsh.org>
+
+	* 13000: Doc/Zsh/jobs.yo: Document tty restoration when a stopped
+	job is resumed with fg.  This was previously documented only under
+	the STTY parameter, but it applies to all stopped jobs.
+
 2000-10-13  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 12995: Src/Zle/compmatch.c: two completion matching fixes; wrong