diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-28 12:01:23 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-28 12:01:23 +0000 |
commit | b77f9505d813016d9ad44e5e9832dcf1fb2a6d03 (patch) | |
tree | f6cc599451e390b367af597189d6439df0357a4a /Etc | |
parent | 77e8622b38ff929f80f3f54ddc42766c4c2c75b8 (diff) | |
download | zsh-b77f9505d813016d9ad44e5e9832dcf1fb2a6d03.tar.gz zsh-b77f9505d813016d9ad44e5e9832dcf1fb2a6d03.tar.xz zsh-b77f9505d813016d9ad44e5e9832dcf1fb2a6d03.zip |
Release 4.3.7 zsh-4.3.7
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/relnote_4.3.7.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Etc/relnote_4.3.7.txt b/Etc/relnote_4.3.7.txt new file mode 100644 index 000000000..3f514c116 --- /dev/null +++ b/Etc/relnote_4.3.7.txt @@ -0,0 +1,16 @@ +Version 4.3.7 adds various new features plus numerous bugfixes. + +Development of multibyte support has continued with the addition +of the COMBINING_CHARS option to support combining characters in the line +editor on terminals that handle this. + +Various additions have been made to support shell code debugging better. + +There is now additional support for highlighting and colouring of parts of +the command line in the lined editor as well as builtin support for +colouring in prompts etc. + +The syntax ~[...] provides a dynamic form of directory naming, based on a +shell function. + +See the NEWS file for more detailed information. |