summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2006-10-16 02:21:21 +0000
committerBart Schaefer <barts@users.sourceforge.net>2006-10-16 02:21:21 +0000
commit09e90e04dca4edf9719b2ad33b1af2397491f016 (patch)
treebdc94205b3b08375f71380c0cf4027c7a30e0657 /ChangeLog
parentAdd two widges for user control of auto-suffix remove/keep. (diff)
downloadzsh-09e90e04dca4edf9719b2ad33b1af2397491f016.tar
zsh-09e90e04dca4edf9719b2ad33b1af2397491f016.tar.gz
zsh-09e90e04dca4edf9719b2ad33b1af2397491f016.tar.bz2
zsh-09e90e04dca4edf9719b2ad33b1af2397491f016.tar.lz
zsh-09e90e04dca4edf9719b2ad33b1af2397491f016.tar.xz
zsh-09e90e04dca4edf9719b2ad33b1af2397491f016.tar.zst
zsh-09e90e04dca4edf9719b2ad33b1af2397491f016.zip
users/10885 and two unposted new examples.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa7534dee..3d3a41a09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-10-15 Barton E. Schaefer <schaefer@brasslantern.com>
+
+ * unposted: Functions/Misc/colors: add several comments about
+ other ANSI terminal attributes, cribbed from ECMA-48.
+
+ * unposted: Functions/Zle/keymap+widget: another example.
+
+ * users/10885: Doc/Zsh/zle.yo, Src/Zle/iwidgets.list,
+ Src/Zle/zle_utils.c: add widgets auto-suffix-remove and
+ auto-suffix-retain for user-defined suffix control.
+
2006-10-15 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 22874: Functions/Misc/run-help: unquoting wasn't consistent.