about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-10-02 08:39:43 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-10-02 08:39:43 -0700
commit57252dc1e0b9f3b67189ac4957e51c31ee156ff6 (patch)
treedf98604eed85eed5a61d7b38ea9469dd5a6238b4 /ChangeLog
parent7adc786b0594d55de737e8ae63c3b34d9caa1ede (diff)
downloadzsh-57252dc1e0b9f3b67189ac4957e51c31ee156ff6.tar.gz
zsh-57252dc1e0b9f3b67189ac4957e51c31ee156ff6.tar.xz
zsh-57252dc1e0b9f3b67189ac4957e51c31ee156ff6.zip
33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion
add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd8978e73..0ba82a4c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-10-02  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 33320 (cf. PWS 33311): Completion/Base/Completer/_expand_alias,
+	Src/Zle/compcore.c, Src/utils.c, Src/ztype.h: revert 33069; add
+	typtab_flags bits (replaces specialcomma boolean) to record any
+	unusual handling of typtab entries; signal safety; make bangchar
+	non-special during completion lexing of the command line.
+
 2014-10-02  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 33325: Src/exec.c, Test/A05execution.ztst: fix ksh autoloads