diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/ChangeLog.eet | 2 | ||||
-rw-r--r-- | old/ChangeLog.evas | 4 | ||||
-rw-r--r-- | old/NEWS.evas | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/old/ChangeLog.eet b/old/ChangeLog.eet index 1f29bdac31..e90308bd77 100644 --- a/old/ChangeLog.eet +++ b/old/ChangeLog.eet @@ -544,7 +544,7 @@ 2011-11-16 Carsten Haitzler (The Rasterman) * JPEG encode and decode in eet now uses ISLOW (not IFAST) due to - noticable quality losses in the chase for speed. It will use + noticeable quality losses in the chase for speed. It will use IFAST for quality less than 60 when encoding 2011-12-02 Carsten Haitzler (The Rasterman) diff --git a/old/ChangeLog.evas b/old/ChangeLog.evas index 4b81090e92..0b9a353652 100644 --- a/old/ChangeLog.evas +++ b/old/ChangeLog.evas @@ -502,7 +502,7 @@ 2011-11-16 Carsten Haitzler (The Rasterman) * JPEG encode and decode in eet now uses ISLOW (not IFAST) due to - noticable quality losses in the chase for speed. It will use + noticeable quality losses in the chase for speed. It will use IFAST for quality less than 60 when encoding 2011-11-20 Carsten Haitzler (The Rasterman) @@ -808,7 +808,7 @@ 2012-06-14 Cedric Bail - * Cache convertion from Evas_Map to RGBA_Map. + * Cache conversion from Evas_Map to RGBA_Map. 2012-06-15 Vincent Torri diff --git a/old/NEWS.evas b/old/NEWS.evas index 3cc32ad5fa..cdb93ca51a 100644 --- a/old/NEWS.evas +++ b/old/NEWS.evas @@ -60,7 +60,7 @@ Improvements: * Reduce cost of propagating event by limiting the object we explore by using a bouncing box. * Don't wake up prepare thread if there is nothing to prepare. * Limit the updated region to fit in CPU cache for Pipe rendering. - * Cache convertion from Evas_Map to RGBA_Map. + * Cache conversion from Evas_Map to RGBA_Map. * evas_object_smart_members_get() now returns NULL on non-smart objects. * Pipeline rendering use prepare stage more extensively. * Properly warn when user try to link object from different canvas. |