diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-02 21:03:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-02 21:03:03 +0000 |
commit | 66f32a80dced4f03345b951573789821ecc8164e (patch) | |
tree | 6626d6793f69e502104a5fd691ca2e9b8d1fb189 /ChangeLog | |
parent | 377f2bb8124d441e6927856c51e61c40516ae09e (diff) | |
download | zsh-66f32a80dced4f03345b951573789821ecc8164e.tar.gz zsh-66f32a80dced4f03345b951573789821ecc8164e.tar.xz zsh-66f32a80dced4f03345b951573789821ecc8164e.zip |
28308/28310: HIST_LEX_WORDS, check for quick history read
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5f8016c71..bfe11428d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-10-02 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 28310 with 28308 (Bart): Doc/Zsh/options.yo, Src/hist.c, + Src/options.c, Src/zsh.h: HIST_LEX_WORDS option and check + for full history file read. + * 28309: Src/subst.c: infinite loop when padding with extra wide characters. @@ -13689,5 +13693,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5090 $ +* $Revision: 1.5091 $ ***************************************************** |