ecore/NEWS: fix typos
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Apr 2012 06:00:16 +0000 (06:00 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Apr 2012 06:00:16 +0000 (06:00 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@70206 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

NEWS
src/modules/immodules/scim/scim_imcontext.cpp

diff --git a/NEWS b/NEWS
index 24256e8..07f0e0e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -45,7 +45,7 @@ Additions:
      - ecore_x_illume_clipboard_state_get()
      - ecore_x_illume_clipboard_geometry_set()
      - ecore_x_illume_clipboard_geometry_get()
-     - Add indiactor rotation and transparency controls
+     - Add indicator rotation and transparency controls
     * ecore_evas:
      - Add Shm and Egl engines for ecore_evas to draw in Wayland.
      - Add Socket and Plug to draw other process area.
@@ -68,7 +68,7 @@ Additions:
      - add HEX, TERMINAL and PASSWORD layouts
      - panel-specific data set/get
      - panel show/hide
-     - set return key type or disable return on panell
+     - set return key type or disable return on panel
     * ecore_win32:
      - ecore_win32_focus()
      - ecore_win32_focus_get()
@@ -80,7 +80,7 @@ Additions:
      - ecore_wince_window_focus()
      - ecore_wince_window_focus_get()
     * ecore_wayland:
-     - Add wayallnd support to ecore
+     - Add wayland support to ecore
 
 Fixes:
     * ecore:
@@ -196,10 +196,10 @@ Fixes:
     * space key handling in ecore_wince/ecore_win32 support
     * wince background erasing
     * 300 second timeout to handle slow or large downloads in ecore_con
-    * ecore_file intoify fd's to not be inherited by forked children
+    * ecore_file inotify fd's to not be inherited by forked children
     * ecore_file compilation if ecore_con and curl disabled
     * crash in ecore_con_ssl when attempting connections on dead socket
-    * ecore-evas intereptor not handling override-redirect
+    * ecore-evas interceptor not handling override-redirect
     * ecore_con_url_ftp_upload to complete uploads always
     * window removal from ignore_list in ecore_x
     * bug in ecore_evas when setting modifiers for sub buffer canvases
@@ -214,18 +214,18 @@ Fixes:
     * security issue in openssl certificate verification
     * gnutls server client certificate verification
     * epoll delete of fd handling in forked child
-    * grouping of timers that go off very close to eachother go off together
+    * grouping of timers that go off very close to each other go off together
     * generic event buffer handling in ecore_x fixed
     * use current size not requested size when getting geom in ecore-evas
     * ecore_cocoa now handles windows correctly
     * ecore_file_download error handling when ecore_con_url_get fails
-    * focus and mouse-in ininital siate on some ecore-evas back-ends
+    * focus and mouse-in initial state on some ecore-evas back-ends
 
 Improvements:
 
     * reduced memory needed for list of fd's in ecore by using inlist
     * ecore_evas now is able to send render-done even if not syncing to comp
-    * more safety checks in ecore_con ares support
+    * more safety checks in ecore_con are support
     * ecore timer monotonic clock now supported on OSX
     * make ecore_con work on Windows
     * improve resize/move on Windows
index 5b01cbd..d5b0bb5 100644 (file)
@@ -1120,6 +1120,8 @@ isf_imf_context_preedit_string_with_attributes_get(Ecore_IMF_Context *ctx, char*
 
         if (attrs)
           {
+              *attrs = NULL;
+#if 0
              if (mbs.length())
                {
                   int start_index, end_index;
@@ -1216,6 +1218,7 @@ isf_imf_context_preedit_string_with_attributes_get(Ecore_IMF_Context *ctx, char*
 
                   delete [] attrs_flag;
                }
+#endif
           }
      }
    else