about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-12-18 10:42:36 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-12-18 10:42:36 +0000
commit1ee6295909c893c55693232a12f10cd8625a7260 (patch)
tree362a318d0d61d8922d6076bcc440f762a94e4d54 /ChangeLog
parentac33044bd2a99a0dd70784e98d89992737f44e98 (diff)
downloadzsh-1ee6295909c893c55693232a12f10cd8625a7260.tar.gz
zsh-1ee6295909c893c55693232a12f10cd8625a7260.tar.xz
zsh-1ee6295909c893c55693232a12f10cd8625a7260.zip
24279: allow terminal changes after zle -I to be acquired by main shell
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61bbe551c..4d7333aa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-18  Peter Stephenson  <pws@csr.com>
+
+	* 24279: Src/jobs.c, Src/zle_main.c, Src/zle_thingy.c: allow
+	terminal changes in zle -I to be remembered in normal shell
+	settings.
+
 2007-12-17  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Src/utils.c: suppress harmless warning.