diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-02-22 20:22:40 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-02-22 20:22:40 +0000 |
commit | bcc4ab792d415039fea3afa2976df09f66477721 (patch) | |
tree | 7c8679a254459d9f63a100521bb2f604615e0e13 /ChangeLog | |
parent | 009b6c9ff50e2a74640d39e339c49ff723712982 (diff) | |
download | zsh-bcc4ab792d415039fea3afa2976df09f66477721.tar.gz zsh-bcc4ab792d415039fea3afa2976df09f66477721.tar.xz zsh-bcc4ab792d415039fea3afa2976df09f66477721.zip |
34604: Work around problem with changes in Meta characters.
If reading in a file that contains characters that should be metafied but are not, fix up on the fly. Only need when using HIST_LEX_WORDS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 05d5b9721..db222762a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 34604: Src/hist.c: Work around problem with changes in Meta + affecting history file when read in. + 2015-02-21 Barton E. Schaefer <schaefer@zsh.org> * 34597: Doc/Zsh/mod_datetime.yo: Revise strftime description to |