about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-22 13:31:44 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-22 13:31:44 +0000
commit533f3c9d917ddf855c208a4f88c8d6c587918da9 (patch)
tree8014d269f82dc1dc9062ec59314c7eb235842a8c
parent59a0b52e6159b91d0fdc015a440858a8bb221aca (diff)
downloadzsh-533f3c9d917ddf855c208a4f88c8d6c587918da9.tar.gz
zsh-533f3c9d917ddf855c208a4f88c8d6c587918da9.tar.xz
zsh-533f3c9d917ddf855c208a4f88c8d6c587918da9.zip
unposted: quote a -e with tt(), fix some of my changelog entries.
-rw-r--r--ChangeLog48
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 30 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 387cc563c..cec684077 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,37 @@
 2011-05-22  Mikael Magnusson <mikachu@gmail.com>
 
-	* 29328: Another missing backslash in _git, remove some not
-	needed backslashes in array definitions.
+	* unposted: Doc/Zsh/compsys.yo, ChangeLog: Quote -e with tt().
+	Fix some formatting in ChangeLog.
 
-2011-05-19  Mikael Magnusson <mikachu@gmail.com>
-
-	* 29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
-
-2011-05-19  Mikael Magnusson <mikachu@gmail.com>
-
-	* 29261: Add g:: parameter expansion flag. Add note that s::
-	can take an empty string.
+	* 29328: Completion/Redhat/Command/_rpm,
+	Completion/Unix/Command/_git, Completion/Unix/Command/_gnutls,
+	Completion/Unix/Command/_gpg, Completion/Unix/Command/_growisofs,
+	Completion/Unix/Command/_php: Another missing backslash in _git,
+	remove some not needed backslashes in array definitions.
 
 2011-05-19  Mikael Magnusson <mikachu@gmail.com>
 
-	* 29307, 29308 + replies: Fix some doubled words in docs and
-	comments.
+	* 29224: Doc/Zsh/expn.yo, NEWS, Src/subst.c,
+	Test/D04parameter.ztst: Support negative LEN in ${VAR:OFFSET:LEN}
+	like bash.
+
+	* 29261: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
+	Add g:: parameter expansion flag. Add note that s:: can take an
+	empty string.
+
+	* 29307, 29308 + replies: Completion/BSD/Command/_bsd_pkg,
+	Completion/Base/Utility/_sep_parts, Completion/Unix/Command/_git,
+	Completion/Unix/Command/_osc, Completion/Unix/Command/_perforce,
+	Completion/compinit, Completion/openSUSE/Command/_osc,
+	Completion/openSUSE/Command/_zypper, Doc/Zsh/builtins.yo,
+	Doc/Zsh/calsys.yo, Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo,
+	Doc/Zsh/compwid.yo, Doc/Zsh/contrib.yo,
+	Doc/Zsh/expn.yo, Doc/Zsh/zle.yo, Etc/CONTRIBUTORS,
+	Functions/Calendar/calendar_parse, Functions/Misc/sticky-note,
+	Functions/TCP/tcp_read, Functions/Zftp/zfcput, Src/Zle/compctl.c,
+	Src/Zle/zle_hist.c, Src/exec.c, Src/hist.c, Src/jobs.c, Src/lex.c,
+	Src/math.c, Src/params.c, Src/subst.c: Fix some doubled words in
+	docs and comments.
 
 2011-05-18  Wayne Davison  <wayned@users.sourceforge.net>
 
@@ -95,17 +111,11 @@
 	* 29245: Completion/X/Command/_xset: pass -O instead of -o
 	to _describe.
 
-2011-05-12  Mikael Magnusson <mikachu@gmail.com>
-
 	* Nikolai Weibull: 29124: Completion/Unix/Command/_git: Fix
 	-l option.
 
-2011-05-12  Mikael Magnusson <mikachu@gmail.com>
-
 	* 29205: Completion/Unix/Type/_pids: don't sort processes.
 
-2011-05-12  Mikael Magnusson <mikachu@gmail.com>
-
 	* 29208: Src/Zle/zle_move.c: make vimatchbracket check the
 	character left of the cursor when at the end of the line.
 
@@ -14766,5 +14776,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5315 $
+* $Revision: 1.5316 $
 *****************************************************
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 27bd675a0..19e3b4274 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -462,7 +462,7 @@ same way as var(service).
 
 The var(function) argument may alternatively be a string containing
 almost any shell code.  If the string contains an equal sign, the above
-will take precedence.  The option -e may be used to specify the first
+will take precedence.  The option tt(-e) may be used to specify the first
 argument is to be evaluated as shell code even if it contains an equal
 sign.  The string will be executed using the tt(eval) builtin command to
 generate completions.  This provides a way of avoiding having to define