diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2003-01-27 16:44:57 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2003-01-27 16:44:57 +0000 |
| commit | 772189d23e58fd993c96440aabc64b58b29d8a7c (patch) | |
| tree | e10934f03c69cf4d9893a4efc0a6dbfff706f337 | |
| parent | 18143: fix some problems with "toggle" style. (diff) | |
| download | zsh-772189d23e58fd993c96440aabc64b58b29d8a7c.tar zsh-772189d23e58fd993c96440aabc64b58b29d8a7c.tar.gz zsh-772189d23e58fd993c96440aabc64b58b29d8a7c.tar.bz2 zsh-772189d23e58fd993c96440aabc64b58b29d8a7c.tar.lz zsh-772189d23e58fd993c96440aabc64b58b29d8a7c.tar.xz zsh-772189d23e58fd993c96440aabc64b58b29d8a7c.tar.zst zsh-772189d23e58fd993c96440aabc64b58b29d8a7c.zip | |
18143,18144: assorted tweaks.
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2003-01-27 Bart Schaefer <schaefer@zsh.org> + + * 18144: Src/init.c: no SIGHUP handler if parent was ignoring + (originally posted in 17989). + + * 18144: Src/prompt.c: allow %{ %} to put bounds around a prompt + truncation in the intuitive way (originally discussed in 17755). + + * 18144: zshconfig.ac: fix inconsequential typos. + + * 18143: Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo, + Functions/Zle/copy-earlier-word, Functions/Zle/predict-on, + Functions/Zle/smart-insert-last-word: improve cooperation + between copy-earlier-word and smart-insert-last-word; fix + some problems with "toggle" style for predict-on; fix doc + typo in compsys example. + 2003-01-27 Peter Stephenson <pws@csr.com> * 18139: Doc/Zsh/zle.yo, Src/Zle/zle.h, Src/Zle/zle_main.c, |
