about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-11 11:38:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-11 11:38:06 +0000
commit659bfee0722b0b4b2709fe64a6c66fff1d5e76c9 (patch)
tree2f99a21b0f56893ff30b97d8c5ccf11fe3b88a65 /ChangeLog
parent62b586bf9ffc142a5fb2a55707d14d9d02242947 (diff)
downloadzsh-659bfee0722b0b4b2709fe64a6c66fff1d5e76c9.tar.gz
zsh-659bfee0722b0b4b2709fe64a6c66fff1d5e76c9.tar.xz
zsh-659bfee0722b0b4b2709fe64a6c66fff1d5e76c9.zip
unposted: move zlefind() and zlecmp() into zle_hist.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a1582150..f9a2a8882 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-11  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Src/zle_hist.c, Src/zle_utils.c: move zlecmp() and
+	zlefind() unaltered into zle_hist.c as statics in preparation
+	for surgery on the zle_text interface.  (You should see the
+	waiting list for surgery, though.)
+
 2008-04-09  Peter Stephenson  <pws@csr.com>
 
 	* 24806: Doc/Zsh/params.yo, Completion/Zsh/Context/_subscript: fix