about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.