about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-02-28 14:29:09 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-02-28 14:29:09 +0000
commitaf1c6ecdc7a764b0b21b32efdd979a6a0cf77d93 (patch)
tree46c8d880592becbfefe1c13e1f3b2069278fd399 /ChangeLog
parentae6c23ae2c516ac7f65286ee48aedf15e0a4b176 (diff)
downloadzsh-af1c6ecdc7a764b0b21b32efdd979a6a0cf77d93.tar.gz
zsh-af1c6ecdc7a764b0b21b32efdd979a6a0cf77d93.tar.xz
zsh-af1c6ecdc7a764b0b21b32efdd979a6a0cf77d93.zip
20888: allow signal names to have the SIG prefix included
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65f2b3452..493a41e79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-28  Peter Stephenson  <pws@csr.com>
+
+	* 20888: Doc/Zsh/builtins.yo, Src/jobs.c: allow the prefix
+	SIG in signal names used with the trap and kill builtins, for
+	compatibility.
+
 2005-02-26  Andrey Borzenkov  <bor@zsh.org>
 
 	* 20872: Src/Zle/zle_utils.c, Src/Zle/zle_vi.c, Src/Zle/zle_word.c: