summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2003-01-27 16:44:57 +0000
committerBart Schaefer <barts@users.sourceforge.net>2003-01-27 16:44:57 +0000
commit772189d23e58fd993c96440aabc64b58b29d8a7c (patch)
treee10934f03c69cf4d9893a4efc0a6dbfff706f337
parentf96e139fb5abb6a6292b4f3f4a8b9aa0682c8403 (diff)
downloadzsh-772189d23e58fd993c96440aabc64b58b29d8a7c.tar.gz
zsh-772189d23e58fd993c96440aabc64b58b29d8a7c.zip
18143,18144: assorted tweaks.
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b40c631fa..e3375dd7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,