about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGeoff Wing <gcw@users.sourceforge.net>2001-09-09 06:55:11 +0000
committerGeoff Wing <gcw@users.sourceforge.net>2001-09-09 06:55:11 +0000
commitb000083cf4b533f65740783b169203fb1605aa69 (patch)
tree659032dbbc6c3d60af973ec00a458ae87dd69a71
parentc5e254b022b9a57b46bc3dba51c38e5d6cdaaf8c (diff)
downloadzsh-b000083cf4b533f65740783b169203fb1605aa69.tar.gz
zsh-b000083cf4b533f65740783b169203fb1605aa69.tar.xz
zsh-b000083cf4b533f65740783b169203fb1605aa69.zip
Src/Zle/zle_refresh.c: pullup bug fixes: 1.1->1.3
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e31e100b..da98554d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-09  Geoff Wing  <gcw@zsh.org>
+	
+	* 15621: Src/Zle/zle_refresh.c: display of status line was being
+	mucked up; also fix continuation markers "<...." and "<....>"
+
+	* unposted: Src/Zle/zle_refresh.c: fix possible seg fault on a
+	screen height shrink
+
 2001-08-28  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 15717: Src/subst.c, Src/Modules/parameter.c,