about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-30 06:53:15 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-30 06:53:15 +0000
commit21c1e9a34649dc5c3b36bc90b2a3199bc9a2557a (patch)
treec3d1e33f89123ffccf342f47cf5fa8dc99d976aa /ChangeLog
parent85fd642711877cfffc1de8f7a007a185765af942 (diff)
downloadzsh-21c1e9a34649dc5c3b36bc90b2a3199bc9a2557a.tar.gz
zsh-21c1e9a34649dc5c3b36bc90b2a3199bc9a2557a.tar.xz
zsh-21c1e9a34649dc5c3b36bc90b2a3199bc9a2557a.zip
fix thinko in 22787
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0986ee59f..b20d3e23b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-30  Andrey Borzenkov <bor@zsh.org>
+
+	* unposted: Src/Zle/compmatch.c: fix thinko in 22787 that changed
+	semantic of pattern matching in join_strs
+
 2006-09-29  Vin Shelton  <acs@xemacs.org>
 
        * 22789: Src/init.c: Source zshenv even if non-interactive.
@@ -5,7 +10,7 @@
 2006-09-29  Andrey Borzenkov <bor@zsh.org>
 
 	* 22787: Srz/Zsh/compmatch.c: change calling convention of
-	pattern match to not depend on current implementation that works
+	pattern_match to not depend on current implementation that works
 	for single byte characters only, thus making it more easy to
 	change it later.