summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-07-10 13:08:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-07-10 13:08:22 +0000
commit4a67f2479892fda348546404216270aaaff523ea (patch)
tree3157f967e4324cdf147aa656c021e55e96f29731 /ChangeLog
parent22543: completion for clusterssh. (diff)
downloadzsh-4a67f2479892fda348546404216270aaaff523ea.tar
zsh-4a67f2479892fda348546404216270aaaff523ea.tar.gz
zsh-4a67f2479892fda348546404216270aaaff523ea.tar.bz2
zsh-4a67f2479892fda348546404216270aaaff523ea.tar.lz
zsh-4a67f2479892fda348546404216270aaaff523ea.tar.xz
zsh-4a67f2479892fda348546404216270aaaff523ea.tar.zst
zsh-4a67f2479892fda348546404216270aaaff523ea.zip
22544: Improve use of ztype tests for multibyte characters. Add
POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab600179..a51b5909b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-07-10 Peter Stephenson <pws@csr.com>
+
+ * 22544: README, Doc/Zsh/options.yo, Src/builtin.c, Src/glob.c,
+ Src/lex.c, Src/math.c, Src/module.c, Src/options.c, Src/params.c,
+ Src/parse.c, Src/subst.c, Src/utils.c, Src/zsh.h, Src/ztype.h,
+ Src/Zle/compcore.c, Src/Zle/zle_tricky.c, Test/D07multibyte.ztst:
+ Improve use of ztype tests for multibyte characters. Add
+ POSIX_IDENTIFIERS option to control allowability of multibyte
+ alphanumeric characters in parameter and module names.
+
2006-07-09 Clint Adams <clint@zsh.org>
* 22543: Completion/Unix/Command/_cssh: completion for