Upstream merge
[framework/uifw/ecore.git] / NEWS
diff --git a/NEWS b/NEWS
index ab0ba68..54bd644 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,30 @@
 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
+    * immodule:
+     - Add immodule for supporing ibus
 
 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
 
@@ -38,6 +56,16 @@ Additions:
      - 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()
@@ -51,16 +79,6 @@ Additions:
      - ecore_evas_focus_skip_set()
      - ecore_evas_focus_skip_get()
      - ecore_evas_callback_state_change_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_wayland
      - Add Ecore_Wayland (backend to support Wayland).
     * ecore_imf