]> code.delx.au - gnu-emacs-elpa/commitdiff
* Release notes and issue list updated
authorcapitaomorte <joaotavora@gmail.com>
Fri, 24 Jul 2009 15:41:12 +0000 (15:41 +0000)
committercapitaomorte <joaotavora@gmail.com>
Fri, 24 Jul 2009 15:41:12 +0000 (15:41 +0000)
* Little problems fixed
* ruby mode cls snippet fixed

doc/changelog.rst
snippets/text-mode/ruby-mode/cls
yasnippet.el

index 3e956c8caaa170f191ec10ec87f10e4673132a81..7c7ebd3ae23a3e4556f890a8ddcc96d9048d48f9 100644 (file)
@@ -6,6 +6,28 @@ ChangeLog
 :Contact: pluskid@gmail.com
 :Date: 2008-03-22
 
+
+0.6.0b / 2009-07-2x
+===================
+* Nested placeholders of the type <div${1: id="${2:someid}"}> $0
+* More robust undo/redo support
+* Stacked snippet expansion (snippet in snippet)
+* Transformation on a primary field, the syntax being
+* Validation on field exit
+* Wrapping the region in the exit marker $0 of the snippet
+* Auto-indentation 
+* Easier definition of snippets
+* Customization group
+* Overriding customization variables in snippets
+
+* Fixed `Issue 60
+  <http://code.google.com/p/yasnippet/issues/detail?id=60>`_
+* Fixed `Issue 65
+  <http://code.google.com/p/yasnippet/issues/detail?id=65>`_
+* Fixed `Issue 56
+  <http://code.google.com/p/yasnippet/issues/detail?id=56>`_
+
 0.5.10 / 2009-02-11
 ===================
 
index 4ce8a0be5179300774b5c8a25fbf0651b9f9c502..c86cbfe496996a5c5a833cc9d953e65d18a0c329 100644 (file)
@@ -2,7 +2,7 @@
 #contributor : hitesh <hitesh.jasani@gmail.com>
 #group : definitions
 # --
-class ${1:$
+class ${1:$$
          (let ((fn (capitalize (file-name-nondirectory
                                  (file-name-sans-extension
                                    (buffer-file-name))))))
index 6cc903f10527c7a7deff7fa2d1c6e95f6f806db0..e016197c0d2e200cad9a010f65bba356f63f0526 100644 (file)
@@ -400,7 +400,7 @@ snippet templates")
   "A regexp to *almost* recognize a field")
 
 (defconst yas/multi-dollar-lisp-expression-regexp
-  "$+\\(([^)]*)\\)"
+  "$+[ \t\n]*\\(([^)]*)\\)"
   "A regexp to *almost* recognize a \"$(...)\" expression")
 
 (defconst yas/backquote-lisp-expression-regexp