diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2000-07-19 21:41:44 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2000-07-19 21:41:44 +0000 |
commit | 666cf52a379d6ea58b7d6815392d46e66ac87bec (patch) | |
tree | 8ae2452900f04679f12eadc85ccefe0fd634f80e /ChangeLog | |
parent | 1f0e43a2c87582ac9326241aaa42a9fd74a46009 (diff) | |
download | zsh-666cf52a379d6ea58b7d6815392d46e66ac87bec.tar.gz zsh-666cf52a379d6ea58b7d6815392d46e66ac87bec.tar.xz zsh-666cf52a379d6ea58b7d6815392d46e66ac87bec.zip |
Comments for 12318.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 98804a6ba..29df368c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-07-19 Wayne Davison <wayned@users.sourceforge.net> + + * 12318: Doc/Zsh/options.yo, Src/builtin.c, Src/exec.c, Src/hist.c, + Src/init.c, Src/lex.c, Src/parse.c, Src/Zle/zle_main.c: Removed + remhist() and the HA_JUNKED flag. Now hend() is called with an + Eprog pointer so that it can access the lexer's data for the + current command. Added shouldIgnoreLine() so that hend() can + determine in advance if a command should be saved in the history. + Added the aliasspaceflag variable to note when we expand an alias + that starts with a space. + 2000-07-19 Sven Wischnowsky <wischnow@zsh.org> * 12314: Src/Zle/compmatch.c: a bit of security for a VARARR() |