1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 06:51:03 +02:00

18143,18144: assorted tweaks.

This commit is contained in:
Bart Schaefer 2003-01-27 16:44:57 +00:00
parent f96e139fb5
commit 772189d23e

View file

@ -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,