diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-03-15 01:09:05 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-03-15 01:09:05 +0000 |
commit | bda53dc6d5135750c52f59b9cfbab39b161c0919 (patch) | |
tree | ffbdd9792592776ebcdc0ef3f2985b05e05b7b3c /ChangeLog | |
parent | 567a8e1d50fc446c5fc2644b8606ac357cf1718a (diff) | |
download | zsh-bda53dc6d5135750c52f59b9cfbab39b161c0919.tar.gz zsh-bda53dc6d5135750c52f59b9cfbab39b161c0919.tar.xz zsh-bda53dc6d5135750c52f59b9cfbab39b161c0919.zip |
Functions/Misc/zkbd: add -h to local declaration in is-this-a-function test.
Use $DISPLAY when we have one instead of only $VENDOR-$OSTYPE as file name suffix. Add some knowledge of the MULTIBYTE option and its effects.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 34b625a52..755a0e9c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-03-14 Barton E. Schaefer <schaefer@zsh.org> + + * unposted (see 24709): Functions/Misc/zkbd: add -h to local + declaration in is-this-a-function test. Use $DISPLAY when we + have one instead of only $VENDOR-$OSTYPE as file name suffix. + Add some knowledge of the MULTIBYTE option and its effects. + 2008-03-14 Peter Stephenson <pws@csr.com> * 24712: Src/utils.c: handling of backticks when being requoted |