diff --git a/Rakefile b/Rakefile index cfb20cc..54015a8 100644 --- a/Rakefile +++ b/Rakefile @@ -38,7 +38,9 @@ task :release => [:bundle, :package, 'doc:archive'] do sh "googlecode_upload.py -s \"YASnippet Document #{$version}\"" + " -p yasnippet -l \"Featured,Type-Docs,OpSys-All\"" + " pkg/yasnippet-doc-#{$version}.tar.bz2" - + FileUtils.cp "yasnippet-bundle.el", "pkg/yasnippet-bundle-#{$version}.el" + sh "echo for ELPA | mutt -a pkg/yasnippet-bundle-#{$version}.el -s " + + "'YASnippet bundle v#{$version}' elpa@tromey.com" end rule '.html' => '.rst' do |t| diff --git a/doc/changelog.html b/doc/changelog.html index bd2ee87..ab1b98b 100644 --- a/doc/changelog.html +++ b/doc/changelog.html @@ -41,12 +41,21 @@
+

0.5.10 / 2009-02-11

+
    +
  • Added grouping support so that the snippets in the menu can be +groupped together.
  • +
  • Make the bundle ELPA +compatible.
  • +
+
+

0.5.9 / 2009-01-21

  • Fixed the bug of disabling the auto-indenting of cc-mode.
-
+

0.5.8 / 2009-01-15

  • Added a key property in snippet definition for snippet names @@ -65,7 +74,7 @@ happened if we have proper regression test.
  • Added a workaround for c-electric- serial commands (Issue 27).
-
+

0.5.7 / 2008-12-03

-
+

0.5.6 / 2008-08-07

  • Added a buffer local variable yas/dont-activate to turn off @@ -90,7 +99,7 @@ properly clean up snippet (by joaotavora).
  • property is defined.
-
+

0.5.5 / 2008-05-29

  • Tweak yas/extra-mode-hooks so that it can be more easily @@ -99,7 +108,7 @@ customized.
  • modes.
-
+

0.5.4 / 2008-05-15

  • Added ox-mode-hook and python-mode-hook to @@ -107,7 +116,7 @@ modes.
  • in those modes.
-
+

0.5.3 / 2008-05-07

  • Fix indent of python-mode snippets.
  • @@ -116,20 +125,20 @@ Mike.
  • Fix a bug of condition system.
-
+

0.5.2 / 2008-04-20

  • Fix a bug for comparing string to symbol using string= (which will fire an error).
-
+

0.5.1 / 2008-04-14

  • Use a beautiful css style in the document.
-
+

0.5.0 / 2008-04-10

  • Integrate with hippie-expand. Just add yas/hippie-try-expand to @@ -144,7 +153,7 @@ problem now.
  • distribution.
-
+

0.4.5 / 2008-04-07

  • Merge the latest dropdown-list.el.
  • @@ -154,33 +163,33 @@ error when several (more than two) snippets overlaps. Thanks sunwaybupt@newsmth for reporting this bug.
-
+

0.4.4 / 2008-03-24

  • Bug fix: dropdown-list.el doesn't recognize [return] properly.
-
+

0.4.3 / 2008-03-23

  • Bug fix: failed to recognize user customized yas/trigger-key.
-
+

0.4.2 / 2008-03-22

  • Make a separate document package for release. Also make document available online.
-
+

0.4.1 / 2008-03-21

  • Make sure yas/minor-mode's key bindings always take priority to other minor modes.
-
+

0.4.0 / 2008-03-20