about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2001-10-13 21:08:14 +0000
committerWayne Davison <wayned@users.sourceforge.net>2001-10-13 21:08:14 +0000
commitad849b59255329017d675becad2b35e40e583fa4 (patch)
tree4c22a514120f4236dc98765f345de8a907048d1d
parent4bd3be1153b3acbc6ad84cc30338ec5b5b68b220 (diff)
downloadzsh-ad849b59255329017d675becad2b35e40e583fa4.tar.gz
zsh-ad849b59255329017d675becad2b35e40e583fa4.tar.xz
zsh-ad849b59255329017d675becad2b35e40e583fa4.zip
Made my recent entries match the entries on the trunk.
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 54a6c149f..4402df2df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,7 +97,7 @@
 	* 15846: aczsh.m4: Fix attempt to restore LDFLAGS from non-existent
 	saved value when testing RTLD_GLOBAL.
 
-2001-09-18  Wayne Davison  <wayned@users.sourceforge.net>
+2001-09-17  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 15837: Src/Zle/zle_hist.c: Fixed incremental search in vared
 	(without -h) so that it doesn't access the history.
@@ -167,11 +167,6 @@
 
 	* 15617: Src/exec.c: Fix exit status of zsh -fc '! command'.
 
-2001-08-17  Wayne Davison  <wayned@users.sourceforge.net>
-
-	* users/4092: Src/hist.c: Don't drop the last line of the history
-	file when handling a signal.
-
 2001-08-16  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 15639: Src/text.c: fix bug for output of unquoted here-docs and
@@ -202,6 +197,11 @@
 	* 15599: Completion/Unix/Command/_user_admin: detect redhat or
 	mandrake before completing redhat's extensions
 
+2001-08-07  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* users/4092: Src/hist.c: Don't lose the last history line
+	when a signal causes us to rewrite the history file.
+
 2001-08-06  Oliver Kiddle  <opk@zsh.org>
 
 	* 15574: Completion/Unix/Command/_cvs, Completion/Unix/Type/_users,