about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-10-16 17:26:03 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-10-16 17:26:03 +0000
commitb52c39a3555c975586a27c6f608bdd791ad1bb4a (patch)
treef861a680de9b89c90b0a6b9fb78c6286b23a6c50
parent5437faa28c0cf86c7241f523909ce33ad4839672 (diff)
downloadzsh-b52c39a3555c975586a27c6f608bdd791ad1bb4a.tar.gz
zsh-b52c39a3555c975586a27c6f608bdd791ad1bb4a.tar.xz
zsh-b52c39a3555c975586a27c6f608bdd791ad1bb4a.zip
Remove duplicate entry.
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e9a711db..1d0344ec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,12 +64,6 @@
 	Test/C02cond.ztst: allow dynamic loading to work on MacOS X
 	if the dlcompat library is installed.
 
-2001-10-11  Bart Schaefer  <schaefer@zsh.org>
-
-	* 16013: Src/exec.c: Properly save/restore state around the
-	DEBUG trap, so that its return value does not alter the return
-	value of current command (among other things).
-
 2001-10-08  Oliver Kiddle  <opk@zsh.org>
 
 	* 15983: Completion/Unix/Command/_user_admin,