about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-06-01 10:45:32 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-06-01 10:45:32 +0000
commit772007e76c430588b0b0a234e4db90e5ad50293d (patch)
tree2cab428a1c72d496435e885a9b6a889e4516c529 /ChangeLog
parent9f63db611a8ee2becff902949398447fd55dfccc (diff)
downloadzsh-772007e76c430588b0b0a234e4db90e5ad50293d.tar.gz
zsh-772007e76c430588b0b0a234e4db90e5ad50293d.tar.xz
zsh-772007e76c430588b0b0a234e4db90e5ad50293d.zip
21296: Add ERR alias for ZERR where possible.
"trap" reports alias names.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2ba49d7b..3d03b8cb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-01  Peter Stephenson  <pws@csr.com>
+
+	* 21296: Doc/Zsh/builtins.yo [this hunk missing from post],
+	Doc/Zsh/func.yo, Src/builtin.c, Src/jobs.c, Src/zsh.h:
+	Allow ERR signal as alias for ZERR on systems that don't
+	have SIGERR.  Make "trap" report the name used when the trap
+	was set rather than the canonical name.
+
 2005-06-01  Doug Kearns  <djkea2@gus.gscit.monash.edu.au>
 
 	* 21294: Completion/Cygwin/Command/_cygstart,