summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-12-13 17:44:33 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-12-13 17:44:33 +0000
commit71996d83d97907b21177e3de39961ea9fb9f3a87 (patch)
treec21e8b76598fdc27003e771f2f342676f7063fa5
parentc33f3b07478307db0ff6ed7227d82a3454f9d851 (diff)
downloadzsh-71996d83d97907b21177e3de39961ea9fb9f3a87.tar.gz
zsh-71996d83d97907b21177e3de39961ea9fb9f3a87.zip
30012 and 30020: $state_descr and prompt_preview_theme
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff4858d3d..808531c23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2011-12-13 Barton E. Schaefer <schaefer@zsh.org>
+
+ * 30020: Functions/Prompts/promptinit: prevent prompt_opts and
+ zle_highlight from leaking out of prompt_preview_theme.
+
+ * 30012: Completion/Base/Core/_main_complete,
+ Completion/Base/Utility/_arguments,
+ Completion/Base/Utility/_values, Completion/Zsh/Command/_zle,
+ Doc/Zsh/compsys.yo: add $state_descr which parallels the $state
+ array in the same way that $context does, to make the "message"
+ part of each _arguments "optarg" specification available to
+ the caller's state handler. Used in _zle as the description
+ passed to _wanted.
+
2011-12-12 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 30000 plus a couple of comments: Src/exec.c: Better POSIXJOBS
@@ -15732,5 +15746,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5537 $
+* $Revision: 1.5538 $
*****************************************************