about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31ed2fee3..99327d45b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2002-06-24  Peter Stephenson  <pws@csr.com>
 
+	* 17361: Src/zle_hist.c: Be safer about NULL returns from
+	quietgethist() in case the history has been changed under our feet.
+
+	* 17360: Src/zle_hist.c: Allow accept-line-and-down-history to
+	accept the line even if there is no more history.
+
 	* 17350: Src/zle_params.c, Doc/Zsh/zle.yo: Add $CUTBUFFER and
 	$killring zle parameters.