diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2007-02-26 07:44:49 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2007-02-26 07:44:49 +0000 |
commit | fbd4aaebbba487d050adcb9f68f1cafc168ab1c2 (patch) | |
tree | 256a92a0556402dc6393b4b87cdfad46ac2098bb | |
parent | ac8ccbfc82472fd35143ea53fd099607de7e9c06 (diff) | |
download | zsh-fbd4aaebbba487d050adcb9f68f1cafc168ab1c2.tar.gz zsh-fbd4aaebbba487d050adcb9f68f1cafc168ab1c2.tar.xz zsh-fbd4aaebbba487d050adcb9f68f1cafc168ab1c2.zip |
Log a few belated commits.
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5baaa2130..40445d0bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-02-25 Barton E. Schaefer <schaefer@zsh.org> + + * 22894 (belated): Completion/Unix/Type/_email_addresses: fix + muttrc path expansion in search for aliases. + + * unposted (based on users/10881,10884): Doc/Zsh/contrib.yo, + Functions/Zle/smart-insert-last-word: add auto-previous zstyle, + make use of auto-suffix-retain, add an always block for cleanup, + and search unedited text via parameter module $history. + + * unposted: Functions/Misc/zkbd: account for the possibility that + meta- or alt- key combos could generate a multibyte character. + 2007-02-25 Peter Stephenson <p.w.stephenson@ntlworld.com> * 23186: Completion/Base/Utility/_regex_words, |