From dbd8c61ae51d2fbae1c5e4fcbd752c7b106c68b6 Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Mon, 7 Nov 2011 04:36:53 +0000 Subject: [PATCH] Add the ChnageLog and since 1.1.0 SVN revision: 64851 --- legacy/edje/ChangeLog | 5 +++++ legacy/edje/src/bin/edje_cc_handlers.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/legacy/edje/ChangeLog b/legacy/edje/ChangeLog index 33a4e2663f..c3518b5c74 100644 --- a/legacy/edje/ChangeLog +++ b/legacy/edje/ChangeLog @@ -176,6 +176,11 @@ * Entry: Added change information to entry,changed,user +2011-11-03 Jaehwan Kim + + * Transition: Add the "CURRENT" option which causes the edje object move + from its current position. + 2011-10-04 Govindaraju SM, Prince Kumar Dubey * Add Edje multisense that allows playback of samples and diff --git a/legacy/edje/src/bin/edje_cc_handlers.c b/legacy/edje/src/bin/edje_cc_handlers.c index 6bc070abb8..aa54821e5d 100644 --- a/legacy/edje/src/bin/edje_cc_handlers.c +++ b/legacy/edje/src/bin/edje_cc_handlers.c @@ -7431,7 +7431,7 @@ st_collections_group_programs_program_action(void) Valid option is CURRENT. CURRENT is the option which causes the edje object to move from its current position. - It can be used as the last parameter of any transition type. + It can be used as the last parameter of any transition type. (@since 1.1.0) @endproperty */