about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-08-09 07:41:36 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-08-09 07:41:36 +0000
commit4cbd1fddfd1bb25a42a411a78a521a0d6bffd7a1 (patch)
tree8d30d45a5c668520259c7777c596135c4310bbb0
parent2d97a734178bf3488a6fb6ba20e2571920aa2bb1 (diff)
downloadzsh-4cbd1fddfd1bb25a42a411a78a521a0d6bffd7a1.tar.gz
zsh-4cbd1fddfd1bb25a42a411a78a521a0d6bffd7a1.tar.xz
zsh-4cbd1fddfd1bb25a42a411a78a521a0d6bffd7a1.zip
21581
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a959872a..2545b2f4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-08-08  Wayne Davison  <wayned@users.sourceforge.net>
 
+	* 21581: Thorsten Dahlheimer: Src/builtin.c: fixed error output
+	for unknown signal names when using "trap -".
+
+	* 21581 (modified): Doc/Zsh/builtins.yo: improved "trap" docs.
+
 	* 21584: Src/builtin.c, Test/B03print.ztst: fixed a bug in printf
 	%b (introduced in the 21552 changes) where a missing arg could not
 	be printed with a zero width.