about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2001-10-22 15:34:58 +0000
committerWayne Davison <wayned@users.sourceforge.net>2001-10-22 15:34:58 +0000
commit094b475a616e8183c18a93c9abc0967a8bb3a9c2 (patch)
tree5786ee819b4e07594e5358df09972c852f7be9bc
parentb2e03d7ba5a9bc312af9d21fc41a8fe4b3bbe96f (diff)
downloadzsh-094b475a616e8183c18a93c9abc0967a8bb3a9c2.tar.gz
zsh-094b475a616e8183c18a93c9abc0967a8bb3a9c2.tar.xz
zsh-094b475a616e8183c18a93c9abc0967a8bb3a9c2.zip
16059
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33db57d28..524e66caf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -73,6 +73,11 @@
 	* 15023, 15027: Src/parse.c: Accept newlines before the "in"
 	keyword in "for" and "select", per POSIX.
 
+2001-10-15  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 16059: Src/hist.c: Fix HIST_NO_SPACE when
+	INTERACTIVE_COMMENTS is set and we get a comment.
+
 2001-10-15  Clint Adams  <clint@zsh.org>
 
         * 15094: Functions/Prompts/prompt_clint_setup: