diff --git a/.cvsignore b/.cvsignore index 7d0fcb1..7fcf446 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vala-0.7.5.tar.bz2 +vala-0.7.8.tar.bz2 diff --git a/sources b/sources index 2aeb7d1..e31ec9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a102d582b2ac75b6bcdc5785683263fc vala-0.7.5.tar.bz2 +accd0d350c6d6de7527a0a65c40f8be2 vala-0.7.8.tar.bz2 diff --git a/vala-mode.el b/vala-mode.el index 254526e..0358790 100644 --- a/vala-mode.el +++ b/vala-mode.el @@ -226,7 +226,8 @@ (c-lang-defconst c-modifier-kwds vala '("public" "partial" "private" "const" "abstract" "protected" "ref" "in" "out" "static" "virtual" - "override" "params" "internal")) + "override" "params" "internal" "weak" "owned" + "unowned")) ;; We don't use the protection level stuff because it breaks the ;; method indenting. Not sure why, though. @@ -246,11 +247,11 @@ ;; Sets up the enum to handle the list properly (c-lang-defconst c-brace-list-decl-kwds - vala '("enum")) + vala '("enum" "errordomain")) ;; We need to remove Java's package keyword (c-lang-defconst c-ref-list-kwds - vala '("using" "namespace")) + vala '("using" "namespace" "construct")) ;; Follow-on blocks that don't require a brace (c-lang-defconst c-block-stmt-2-kwds @@ -389,7 +390,6 @@ Key bindings: (run-hooks 'vala-mode-hook) (c-update-modeline)) - (provide 'vala-mode) ;;; vala-mode.el ends here diff --git a/vala.spec b/vala.spec index fd664ef..60480da 100644 --- a/vala.spec +++ b/vala.spec @@ -14,7 +14,7 @@ %endif Name: vala -Version: 0.7.5 +Version: 0.7.8 Release: 1%{?dist} Summary: A modern programming language for GNOME @@ -184,6 +184,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 17 2009 Peter Robinson - 0.7.8-1 +- Update to 0.7.8 + +* Sat Oct 3 2009 Michel Salim - 0.7.7-1 +- Update to 0.7.7 + * Thu Aug 20 2009 Michel Salim - 0.7.5-1 - Update to 0.7.5