about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2012-06-27 07:10:29 +0000
committerBart Schaefer <barts@users.sourceforge.net>2012-06-27 07:10:29 +0000
commit9af1cd47229041fda4dc07f0ef70691a64d49908 (patch)
tree99dde5b955541bfb8703d6404645e0074fa561b2 /ChangeLog
parent71052cb69c455f8182e8f85ba8d4ea4be7e5caf0 (diff)
downloadzsh-9af1cd47229041fda4dc07f0ef70691a64d49908.tar.gz
zsh-9af1cd47229041fda4dc07f0ef70691a64d49908.tar.xz
zsh-9af1cd47229041fda4dc07f0ef70691a64d49908.zip
30530,30533: fix problems with COLUMNS or LINES < 1, and related issues
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eb8fdf04..78f294a6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-06-26  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 30533: Src/utils.c: when processing a change in the value of
+	COLUMNS, do not assert the change into the tty driver winsize.
+	The code for this was dead the whole time IPDEF5 was broken and
+	this seems a bad time to make it live; besides which it is not
+	consistent about the handling of LINES (which is ignored when
+	changed by itself, but would be asserted when COLUMNS changes).
+
+	* 30530: Src/params.c: fix long-broken IPDEF5 definition to use
+	the GSU struct, thus fixing problems with values of LINES or
+	COLUMNS less than 1.
+
 2012-06-21  Peter Stephenson  <pws@csr.com>
 
 	* Danek (plus .distfiles changes): 30520:
@@ -16411,5 +16424,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5674 $
+* $Revision: 1.5675 $
 *****************************************************