about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-07-20 11:44:51 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-07-20 11:44:51 -0700
commit4054f1a0e8b4e3ead410d30736bb7c2aaca39d85 (patch)
treec5a16b22db9c23784a9647be5f753b357265307a /ChangeLog
parent2693d852f61ee5e1465d31d98a166cde4956ccd1 (diff)
downloadzsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.gz
zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.xz
zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.zip
force retention of whitespace in "fc" item prototype
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e13398149..224e3de7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-07-20  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* unposted: Doc/Zsh/builtins.yo: force retention of whitespace
+	in "fc" item prototype
+
 	* 32891: Doc/Zsh/mod_pcre.yo Src/Modules/pcre.c: the CASE_MATCH
 	option should apply to =~ when using pcre; fix pcre_match bug
 	with handling of empty string argument.