about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-09-20 09:22:34 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-09-20 09:22:34 +0000
commit2bfad02a94ca607d918ea871147680dbeff0999c (patch)
treea34147b24c87e9144029b7b02fc70787a0eafb93 /ChangeLog
parent1554b8105322defdb7df5580d84a40490597711f (diff)
downloadzsh-2bfad02a94ca607d918ea871147680dbeff0999c.tar.gz
zsh-2bfad02a94ca607d918ea871147680dbeff0999c.tar.xz
zsh-2bfad02a94ca607d918ea871147680dbeff0999c.zip
22742: parameter padding uses string lengths unless (m) flag set
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84a0d322a..6ef2782c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-09-20  Peter Stephenson  <pws@csr.com>
+
+	* 22743: Doc/Zsh/builtis.yo, Src/builtin.c: document the sh
+	"set - [args]" -> "set -xv [-- args]" hack and limit it to
+	non-native emulation.
+
+	* 22742: Doc/Zsh/expn.yo, Src/subst.c, Src/zsh.h: padding once
+	again defaults to character lengths, but (m) flag turns on
+	character widths for multibyte characters.
+
 2006-09-17  Clint Adams  <clint@zsh.org>
 
 	* 22728, 22734: Doc/Zsh/mod_parameter.yo, Src/Modules/parameter.c,
@@ -26,6 +36,10 @@
 
 2006-09-15  Peter Stephenson  <pws@csr.com>
 
+	* zsh-users/10720: arno + pws: Functions/Misc/checkmail:
+	bad recursive argument handling and need to be safer about
+	options.
+
 	* 22715: Src/exec.c: AUTOCONTINUE option never worked.
 
 	* 22713: Src/Zle/zle_tricky.c: word end in math completion context