[Pkg-e-commits] [SCM] Enlightenment DR17 graphical layout and animation library branch, upstream-vcs, updated. f5b4e4555670cc3b4a24802eb44d7d47c379bee4

cmarcelo cmarcelo at alioth.debian.org
Fri May 23 22:08:20 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit a7f1e1e65bcfd6b8c676acd0e1c94ad181a804b9
Author: cmarcelo <cmarcelo>
Date:   Wed Apr 2 01:50:09 2008 +0000

    edje-mode.el: add ignore_flags and a small fix.

diff --git a/data/edje-mode.el b/data/edje-mode.el
index 769c671..33c6fe6 100644
--- a/data/edje-mode.el
+++ b/data/edje-mode.el
@@ -50,7 +50,7 @@
 
 (defun edje-new-program-action-state-set (state value target)
   "Insert new program STATE_SET"
-  (interactive "sstate: \nvalue (0.0): \nstarget: ")
+  (interactive "sstate: \nsvalue (0.0): \nstarget: ")
   (insert
    (concat
     "               action: STATE_SET \"" state "\" "
@@ -308,6 +308,7 @@
                          "fonts"
                          "gradient"
                          "group"
+                         "ignore_flags"
                          "image"
                          "images"
                          "in"
@@ -383,6 +384,9 @@
                          "TEXTBLOCK"
                          "GRADIENT"
                          "GROUP"
+                         ; ignore flags (st_collections_group_parts_part_ignore_flags)
+                         ;"NONE"
+                         "ON_HOLD"
                          ; pointer mode (st_collections_group_parts_part_pointer_mode)
                          "AUTOGRAB"
                          "NOGRAB"

-- 
Enlightenment DR17 graphical layout and animation library



More information about the Pkg-e-commits mailing list