about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-07-01 16:50:41 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-07-01 16:50:41 +0000
commit1a1b108b341885da0a70d550384c9ec32a627615 (patch)
treefd8ad7f31204540e6d99bac4ef66a9e1914f2798 /ChangeLog
parent964f819070c1d506bfcd45e25704ae23c8f09ed4 (diff)
downloadzsh-1a1b108b341885da0a70d550384c9ec32a627615.tar.gz
zsh-1a1b108b341885da0a70d550384c9ec32a627615.tar.xz
zsh-1a1b108b341885da0a70d550384c9ec32a627615.zip
17390: new zle parameters $PREDISPLAY, $POSTDISPLAY
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b81d847ac..d0d1fc742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
 
 2002-07-01  Peter Stephenson  <pws@csr.com>
 
+	* 17390: Src/Zle/zle_params.c, Src/Zle/zle_refresh.c,
+	Doc/Zsh/zle.yo: $PREDISPLAY and $POSTDISPLAY are used to
+	add text before and after the editable chunk of the zle buffer.
+
 	* 17384: Src/Zle/zle_main.c, Src/Zle/iwidgets.list,
 	Doc/Zsh/zle.yo: new `recursive-edit' widget allows a user-defined
 	widget to pass control back to zle as a subcommand.