0.0.9  Mon Mar 11 12:43:23 2013
        * Fix anchor name can contain '_'
        * `checkdoc' nits (including the `checkdoc-autoload' extension).
        * Enable yaml-mode for *.yaml files.
0.0.8  Tue Feb 28 13:06:42 2012
        * Replaced `last-command-char` to `last-command-event` (sugyan)
        * Ignore *.elc in .gitignore (semperos)
        * Added autoload comments. (arthuraa)
0.0.7  Thu Aug 5 14:35:14 2010 JST
       	* Fixed bug for 5th level's indentation becomes TAB character.
          See YAML spec 1.2 section 5.5. White Space Characters (ochko)
0.0.6  Mon Mar 1 20:16:29 2009 JST
        * The dash (-) is a word character.
          See YAML spec 1.2 section 5.6 (Remco van 't Veer)
0.0.5  Mon Dec 21 2009
        - Provide outline of yaml document via imenu (Tim Harper)
0.0.4  Mon Apr 20 16:46:13 2009 JST
        - Patch from knagano and mad-p. Fixed font-lock bugs(#4)
        * Move to github.com
          New repogitory is http://github.com/yoshiki/yaml-mode/tree/master
0.0.3  Thu Jan 25 15:36:51 2007 JST
	- Patch from Julian Scheid. Fixed comment hilighting bugs
	  using this idea. #2
	* Fixed comment-start bugs.
	  See also http://emasaka.blog65.fc2.com/blog-entry-188.html
	* Fixed few keywords regex.
	  yaml-comment-re
	  yaml-bare-scalar-re
	  yaml-block-literal-base-re
	* Fixed little bugs #1
0.0.2  Fri Aug 25 18:04:01 2006 JST
	- Patch from Marshall T. Vandegrift. Added lots of features.
	* Added face used for YAML node anchors and aliases to
	  `font-lock-function-name-face'.
	* Added face used for YAML tags to `font-lock-type-face'.
	  See http://www.yaml.org/refcard.html
0.0.1  Fri Jan 21 03:18:00 2006 JST
	- original version
