edje: fix typos in NEWS

SVN revision: 70223
This commit is contained in:
Jihoon Kim 2012-04-16 07:33:39 +00:00
parent c175f9d49a
commit 4d8d58fda9
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ Improvements:
* reduce number of call to stat during edje_object_file_set.
* unswallow object about to be swallowed if necessary.
* Lua scripts now more resilient against API changes.
* edje_cc only store the image activelly used in an edje file.
* edje_cc only store the image actively used in an edje file.
* reduction in part walking.
* check group existence at edje_cc time.
* edje_object_part_text_cursor_content_get() prototype fixed.
@ -63,7 +63,7 @@ Fixes:
* edje_object_part_text_input_panel_enabled_set/get if IMF doesn't exist.
* EDJE_CALC_CACHE issues and when using relative to_x/y on separate parts.
* filter preventing any action being triggered.
* singal propagation when matching target GROUP exists.
* signal propagation when matching target GROUP exists.
* correctly count and propagate preload signal with GROUP
* rotation with fixed point
* propagate scale factor to GROUPS
@ -80,7 +80,7 @@ Additions:
* edje_object_part_text_cursor_pos_set/get()
* size_range propert to TEXT parts
* proxy parts so part can source other parts including swallows
* suport explicit shadow direction with added effect param
* support explicit shadow direction with added effect param
* edje_object_part_text_append()
* new interpolations: ACCEL_FAC, DECEL_FAC, SIN_FAC, DIVIS, BOUNCE, SPRING
* "entry,paste,request,1" signal (primary)