diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-20 18:07:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-20 18:07:49 +0000 |
commit | f29b8450e7db1a023142f509007feed4a9205c6a (patch) | |
tree | c66eb0bc2094ae2d8454a3add086c09335bfbff6 /ChangeLog | |
parent | 48fb5eabfb71f3c16950ab761919f001cc86f11f (diff) | |
download | zsh-f29b8450e7db1a023142f509007feed4a9205c6a.tar.gz zsh-f29b8450e7db1a023142f509007feed4a9205c6a.tar.xz zsh-f29b8450e7db1a023142f509007feed4a9205c6a.zip |
22643: completing in math context
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7fa6ad748..6807b5020 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-08-20 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 22643: Src/Zle/zle_tricky.c: completion in math context was + broken by searching for multibyte word characters. + * 22638: Src/Modules/zutil.c: deleting styles in contexts didn't remove the style itself if it was the last context. |