branch: elpa/yaml-mode commit c92bfe4c7bdba235758243e17aeb2d7d1e22cdf6 Author: yoshiki <yoshiki@c9fe89ab-c918-0410-b9be-faebe9bd2962> Commit: yoshiki <yoshiki@c9fe89ab-c918-0410-b9be-faebe9bd2962>
fixed for release 0.0.3 git-svn-id: http://svn.clouder.jp/repos/public/yaml-mode/trunk@59 c9fe89ab-c918-0410-b9be-faebe9bd2962 --- Changes | 10 ++++++++++ Makefile | 2 +- README | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 56ce582..1743c66 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +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 diff --git a/Makefile b/Makefile index 90f312b..de9daf4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.2 +VERSION=0.0.3 EMACS = emacs PREFIX = /usr/local INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp diff --git a/README b/README index 2a8f969..e6d4108 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME yaml-mode - Simple major mode to edit YAML file for emacs VERSION - 1.2 + 0.0.3 SYNOPSIS To install, just drop this file into a directory in your