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 */