ibus-immodule: remove unused code
[framework/uifw/ecore.git] / NEWS
diff --git a/NEWS b/NEWS
index ae24d72..08321a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Ecore 1.3.0
+
+Changes since Ecore 1.2.0:
+--------------------------
+
+Additions:
+    * ecore_evas:
+     - Add transparency support on Windows (GDI engine only)
+       * ecore_x:
+     - Add Ecore_X_Error_Code enumeration
+    * ecore_x:
+     - ECORE_X_RANDR_OUTPUT_POLICY_ASK
+    * ecore_con:
+     - ECORE_{CON,IPC}_NO_PROXY now available for disabling proxying on certain connections
+     - New dns.c resolver backend for faster dns lookups
+
+Fixes:
+    * ecore
+     - Prevent running out of fd when cycling ecore_init/ecore_shutdown.
+     - Reduce rounding error in ecore_animator_pos_map.
+     - Send mouse move event before mouse down event in ecore_extn
+     - Reduce race condition on shutdown of Ecore_Thread.
+     - Force cancel of all running Ecore_Thread on shutdown.
+     - Make Ecore_Thread work reliably when called without a running main loop.
+
+
 Ecore 1.2.0
 
 Changes since Ecore 1.1.0:
@@ -13,17 +39,123 @@ Additions:
      - ECORE_CON_REMOTE_CORK
      - ecore_con_url_proxy_set()
      - ecore_con_url_timeout_set()
+     - ecore_con_url_proxy_username_set()
+     - ecore_con_url_proxy_password_set()
+     - ecore_con_url_http_version_set()
+     - ecore_con_url_status_code_get()
     * ecore_x:
      - ecore_x_randr_output_backlight_available()
+     - ecore_x_randr_window_crtcs_get()
+     - Add ability to get resource id of last x error
+     - get keycode from keyname
+     - ecore_x_randr_mode_add()
+     - ecore_x_randr_mode_del()
+     - ecore_x_randr_output_mode_add()
+     - ecore_x_randr_output_mode_del()
+     - Add indicator controls
+     - ecore_x_netwm_icons_set()
+     - ecore_x_illume_clipboard_state_set()
+     - ecore_x_illume_clipboard_state_get()
+     - ecore_x_illume_clipboard_geometry_set()
+     - ecore_x_illume_clipboard_geometry_get()
+     - 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.
+     - Ability to set pointer for wayland support
+     - Add override_set support on Windows XP
+     - ecore_evas_window_group_set()
+     - ecore_evas_window_group_get()
+     - ecore_evas_aspect_set()
+     - ecore_evas_aspect_get()
+     - ecore_evas_urgent_set()
+     - ecore_evas_urgent_get()
+     - ecore_evas_modal_set()
+     - ecore_evas_modal_get()
+     - ecore_evas_demand_attention_set()
+     - ecore_evas_demand_attention_get()
+     - ecore_evas_focus_skip_set()
+     - ecore_evas_focus_skip_get()
+     - ecore_evas_callback_state_change_set()
+    * ecore_wayland
+     - Add Ecore_Wayland (backend to support Wayland).
+    * ecore_imf
+     - ecore_imf_context_event_callback_add()
+     - ecore_imf_context_event_callback_del()
+     - ecore_imf_context_event_callback_call()
+     - ecore_imf_context_input_panel_imdata_set()
+     - ecore_imf_context_input_panel_imdata_get()
+     - ecore_imf_context_input_panel_return_key_type_set()
+     - ecore_imf_context_input_panel_return_key_type_get()
+     - ecore_imf_context_input_panel_return_key_disabled_set()
+     - ecore_imf_context_input_panel_return_key_disabled_get()
+     - ecore_imf_context_input_panel_caps_lock_mode_set()
+     - ecore_imf_context_input_panel_caps_lock_mode_get()
+     - add XIM attribute support
+     - add HEX, TERMINAL and PASSWORD layouts
+     - panel-specific data set/get
+     - panel show/hide
+     - set return key type or disable return on panel
+    * ecore_win32:
+     - ecore_win32_focus()
+     - ecore_win32_focus_get()
+     - ecore_win32_window_focus()
+     - ecore_win32_window_focus_get()
+    * ecore_wince:
+     - ecore_wince_focus()
+     - ecore_wince_focus_get()
+     - ecore_wince_window_focus()
+     - ecore_wince_window_focus_get()
+    * ecore_wayland:
+     - Add wayland support to ecore
+
+Fixes:
+    * ecore:
+     - animator adding another animator that adds another animator ... loop.
+     - possible leak related to g_static_mutex's on some architectures.
+     - stop leaking signal events
+    * ecore_thread:
+     - ecore_thread_feedback_run now handle try_no_queue the way it logically should.
+     - prevent double free that could cause crash when an Ecore_Thread stop.
+    * ecore_x:
+     - ecore_x_randr_modes_info_get does not cut off the trailing '\0' anymore.
+     - possible 0 byte allocation.
+    * ecore_win32/wince:
+     - do not autorepeat Ctrl, Shift, Alt and Win keys.
+     - Check control charater and convert into printing character
+    * ecore_con:
+     - fix case where SSL certificates not being used.
+     - post data corruption due to it not being copied to the con struct.
+    * ecore_evas:
+     - mouse down count handling when grabs happen.
+     - ecore_evas_fb support works again now with keyboard input
+    * ecore_file:
+     - do not limit downloads to 30sec with ecore_file_download().
+    * ecore_fb:
+     - bring ecore_fb back to a working state
 
 Improvements:
     * ecore:
      - most allocations moved to mempools
+     - ecore_thread rewrite to use eina_lock and other ecore infra
     * ecore_con:
      - certificates can now be added for STARTTTLS
     * ecore_win32:
      - fix modifiers value on Windows XP
+    * ecore_thread:
+     - use eina_lock
+     - use Ecore thread safe async call
+    * ecore_evas:
+     - use Evas buffer backend for SDL software engine
+     - clean up ecore-evas-buffer code somewhat
 
+Deprecations:
+    * ecore_x:
+     - ecore_x_randr_crtc_current_get()
+
+Removal:
+    * ecore_win32:
+     - ecore_win32_focus_set()
 
 Ecore 1.1.0
 
@@ -92,10 +224,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
@@ -110,18 +242,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