diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-08-14 14:21:27 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-08-14 14:21:27 +0000 |
commit | 8af2cbd1f213dc7864c84dae869a705d03cf83d5 (patch) | |
tree | 31dbdde0f4dad3c7ed16fea76f7bcfbf5ef6119d /ChangeLog | |
parent | d0366e19605f8ab3c2d05ec9a7dbcb63c41ac89b (diff) | |
download | zsh-8af2cbd1f213dc7864c84dae869a705d03cf83d5.tar.gz zsh-8af2cbd1f213dc7864c84dae869a705d03cf83d5.tar.xz zsh-8af2cbd1f213dc7864c84dae869a705d03cf83d5.zip |
unposted: fix capitalized word in the middle of a sentence
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index de6eff507..95354095f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,11 +3,14 @@ * 29673: Doc/Zsh/compsys.yo: Clarify what 'other' in the ignore-line style does. - * 28852: Misc/zargs, Zle/match-words-by-style: Use syntax that doesn't - depend on SHORT_LOOPS being set. + * 28852: Misc/zargs, Zle/match-words-by-style: Use syntax that + doesn't depend on SHORT_LOOPS being set. * unposted: Src/hist.c: fix a typo in a comment. + * unposted: Src/jobs.c: fix capitalized word in the middle of + a sentence. + 2011-08-11 Peter Stephenson <p.w.stephenson@ntlworld.com> * Src/Modules/datetime.mdd: unposted: also fix the autofeatures. @@ -15244,5 +15247,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5425 $ +* $Revision: 1.5426 $ ***************************************************** |