diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-14 10:35:38 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-14 10:35:38 +0000 |
commit | ebcead7543194819ef3bbd47ef384cabae3c59fc (patch) | |
tree | 6b5f55ab93d2b7a01aaa11dbb055e38173e3b70e /ChangeLog | |
parent | eab4f9a83c74b104bcfa81d574d5f8f8a7a85ad3 (diff) | |
download | zsh-ebcead7543194819ef3bbd47ef384cabae3c59fc.tar.gz zsh-ebcead7543194819ef3bbd47ef384cabae3c59fc.tar.xz zsh-ebcead7543194819ef3bbd47ef384cabae3c59fc.zip |
lexsave/lexrestore lexflags
add new LEXFLAGS_ZLE
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 121da5698..5e4d434d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-12-14 Peter Stephenson <pws@csr.com> + * 28529: Src/hist.c, Src/lex.c, Src/zsh.h, Src/Zle/compcore.c, + Src/Zle/compctl.c, Src/Zle/zle_tricky.c: save and restore + lexflags and separate out special word logic for ZLE by + adding new flag LEXFLAGS_ZLE. + * 28528: Doc/Zsh/expn.yo, Src/hist.c, Src/lex.c, Src/subst.c, Src/zsh.h, Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/zle_tricky.c, Test/D04parameter.ztst: clear up use of @@ -13950,5 +13955,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5149 $ +* $Revision: 1.5150 $ ***************************************************** |