ecore/NEWS: fix typos

SVN revision: 70206
This commit is contained in:
Jihoon Kim 2012-04-16 06:00:16 +00:00
parent ad14b287bc
commit 2fb7be8fed
2 changed files with 11 additions and 8 deletions

View File

@ -45,7 +45,7 @@ Additions:
- ecore_x_illume_clipboard_state_get() - ecore_x_illume_clipboard_state_get()
- ecore_x_illume_clipboard_geometry_set() - ecore_x_illume_clipboard_geometry_set()
- ecore_x_illume_clipboard_geometry_get() - ecore_x_illume_clipboard_geometry_get()
- Add indiactor rotation and transparency controls - Add indicator rotation and transparency controls
* ecore_evas: * ecore_evas:
- Add Shm and Egl engines for ecore_evas to draw in Wayland. - Add Shm and Egl engines for ecore_evas to draw in Wayland.
- Add Socket and Plug to draw other process area. - Add Socket and Plug to draw other process area.
@ -68,7 +68,7 @@ Additions:
- add HEX, TERMINAL and PASSWORD layouts - add HEX, TERMINAL and PASSWORD layouts
- panel-specific data set/get - panel-specific data set/get
- panel show/hide - 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:
- ecore_win32_focus() - ecore_win32_focus()
- ecore_win32_focus_get() - ecore_win32_focus_get()
@ -80,7 +80,7 @@ Additions:
- ecore_wince_window_focus() - ecore_wince_window_focus()
- ecore_wince_window_focus_get() - ecore_wince_window_focus_get()
* ecore_wayland: * ecore_wayland:
- Add wayallnd support to ecore - Add wayland support to ecore
Fixes: Fixes:
* ecore: * ecore:
@ -196,10 +196,10 @@ Fixes:
* space key handling in ecore_wince/ecore_win32 support * space key handling in ecore_wince/ecore_win32 support
* wince background erasing * wince background erasing
* 300 second timeout to handle slow or large downloads in ecore_con * 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 * ecore_file compilation if ecore_con and curl disabled
* crash in ecore_con_ssl when attempting connections on dead socket * 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 * ecore_con_url_ftp_upload to complete uploads always
* window removal from ignore_list in ecore_x * window removal from ignore_list in ecore_x
* bug in ecore_evas when setting modifiers for sub buffer canvases * bug in ecore_evas when setting modifiers for sub buffer canvases
@ -214,18 +214,18 @@ Fixes:
* security issue in openssl certificate verification * security issue in openssl certificate verification
* gnutls server client certificate verification * gnutls server client certificate verification
* epoll delete of fd handling in forked child * 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 * generic event buffer handling in ecore_x fixed
* use current size not requested size when getting geom in ecore-evas * use current size not requested size when getting geom in ecore-evas
* ecore_cocoa now handles windows correctly * ecore_cocoa now handles windows correctly
* ecore_file_download error handling when ecore_con_url_get fails * 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: Improvements:
* reduced memory needed for list of fd's in ecore by using inlist * 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 * 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 * ecore timer monotonic clock now supported on OSX
* make ecore_con work on Windows * make ecore_con work on Windows
* improve resize/move on Windows * improve resize/move on Windows

View File

@ -1120,6 +1120,8 @@ isf_imf_context_preedit_string_with_attributes_get(Ecore_IMF_Context *ctx, char*
if (attrs) if (attrs)
{ {
*attrs = NULL;
#if 0
if (mbs.length()) if (mbs.length())
{ {
int start_index, end_index; 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; delete [] attrs_flag;
} }
#endif
} }
} }
else else