From 85746f989c17730e9166337e566d62319cae9c6f Mon Sep 17 00:00:00 2001 From: marty Date: Wed, 16 Dec 2009 23:33:00 +1300 Subject: [PATCH] add changelog and credits --- doc/syntastic.txt | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index 82ba9812..a91eec2f 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -28,7 +28,9 @@ CONTENTS *syntastic-contents* 4.Options.................................|syntastic-options| 5.Writing syntax checkers.................|syntastic-syntax-checkers| 6.About...................................|syntastic-about| - 7.License.................................|syntastic-license| + 7.Changelog...............................|syntastic-changelog| + 8.Credits.................................|syntastic-credits| + 9.License.................................|syntastic-license| ============================================================================== @@ -220,7 +222,36 @@ The latest dev versions are on github http://github.com/scrooloose/syntastic ============================================================================== -7. License *syntastic-license* +7. Changelog *syntastic-changelog* + +1.1.0 [codenamed: tpimp] + - Dont load rubygems for ruby/eruby syntax checkers. Thanks tpope. + - Improve the javascript syntax checker to catch some warnings that were + getting missed. Thanks tpope. + - Dont automatically focus the error window. Thanks tpope. + - Add support for cucumber [tpope], haskell & perl [Anthony Carapetis], + and xhtml + - Add commands to enable/disable syntax checking at runtime. See :help + syntastic-commands. + - Add an option to specifiy syntax checkers that should be disabled by + default. See :help syntastic_disabled_filetypes. + - Dont use :signs if vim wasnt compiled with support for them. + + +============================================================================== +8. Credits *syntastic-credits* + +Thanks to the following people for testing, bug reports, patches etc. They own, +hard. + + Tim Carey-Smith (halorgium) + Tim Pope (tpope) + Travis Jeffery + Anthony Carapetis + + +============================================================================== +9. License *syntastic-license* Syntastic is released under the wtfpl. See http://sam.zoy.org/wtfpl/COPYING.