about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-06-13 11:50:09 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-06-13 11:50:09 +0000
commit6bb50488ab28461e52784590bf0e7744aa5bc120 (patch)
tree80c522b204f41f98f6c2a3cccedadf4e231bc153 /ChangeLog
parent71a9847d48bcbcc4348b89d5fa1673496201f416 (diff)
downloadzsh-6bb50488ab28461e52784590bf0e7744aa5bc120.tar.gz
zsh-6bb50488ab28461e52784590bf0e7744aa5bc120.tar.xz
zsh-6bb50488ab28461e52784590bf0e7744aa5bc120.zip
mod_export handler
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00fc21e9a..7d346f8c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-13  Peter Stephenson  <pws@csr.com>
+
+	* 14893: Src/signals.c: make handler mod_export because it's
+	needed for signal queueing in various modules.  Probably
+	sensible to change handler to zhandler too --- not done yet.
+
 2001-06-13  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 14897 (and Oliver Kiddle: 14862): Completion/Base/Utility/_values,